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 Summary
Constructors Constructor Description GetDateTimeFormatterField(TypeFactory typeFactory, String dateFormat)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static String
getDateTimeFormatterFieldName(String dateFormat)
Map<String,Object>
getTemplateParameter()
-
Methods inherited from class org.mapstruct.ap.internal.model.common.FinalField
getType, getVariableName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.mapstruct.ap.internal.model.common.FieldReference
getType, getVariableName
-
-
-
-
Constructor Detail
-
GetDateTimeFormatterField
public GetDateTimeFormatterField(TypeFactory typeFactory, String dateFormat)
-
-
Method Detail
-
getTemplateParameter
public Map<String,Object> getTemplateParameter()
- Specified by:
getTemplateParameter
in interfaceFieldReference
- Returns:
- additional template parameters
-
-