Interface FieldReference
-
- All Known Implementing Classes:
FinalField,GetDateTimeFormatterField
public interface FieldReferencereference used by BuiltInMethod/HelperMethod to create an additional field in the mapper.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default java.util.Map<java.lang.String,java.lang.Object>getTemplateParameter()TypegetType()java.lang.StringgetVariableName()
-
-
-
Method Detail
-
getVariableName
java.lang.String getVariableName()
- Returns:
- variable name of the field
-
getType
Type getType()
- Returns:
- type of the field
-
getTemplateParameter
default java.util.Map<java.lang.String,java.lang.Object> getTemplateParameter()
- Returns:
- additional template parameters
-
-