| Modifier and Type | Class and Description |
|---|---|
static class |
Part.IgnoreCaseType
The various types of ignore case that are supported.
|
static class |
Part.Type
The type of a method name part.
|
| Constructor and Description |
|---|
Part(String part,
Class<?> clazz)
|
Part(String part,
Class<?> clazz,
boolean alwaysIgnoreCase)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getNumberOfArguments()
Returns how many method parameters are bound by this part.
|
boolean |
getParameterRequired() |
PropertyPath |
getProperty() |
Part.Type |
getType() |
int |
hashCode() |
Part.IgnoreCaseType |
shouldIgnoreCase()
Returns whether the
PropertyPath referenced should be matched ignoring case. |
String |
toString() |
public Part(String part, Class<?> clazz)
Part from the given method name part, the Class the part originates from and the
start parameter index.part - must not be null.clazz - must not be {@lpublic boolean getParameterRequired()
public int getNumberOfArguments()
public PropertyPath getProperty()
public Part.Type getType()
public Part.IgnoreCaseType shouldIgnoreCase()
PropertyPath referenced should be matched ignoring case.Copyright © 2012. All Rights Reserved.