Package org.derive4j.processor.api
Class MessageLocalizations.CaseOfMatchers.TotalMatcher_OnElement
java.lang.Object
org.derive4j.processor.api.MessageLocalizations.CaseOfMatchers.TotalMatcher_OnElement
- Enclosing class:
MessageLocalizations.CaseOfMatchers
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiononAnnotation
(MessageLocalizations.OnAnnotationMapper<R> onAnnotation) onAnnotation_
(R r) final <R> MessageLocalizations.CaseOfMatchers.PartialMatcher
<R> onAnnotationValue
(MessageLocalizations.OnAnnotationValueMapper<R> onAnnotationValue) final <R> MessageLocalizations.CaseOfMatchers.PartialMatcher
<R> onAnnotationValue_
(R r) onElement_
(R r)
-
Field Details
-
_messageLocalization
-
-
Constructor Details
-
TotalMatcher_OnElement
TotalMatcher_OnElement(MessageLocalization _messageLocalization)
-
-
Method Details
-
onElement
public final <R> MessageLocalizations.CaseOfMatchers.TotalMatcher_OnAnnotation<R> onElement(Function<Element, R> onElement) -
onElement_
-
onAnnotation
public final <R> MessageLocalizations.CaseOfMatchers.PartialMatcher_OnAnnotationValue<R> onAnnotation(MessageLocalizations.OnAnnotationMapper<R> onAnnotation) -
onAnnotation_
public final <R> MessageLocalizations.CaseOfMatchers.PartialMatcher_OnAnnotationValue<R> onAnnotation_(R r) -
onAnnotationValue
public final <R> MessageLocalizations.CaseOfMatchers.PartialMatcher<R> onAnnotationValue(MessageLocalizations.OnAnnotationValueMapper<R> onAnnotationValue) -
onAnnotationValue_
-