Package org.derive4j.processor.api
Class MessageLocalizations.CasesMatchers.TotalMatcher_OnAnnotationValue<R>
- java.lang.Object
-
- org.derive4j.processor.api.MessageLocalizations.CasesMatchers.PartialMatcher<R>
-
- org.derive4j.processor.api.MessageLocalizations.CasesMatchers.TotalMatcher_OnAnnotationValue<R>
-
- Enclosing class:
- MessageLocalizations.CasesMatchers
public static final class MessageLocalizations.CasesMatchers.TotalMatcher_OnAnnotationValue<R> extends MessageLocalizations.CasesMatchers.PartialMatcher<R>
-
-
Constructor Summary
Constructors Constructor Description TotalMatcher_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 java.util.function.Function<MessageLocalization,R>
onAnnotationValue(MessageLocalizations.OnAnnotationValueMapper<R> onAnnotationValue)
java.util.function.Function<MessageLocalization,R>
onAnnotationValue_(R r)
-
Methods inherited from class org.derive4j.processor.api.MessageLocalizations.CasesMatchers.PartialMatcher
otherwise, otherwise_, otherwiseEmpty
-
-
-
-
Constructor Detail
-
TotalMatcher_OnAnnotationValue
TotalMatcher_OnAnnotationValue(java.util.function.Function<javax.lang.model.element.Element,R> onElement, MessageLocalizations.OnAnnotationMapper<R> onAnnotation)
-
-
Method Detail
-
onAnnotationValue
public final java.util.function.Function<MessageLocalization,R> onAnnotationValue(MessageLocalizations.OnAnnotationValueMapper<R> onAnnotationValue)
-
onAnnotationValue_
public final java.util.function.Function<MessageLocalization,R> onAnnotationValue_(R r)
-
-