Uses of Class
com.github.dozermapper.core.builder.model.jaxb.FieldDefinition
-
Packages that use FieldDefinition Package Description com.github.dozermapper.core.builder.model.elengine ELEngineextension to JAXB modelcom.github.dozermapper.core.builder.model.jaxb JAXB model that describes the mapping definitions -
-
Uses of FieldDefinition in com.github.dozermapper.core.builder.model.elengine
Subclasses of FieldDefinition in com.github.dozermapper.core.builder.model.elengine Modifier and Type Class Description classELFieldDefinitionSpecifies a custom field mapping.Methods in com.github.dozermapper.core.builder.model.elengine that return FieldDefinition Modifier and Type Method Description FieldDefinitionELMappingDefinition. withField()Constructors in com.github.dozermapper.core.builder.model.elengine with parameters of type FieldDefinition Constructor Description ELFieldDefinition(ELEngine elEngine, FieldDefinition copy) -
Uses of FieldDefinition in com.github.dozermapper.core.builder.model.jaxb
Fields in com.github.dozermapper.core.builder.model.jaxb with type parameters of type FieldDefinition Modifier and Type Field Description protected List<FieldDefinition>MappingDefinition. fieldsMethods in com.github.dozermapper.core.builder.model.jaxb that return types with arguments of type FieldDefinition Modifier and Type Method Description List<FieldDefinition>MappingDefinition. getFields()Method parameters in com.github.dozermapper.core.builder.model.jaxb with type arguments of type FieldDefinition Modifier and Type Method Description protected voidMappingDefinition. setFields(List<FieldDefinition> fields)Constructors in com.github.dozermapper.core.builder.model.jaxb with parameters of type FieldDefinition Constructor Description FieldDefinitionDefinition(FieldExcludeDefinition fieldExcludeParent, FieldDefinition fieldParent)
-