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
ConstructorsConstructorDescriptionTotalMatcher_OnAnnotationValue
(Function<Element, R> onElement, MessageLocalizations.OnAnnotationMapper<R> onAnnotation) -
Method Summary
Modifier and TypeMethodDescriptionfinal Function
<MessageLocalization, R> onAnnotationValue
(MessageLocalizations.OnAnnotationValueMapper<R> onAnnotationValue) final Function
<MessageLocalization, R> Methods inherited from class org.derive4j.processor.api.MessageLocalizations.CasesMatchers.PartialMatcher
otherwise, otherwise_, otherwiseEmpty
-
Constructor Details
-
TotalMatcher_OnAnnotationValue
TotalMatcher_OnAnnotationValue(Function<Element, R> onElement, MessageLocalizations.OnAnnotationMapper<R> onAnnotation)
-
-
Method Details
-
onAnnotationValue
public final Function<MessageLocalization,R> onAnnotationValue(MessageLocalizations.OnAnnotationValueMapper<R> onAnnotationValue) -
onAnnotationValue_
-