Class DozerField
- java.lang.Object
-
- com.github.dozermapper.core.fieldmap.DozerField
-
-
Constructor Summary
Constructors Constructor Description DozerField(String name, String type)
-
Method Summary
-
-
-
Method Detail
-
setType
public void setType(String type)
-
getType
public String getType()
-
getName
public String getName()
Name of the field, which is the property name. Except if mapping aMap, the value is "this".- Returns:
- name of field
-
getDateFormat
public String getDateFormat()
-
setDateFormat
public void setDateFormat(String dateFormat)
-
getTheGetMethod
public String getTheGetMethod()
-
setTheGetMethod
public void setTheGetMethod(String theGetMethod)
-
getTheSetMethod
public String getTheSetMethod()
-
setTheSetMethod
public void setTheSetMethod(String theSetMethod)
-
getKey
public String getKey()
Key of the field, used if mapping aMap"field", otherwise null.- Returns:
- key of field
-
setKey
public void setKey(String key)
-
getMapGetMethod
public String getMapGetMethod()
-
setMapGetMethod
public void setMapGetMethod(String mapGetMethod)
-
getMapSetMethod
public String getMapSetMethod()
-
setMapSetMethod
public void setMapSetMethod(String mapSetMethod)
-
isAccessible
public Boolean isAccessible()
-
setAccessible
public void setAccessible(Boolean isAccessible)
-
getCreateMethod
public String getCreateMethod()
-
setCreateMethod
public void setCreateMethod(String createMethod)
-
getIndex
public int getIndex()
-
setIndex
public void setIndex(int index)
-
isIndexed
public boolean isIndexed()
-
setIndexed
public void setIndexed(boolean isIndexed)
-
setName
public void setName(String name)
-
isCustomGetterSetterField
public boolean isCustomGetterSetterField()
-
isMapTypeCustomGetterSetterField
public boolean isMapTypeCustomGetterSetterField()
-
clone
protected Object clone() throws CloneNotSupportedException
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
-