Constructor and Description |
---|
DozerField(String name,
String type) |
Modifier and Type | Method and Description |
---|---|
protected Object |
clone() |
String |
getCreateMethod() |
String |
getDateFormat() |
int |
getIndex() |
String |
getKey()
Key of the field, used if mapping a
Map "field", otherwise null. |
String |
getMapGetMethod() |
String |
getMapSetMethod() |
String |
getName()
Name of the field, which is the property name.
|
String |
getTheGetMethod() |
String |
getTheSetMethod() |
String |
getType() |
Boolean |
isAccessible() |
boolean |
isCustomGetterSetterField() |
boolean |
isIndexed() |
boolean |
isMapTypeCustomGetterSetterField() |
void |
setAccessible(Boolean isAccessible) |
void |
setCreateMethod(String createMethod) |
void |
setDateFormat(String dateFormat) |
void |
setIndex(int index) |
void |
setIndexed(boolean isIndexed) |
void |
setKey(String key) |
void |
setMapGetMethod(String mapGetMethod) |
void |
setMapSetMethod(String mapSetMethod) |
void |
setName(String name) |
void |
setTheGetMethod(String theGetMethod) |
void |
setTheSetMethod(String theSetMethod) |
void |
setType(String type) |
String |
toString() |
public void setType(String type)
public String getType()
public String getName()
Map
, the value is "this".public String getDateFormat()
public void setDateFormat(String dateFormat)
public String getTheGetMethod()
public void setTheGetMethod(String theGetMethod)
public String getTheSetMethod()
public void setTheSetMethod(String theSetMethod)
public String getKey()
Map
"field", otherwise null.public void setKey(String key)
public String getMapGetMethod()
public void setMapGetMethod(String mapGetMethod)
public String getMapSetMethod()
public void setMapSetMethod(String mapSetMethod)
public Boolean isAccessible()
public void setAccessible(Boolean isAccessible)
public String getCreateMethod()
public void setCreateMethod(String createMethod)
public int getIndex()
public void setIndex(int index)
public boolean isIndexed()
public void setIndexed(boolean isIndexed)
public void setName(String name)
public boolean isCustomGetterSetterField()
public boolean isMapTypeCustomGetterSetterField()
protected Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Copyright © 2005-2014 dozer. All Rights Reserved.