public class FormattingParameters extends Object
Modifier and Type | Field and Description |
---|---|
static FormattingParameters |
EMPTY |
Constructor and Description |
---|
FormattingParameters(String date,
String number,
AnnotationMirror mirror,
AnnotationValue dateAnnotationValue,
Element element) |
Modifier and Type | Method and Description |
---|---|
String |
getDate() |
AnnotationValue |
getDateAnnotationValue() |
Element |
getElement() |
AnnotationMirror |
getMirror() |
String |
getNumber() |
public static final FormattingParameters EMPTY
public FormattingParameters(String date, String number, AnnotationMirror mirror, AnnotationValue dateAnnotationValue, Element element)
public String getDate()
public String getNumber()
public AnnotationMirror getMirror()
public AnnotationValue getDateAnnotationValue()
public Element getElement()
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.