Package org.derive4j.processor.api
Class MessageLocalizations.CaseOfMatchers.PartialMatcher_OnAnnotationValue<R>
java.lang.Object
org.derive4j.processor.api.MessageLocalizations.CaseOfMatchers.PartialMatcher<R>
org.derive4j.processor.api.MessageLocalizations.CaseOfMatchers.PartialMatcher_OnAnnotationValue<R>
- Direct Known Subclasses:
MessageLocalizations.CaseOfMatchers.TotalMatcher_OnAnnotation
- Enclosing class:
MessageLocalizations.CaseOfMatchers
public static class MessageLocalizations.CaseOfMatchers.PartialMatcher_OnAnnotationValue<R>
extends MessageLocalizations.CaseOfMatchers.PartialMatcher<R>
-
Constructor Summary
ConstructorsConstructorDescriptionPartialMatcher_OnAnnotationValue
(MessageLocalization _messageLocalization, Function<Element, R> onElement, MessageLocalizations.OnAnnotationMapper<R> onAnnotation) -
Method Summary
Modifier and TypeMethodDescriptiononAnnotationValue
(MessageLocalizations.OnAnnotationValueMapper<R> onAnnotationValue) Methods inherited from class org.derive4j.processor.api.MessageLocalizations.CaseOfMatchers.PartialMatcher
otherwise, otherwise_, otherwiseEmpty
-
Constructor Details
-
PartialMatcher_OnAnnotationValue
PartialMatcher_OnAnnotationValue(MessageLocalization _messageLocalization, Function<Element, R> onElement, MessageLocalizations.OnAnnotationMapper<R> onAnnotation)
-
-
Method Details
-
onAnnotationValue
public final MessageLocalizations.CaseOfMatchers.PartialMatcher<R> onAnnotationValue(MessageLocalizations.OnAnnotationValueMapper<R> onAnnotationValue) -
onAnnotationValue_
-