Package org.zalando.typemapper.core
Class Mapping
java.lang.Object
org.zalando.typemapper.core.Mapping
-
Method Summary
Modifier and TypeMethodDescriptionstatic final StringgetDatabaseFieldName(Field field, String annotationName) getField()getMappingsForClass(Class clazz) getName()Class<? extends ValueTransformer<?, ?>> booleanvoidtoString()
-
Method Details
-
getMappingsForClass
-
getFieldClass
-
isOptionalField
public boolean isOptionalField() -
getValueTransformer
-
getSetter
-
getSetter
-
getGetter
-
getName
-
getDatabaseFieldName
-
getField
-
getFieldMapper
public FieldMapper getFieldMapper() throws NotsupportedTypeException, InstantiationException, IllegalAccessException, InvocationTargetException, SecurityException, IllegalArgumentException, NoSuchMethodException -
map
public void map(Object target, Object value) throws IllegalArgumentException, IllegalAccessException, InvocationTargetException, InstantiationException, SecurityException, IllegalArgumentException, NoSuchMethodException -
toString
-