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
Constructors Constructor Description PartialMatcher_OnAnnotationValue(java.util.function.Function<javax.lang.model.element.Element,R> onElement, MessageLocalizations.OnAnnotationMapper<R> onAnnotation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageLocalizations.CasesMatchers.PartialMatcher<R>
onAnnotationValue(MessageLocalizations.OnAnnotationValueMapper<R> onAnnotationValue)
MessageLocalizations.CasesMatchers.PartialMatcher<R>
onAnnotationValue_(R r)
-
Methods inherited from class org.derive4j.processor.api.MessageLocalizations.CasesMatchers.PartialMatcher
otherwise, otherwise_, otherwiseEmpty
-
-
-
-
Constructor Detail
-
PartialMatcher_OnAnnotationValue
PartialMatcher_OnAnnotationValue(java.util.function.Function<javax.lang.model.element.Element,R> onElement, MessageLocalizations.OnAnnotationMapper<R> onAnnotation)
-
-
Method Detail
-
onAnnotationValue
public final MessageLocalizations.CasesMatchers.PartialMatcher<R> onAnnotationValue(MessageLocalizations.OnAnnotationValueMapper<R> onAnnotationValue)
-
onAnnotationValue_
public final MessageLocalizations.CasesMatchers.PartialMatcher<R> onAnnotationValue_(R r)
-
-