Class Restrictions.PropertyStartingWith
- java.lang.Object
-
- io.micronaut.data.processor.visitors.finders.Restrictions.PropertyStartsWith
-
- io.micronaut.data.processor.visitors.finders.Restrictions.PropertyStartingWith
-
- All Implemented Interfaces:
Restrictions.PropertyRestriction<java.lang.String>
- Enclosing class:
- Restrictions
public static class Restrictions.PropertyStartingWith extends Restrictions.PropertyStartsWith
Starts with criterion.
-
-
Constructor Summary
Constructors Constructor Description PropertyStartingWith()
-
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.PropertyStartsWith
-
-