Class FieldDefinition
- java.lang.Object
-
- com.github.dozermapper.core.loader.api.FieldDefinition
-
public class FieldDefinition extends Object
-
-
Constructor Summary
Constructors Constructor Description FieldDefinition(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldDefinitionaccessible()FieldDefinitionaccessible(boolean value)voidbuild(DozerBuilder.FieldDefinitionBuilder builder)FieldDefinitioncreateMethod(String method)FieldDefinitiongetMethod(String getMethod)FieldDefinitioniterate()FieldDefinitionmapKey(String key)FieldDefinitionmapMethods(String getMethod, String setMethod)FieldDefinitionsetMethod(String setMethod)
-
-
-
Constructor Detail
-
FieldDefinition
public FieldDefinition(String value)
-
-
Method Detail
-
build
public void build(DozerBuilder.FieldDefinitionBuilder builder)
-
iterate
public FieldDefinition iterate()
-
accessible
public FieldDefinition accessible()
-
accessible
public FieldDefinition accessible(boolean value)
-
createMethod
public FieldDefinition createMethod(String method)
-
mapKey
public FieldDefinition mapKey(String key)
-
mapMethods
public FieldDefinition mapMethods(String getMethod, String setMethod)
-
getMethod
public FieldDefinition getMethod(String getMethod)
-
setMethod
public FieldDefinition setMethod(String setMethod)
-
-