Package org.derive4j.processor.api
Class MessageLocalizations.OnAnnotationValue
java.lang.Object
org.derive4j.processor.api.MessageLocalization
org.derive4j.processor.api.MessageLocalizations.OnAnnotationValue
- Enclosing class:
MessageLocalizations
-
Nested Class Summary
Nested classes/interfaces inherited from class org.derive4j.processor.api.MessageLocalization
MessageLocalization.Cases<R>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AnnotationMirror
private final AnnotationValue
private final Element
-
Constructor Summary
ConstructorsConstructorDescriptionOnAnnotationValue
(Element element, AnnotationMirror annotation, AnnotationValue annotationValue) -
Method Summary
Methods inherited from class org.derive4j.processor.api.MessageLocalization
onAnnotation, onAnnotationValue, onElement
-
Field Details
-
element
-
annotation
-
annotationValue
-
-
Constructor Details
-
OnAnnotationValue
OnAnnotationValue(Element element, AnnotationMirror annotation, AnnotationValue annotationValue)
-
-
Method Details
-
match
- Specified by:
match
in classMessageLocalization
-