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