Package org.derive4j.processor.api
Class MessageLocalizations.CasesMatchers.PartialMatcher_OnAnnotationValue<R>
java.lang.Object
org.derive4j.processor.api.MessageLocalizations.CasesMatchers.PartialMatcher<R>
org.derive4j.processor.api.MessageLocalizations.CasesMatchers.PartialMatcher_OnAnnotationValue<R>
- Direct Known Subclasses:
MessageLocalizations.CasesMatchers.TotalMatcher_OnAnnotation
- Enclosing class:
MessageLocalizations.CasesMatchers
public static class MessageLocalizations.CasesMatchers.PartialMatcher_OnAnnotationValue<R>
extends MessageLocalizations.CasesMatchers.PartialMatcher<R>
-
Constructor Summary
ConstructorsConstructorDescriptionPartialMatcher_OnAnnotationValue
(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.CasesMatchers.PartialMatcher
otherwise, otherwise_, otherwiseEmpty
-
Constructor Details
-
PartialMatcher_OnAnnotationValue
PartialMatcher_OnAnnotationValue(Function<Element, R> onElement, MessageLocalizations.OnAnnotationMapper<R> onAnnotation)
-
-
Method Details
-
onAnnotationValue
public final MessageLocalizations.CasesMatchers.PartialMatcher<R> onAnnotationValue(MessageLocalizations.OnAnnotationValueMapper<R> onAnnotationValue) -
onAnnotationValue_
-