Class Restrictions.PropertyEndsWith
- java.lang.Object
-
- io.micronaut.data.processor.visitors.finders.Restrictions.PropertyEndingWith
-
- io.micronaut.data.processor.visitors.finders.Restrictions.PropertyEndsWith
-
- All Implemented Interfaces:
Restrictions.PropertyRestriction<java.lang.String>
- Enclosing class:
- Restrictions
public static class Restrictions.PropertyEndsWith extends Restrictions.PropertyEndingWith
Ends with criterion.
-
-
Constructor Summary
Constructors Constructor Description PropertyEndsWith()
-
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<java.lang.String>
- Overrides:
getName
in classRestrictions.PropertyEndingWith
-
-