Interface StringCastValueHandle<T>
-
- Type Parameters:
T-
- All Superinterfaces:
CastValueHandle<T,String>
- All Known Implementing Classes:
StringToBigHandle,StringToByteHandle,StringToDateHandle,StringToDoubleHandle,StringToIntHandle,StringToLongHandle,StringToShortHandle,StringToStringHandle
public interface StringCastValueHandle<T> extends CastValueHandle<T,String>
将string 转换为其他值- Author:
- lb
- Date:
- 2024年1月29日
-
-
Method Summary
-
Methods inherited from interface risesoft.data.transfer.core.util.strings.handles.CastValueHandle
getTypes, getValue
-
-