-
- All Implemented Interfaces:
public interface ITypeCast
-
-
Method Summary
Modifier and Type Method Description StringencodeToString(Object value, List<Annotation> annoList)abstract ObjectdecodeFromAny(Object value, List<Annotation> annoList)abstract KClass<?>getThisClass()abstract ObjectgetDefaultValue()-
-
Method Detail
-
encodeToString
String encodeToString(Object value, List<Annotation> annoList)
-
decodeFromAny
abstract Object decodeFromAny(Object value, List<Annotation> annoList)
-
getThisClass
abstract KClass<?> getThisClass()
-
getDefaultValue
abstract Object getDefaultValue()
-
-
-
-