Uses of Class
com.github.dozermapper.core.builder.model.jaxb.FieldExcludeDefinition
-
Packages that use FieldExcludeDefinition Package Description com.github.dozermapper.core.builder.model.jaxb JAXB model that describes the mapping definitions -
-
Uses of FieldExcludeDefinition in com.github.dozermapper.core.builder.model.jaxb
Fields in com.github.dozermapper.core.builder.model.jaxb with type parameters of type FieldExcludeDefinition Modifier and Type Field Description protected List<FieldExcludeDefinition>MappingDefinition. fieldExcludesMethods in com.github.dozermapper.core.builder.model.jaxb that return FieldExcludeDefinition Modifier and Type Method Description FieldExcludeDefinitionFieldDefinitionDefinition. end()FieldExcludeDefinitionFieldDefinitionDefinition. getFieldExcludeParent()FieldExcludeDefinitionFieldDefinition. getParentFieldExclude()FieldExcludeDefinitionMappingDefinition. withFieldExclude()FieldExcludeDefinitionFieldExcludeDefinition. withType(Type type)Methods in com.github.dozermapper.core.builder.model.jaxb that return types with arguments of type FieldExcludeDefinition Modifier and Type Method Description List<FieldExcludeDefinition>MappingDefinition. getFieldExcludes()Method parameters in com.github.dozermapper.core.builder.model.jaxb with type arguments of type FieldExcludeDefinition Modifier and Type Method Description protected voidMappingDefinition. setFieldExcludes(List<FieldExcludeDefinition> fieldExcludes)Constructors in com.github.dozermapper.core.builder.model.jaxb with parameters of type FieldExcludeDefinition Constructor Description FieldDefinitionDefinition(FieldExcludeDefinition fieldExcludeParent, FieldDefinition fieldParent)
-