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