Class AbstractSpecificationMethodMatcher
java.lang.Object
io.micronaut.data.processor.visitors.finders.AbstractPrefixPatternMethodMatcher
io.micronaut.data.processor.visitors.finders.AbstractSpecificationMethodMatcher
- All Implemented Interfaces:
io.micronaut.core.order.Ordered, MethodMatcher
- Direct Known Subclasses:
CountSpecificationMethodMatcher, DeleteAllSpecificationMethodMatcher, ExistsSpecificationMethodMatcher, FindSpecificationMethodMatcher, UpdateAllSpecificationMethodMatcher
Abstract superclass for specification methods.
- Since:
- 3.1
- Author:
- Denis Stepanov
-
Nested Class Summary
Nested classes/interfaces inherited from interface MethodMatcher
MethodMatcher.MethodMatch -
Field Summary
Fields inherited from class AbstractPrefixPatternMethodMatcher
patternFields inherited from interface MethodMatcher
DEFAULT_POSITIONFields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractSpecificationMethodMatcher(String... prefixes) Default constructor. -
Method Summary
Modifier and TypeMethodDescriptionintgetOrder()protected final booleanisDeleteSpecification(MethodMatchContext methodMatchContext) protected final booleanisQuerySpecification(MethodMatchContext methodMatchContext) protected final booleanisUpdateSpecification(MethodMatchContext methodMatchContext) Methods inherited from class AbstractPrefixPatternMethodMatcher
doMatch, match, matches
-
Constructor Details
-
AbstractSpecificationMethodMatcher
Default constructor.- Parameters:
prefixes- The method prefixes to match
-
-
Method Details
-
getOrder
public int getOrder() -
isQuerySpecification
-
isDeleteSpecification
-
isUpdateSpecification
-