Class FormattingParameters
java.lang.Object
org.mapstruct.ap.internal.model.common.FormattingParameters
Represent information about the configured formatting.
- Author:
- Sjaak Derksen
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFormattingParameters(String date, String number, AnnotationMirror mirror, AnnotationValue dateAnnotationValue, Element element, String locale) -
Method Summary
-
Field Details
-
EMPTY
-
-
Constructor Details
-
FormattingParameters
public FormattingParameters(String date, String number, AnnotationMirror mirror, AnnotationValue dateAnnotationValue, Element element, String locale)
-
-
Method Details
-
getDate
-
getNumber
-
getMirror
-
getDateAnnotationValue
-
getElement
-
getLocale
-