Class FieldExcludeDefinition
- java.lang.Object
-
- com.github.dozermapper.core.builder.model.jaxb.FieldExcludeDefinition
-
public class FieldExcludeDefinition extends Object
Exclude a particular field from being mapped
-
-
Constructor Summary
Constructors Constructor Description FieldExcludeDefinition()FieldExcludeDefinition(MappingDefinition parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldMapbuild(ClassMap classMap, BeanContainer beanContainer, DestBeanCreator destBeanCreator, PropertyDescriptorFactory propertyDescriptorFactory)MappingDefinitionend()FieldDefinitionDefinitiongetA()FieldDefinitionDefinitiongetB()MappingDefinitiongetParent()TypegetType()protected voidsetA(FieldDefinitionDefinition a)protected voidsetB(FieldDefinitionDefinition b)protected voidsetType(Type type)FieldDefinitionDefinitionwithA()FieldDefinitionDefinitionwithB()FieldExcludeDefinitionwithType(Type type)
-
-
-
Constructor Detail
-
FieldExcludeDefinition
public FieldExcludeDefinition()
-
FieldExcludeDefinition
public FieldExcludeDefinition(MappingDefinition parent)
-
-
Method Detail
-
withA
public FieldDefinitionDefinition withA()
-
withB
public FieldDefinitionDefinition withB()
-
withType
public FieldExcludeDefinition withType(Type type)
-
end
public MappingDefinition end()
-
build
public FieldMap build(ClassMap classMap, BeanContainer beanContainer, DestBeanCreator destBeanCreator, PropertyDescriptorFactory propertyDescriptorFactory)
-
getParent
public MappingDefinition getParent()
-
getA
public FieldDefinitionDefinition getA()
-
setA
protected void setA(FieldDefinitionDefinition a)
-
getB
public FieldDefinitionDefinition getB()
-
setB
protected void setB(FieldDefinitionDefinition b)
-
getType
public Type getType()
-
setType
protected void setType(Type type)
-
-