Class FormattingParameters
- java.lang.Object
-
- org.mapstruct.ap.internal.model.common.FormattingParameters
-
public class FormattingParameters extends Object
- Author:
- Sjaak Derksen
-
-
Field Summary
Fields Modifier and Type Field Description static FormattingParameters
EMPTY
-
Constructor Summary
Constructors Constructor Description FormattingParameters(String date, String number, AnnotationMirror mirror, AnnotationValue dateAnnotationValue, Element element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDate()
AnnotationValue
getDateAnnotationValue()
Element
getElement()
AnnotationMirror
getMirror()
String
getNumber()
-
-
-
Field Detail
-
EMPTY
public static final FormattingParameters EMPTY
-
-
Constructor Detail
-
FormattingParameters
public FormattingParameters(String date, String number, AnnotationMirror mirror, AnnotationValue dateAnnotationValue, Element element)
-
-
Method Detail
-
getDate
public String getDate()
-
getNumber
public String getNumber()
-
getMirror
public AnnotationMirror getMirror()
-
getDateAnnotationValue
public AnnotationValue getDateAnnotationValue()
-
getElement
public Element getElement()
-
-