Uses of Class
com.github.dozermapper.core.builder.model.jaxb.Type
-
Packages that use Type Package Description com.github.dozermapper.core.builder.model.jaxb JAXB model that describes the mapping definitions -
-
Uses of Type in com.github.dozermapper.core.builder.model.jaxb
Fields in com.github.dozermapper.core.builder.model.jaxb declared as Type Modifier and Type Field Description protected TypeFieldDefinition. typeprotected TypeMappingDefinition. typeMethods in com.github.dozermapper.core.builder.model.jaxb that return Type Modifier and Type Method Description static TypeType. fromValue(String value)TypeFieldDefinition. getType()TypeFieldExcludeDefinition. getType()TypeMappingDefinition. getType()static TypeType. valueOf(String name)Returns the enum constant of this type with the specified name.static Type[]Type. 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 Type Modifier and Type Method Description protected voidFieldDefinition. setType(Type type)protected voidFieldExcludeDefinition. setType(Type type)protected voidMappingDefinition. setType(Type type)FieldDefinitionFieldDefinition. withType(Type type)FieldExcludeDefinitionFieldExcludeDefinition. withType(Type type)MappingDefinitionMappingDefinition. withType(Type type)
-