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