Interface FieldReference

All Known Implementing Classes:
FinalField, GetDateTimeFormatterField

public interface FieldReference
reference used by BuiltInMethod/HelperMethod to create an additional field in the mapper.
  • Method Details

    • getVariableName

      String getVariableName()
      Returns:
      variable name of the field
    • getType

      Type getType()
      Returns:
      type of the field
    • getTemplateParameter

      default Map<String,Object> getTemplateParameter()
      Returns:
      additional template parameters