Class DozerField

  • All Implemented Interfaces:
    Cloneable

    public class DozerField
    extends Object
    implements Cloneable
    Only intended for internal use.
    • Constructor Detail

      • DozerField

        public DozerField​(String name,
                          String type)
    • 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 a Map, 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 a Map "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()