Uses of Class
com.github.dozermapper.core.builder.model.jaxb.FieldType
-
Packages that use FieldType Package Description com.github.dozermapper.core.builder.model.jaxb JAXB model that describes the mapping definitions -
-
Uses of FieldType in com.github.dozermapper.core.builder.model.jaxb
Methods in com.github.dozermapper.core.builder.model.jaxb that return FieldType Modifier and Type Method Description static FieldTypeFieldType. fromValue(String value)FieldTypeFieldDefinitionDefinition. getType()static FieldTypeFieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static FieldType[]FieldType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.dozermapper.core.builder.model.jaxb with parameters of type FieldType Modifier and Type Method Description protected voidFieldDefinitionDefinition. setType(FieldType type)FieldDefinitionDefinitionFieldDefinitionDefinition. withType(FieldType type)
-