Class Restrictions.PropertyNotInList<T>
java.lang.Object
io.micronaut.data.processor.visitors.finders.Restrictions.PropertyNotIn<T>
io.micronaut.data.processor.visitors.finders.Restrictions.PropertyNotInList<T>
- Type Parameters:
T
- The property type
- All Implemented Interfaces:
Restrictions.PropertyRestriction<T>
- Enclosing class:
- Restrictions
NotInList restriction.
-
Constructor Summary
-
Method Summary
Methods inherited from class io.micronaut.data.processor.visitors.finders.Restrictions.PropertyNotIn
find, getRequiredParameters
-
Constructor Details
-
PropertyNotInList
public PropertyNotInList()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceRestrictions.PropertyRestriction<T>
- Overrides:
getName
in classRestrictions.PropertyNotIn<T>
-