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
Constructors - 
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:
 getNamein interfaceRestrictions.PropertyRestriction<T>- Overrides:
 getNamein classRestrictions.PropertyNotIn<T>
 
 -