FieldLocator.Resolution |
FieldLocator.AbstractBase.locate(java.lang.String name) |
Locates a field with the given name and throws an exception if no such type exists.
|
FieldLocator.Resolution |
FieldLocator.AbstractBase.locate(java.lang.String name,
TypeDescription type) |
Locates a field with the given name and type and throws an exception if no such type exists.
|
FieldLocator.Resolution |
FieldLocator.locate(java.lang.String name) |
Locates a field with the given name and throws an exception if no such type exists.
|
FieldLocator.Resolution |
FieldLocator.locate(java.lang.String name,
TypeDescription type) |
Locates a field with the given name and type and throws an exception if no such type exists.
|
FieldLocator.Resolution |
FieldLocator.NoOp.locate(java.lang.String name) |
Locates a field with the given name and throws an exception if no such type exists.
|
FieldLocator.Resolution |
FieldLocator.NoOp.locate(java.lang.String name,
TypeDescription type) |
Locates a field with the given name and type and throws an exception if no such type exists.
|
static FieldLocator.Resolution |
FieldLocator.Resolution.Simple.ofBeanAccessor(FieldLocator fieldLocator,
MethodDescription methodDescription) |
Resolves a field locator for a potential accessor method.
|