Package org.derive4j.processor.api
Class MessageLocalizations.CasesMatchers.TotalMatcher_OnElement
- java.lang.Object
-
- org.derive4j.processor.api.MessageLocalizations.CasesMatchers.TotalMatcher_OnElement
-
- Enclosing class:
- MessageLocalizations.CasesMatchers
public static final class MessageLocalizations.CasesMatchers.TotalMatcher_OnElement extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TotalMatcher_OnElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> MessageLocalizations.CasesMatchers.PartialMatcher_OnAnnotationValue<R>
onAnnotation(MessageLocalizations.OnAnnotationMapper<R> onAnnotation)
<R> MessageLocalizations.CasesMatchers.PartialMatcher_OnAnnotationValue<R>
onAnnotation_(R r)
<R> MessageLocalizations.CasesMatchers.PartialMatcher<R>
onAnnotationValue(MessageLocalizations.OnAnnotationValueMapper<R> onAnnotationValue)
<R> MessageLocalizations.CasesMatchers.PartialMatcher<R>
onAnnotationValue_(R r)
<R> MessageLocalizations.CasesMatchers.TotalMatcher_OnAnnotation<R>
onElement(java.util.function.Function<javax.lang.model.element.Element,R> onElement)
<R> MessageLocalizations.CasesMatchers.TotalMatcher_OnAnnotation<R>
onElement_(R r)
-
-
-
Method Detail
-
onElement
public final <R> MessageLocalizations.CasesMatchers.TotalMatcher_OnAnnotation<R> onElement(java.util.function.Function<javax.lang.model.element.Element,R> onElement)
-
onElement_
public final <R> MessageLocalizations.CasesMatchers.TotalMatcher_OnAnnotation<R> onElement_(R r)
-
onAnnotation
public final <R> MessageLocalizations.CasesMatchers.PartialMatcher_OnAnnotationValue<R> onAnnotation(MessageLocalizations.OnAnnotationMapper<R> onAnnotation)
-
onAnnotation_
public final <R> MessageLocalizations.CasesMatchers.PartialMatcher_OnAnnotationValue<R> onAnnotation_(R r)
-
onAnnotationValue
public final <R> MessageLocalizations.CasesMatchers.PartialMatcher<R> onAnnotationValue(MessageLocalizations.OnAnnotationValueMapper<R> onAnnotationValue)
-
onAnnotationValue_
public final <R> MessageLocalizations.CasesMatchers.PartialMatcher<R> onAnnotationValue_(R r)
-
-