Class Restrictions.PropertyInList<T>
- java.lang.Object
-
- io.micronaut.data.processor.visitors.finders.Restrictions.PropertyIn<T>
-
- io.micronaut.data.processor.visitors.finders.Restrictions.PropertyInList<T>
-
- Type Parameters:
T
- The property type
- All Implemented Interfaces:
Restrictions.PropertyRestriction<T>
- Enclosing class:
- Restrictions
public static class Restrictions.PropertyInList<T> extends Restrictions.PropertyIn<T>
InList restriction.
-
-
Constructor Summary
Constructors Constructor Description PropertyInList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
-
Methods inherited from class io.micronaut.data.processor.visitors.finders.Restrictions.PropertyIn
find, getRequiredParameters
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceRestrictions.PropertyRestriction<T>
- Overrides:
getName
in classRestrictions.PropertyIn<T>
-
-