Interface TypeMapper
- All Known Implementing Classes:
BooleanTypeMapper,DoubleTypeMapper,EnumTypeMapper,IntegerTypeMapper,StringTypeMapper
public interface TypeMapper
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault voidcheckNotEmpty(String value)default Stringdefault StringgetValueFancy(Object object, Field field)default StringgetValueRaw(Object object, Field field)default TypeMapper.SetValueResultvoidsetValueRaw(Object object, Field field, String value)
-
Field Details
-
registry
-
-
Method Details
-
getValue
-
getValueFancy
-
getValueRaw
- Throws:
Exception
-
setValue
-
checkNotEmpty
- Throws:
IllegalArgumentException
-
setValueRaw
- Throws:
Exception
-