Class GetDateTimeFormatterField
- java.lang.Object
- 
- org.mapstruct.ap.internal.model.common.FinalField
- 
- org.mapstruct.ap.internal.conversion.GetDateTimeFormatterField
 
 
- 
- All Implemented Interfaces:
- FieldReference
 
 public class GetDateTimeFormatterField extends FinalField implements FieldReference 
- 
- 
Constructor SummaryConstructors Constructor Description GetDateTimeFormatterField(TypeFactory typeFactory, String dateFormat)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringgetDateTimeFormatterFieldName(String dateFormat)Map<String,Object>getTemplateParameter()- 
Methods inherited from class org.mapstruct.ap.internal.model.common.FinalFieldgetType, getVariableName
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.mapstruct.ap.internal.model.common.FieldReferencegetType, getVariableName
 
- 
 
- 
- 
- 
Constructor Detail- 
GetDateTimeFormatterFieldpublic GetDateTimeFormatterField(TypeFactory typeFactory, String dateFormat) 
 
- 
 - 
Method Detail- 
getTemplateParameterpublic Map<String,Object> getTemplateParameter() - Specified by:
- getTemplateParameterin interface- FieldReference
- Returns:
- additional template parameters
 
 
- 
 
-