Class MethodNameParser.Builder
java.lang.Object
io.micronaut.data.processor.visitors.finders.MethodNameParser.Builder
- Enclosing class:
- MethodNameParser
The builder.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()failOnRest(String error) match(MethodNameParser.MatchId matchId, String... prefixes) takeRest(MethodNameParser.MatchId matchId) tryMatch(MethodNameParser.MatchId matchId, String... prefixes) tryMatchExactly(MethodNameParser.MatchId matchId, String text) tryMatchFirstOccurrencePrefixed(MethodNameParser.MatchId matchId, String... prefixes) tryMatchLast(MethodNameParser.MatchId matchId, String... suffixes) tryMatchLastOccurrencePrefixed(MethodNameParser.MatchId matchId, String error, String... prefixes) tryMatchPrefixedNumber(MethodNameParser.MatchId matchId, String... prefixes)
-
Method Details
-
match
-
tryMatch
-
tryMatchExactly
-
tryMatchPrefixedNumber
public MethodNameParser.Builder tryMatchPrefixedNumber(MethodNameParser.MatchId matchId, String... prefixes) -
tryMatchLast
-
tryMatchLastOccurrencePrefixed
public MethodNameParser.Builder tryMatchLastOccurrencePrefixed(MethodNameParser.MatchId matchId, String error, String... prefixes) -
tryMatchFirstOccurrencePrefixed
public MethodNameParser.Builder tryMatchFirstOccurrencePrefixed(MethodNameParser.MatchId matchId, String... prefixes) -
takeRest
-
failOnRest
-
build
-