protected abstract static class FieldProxy.Binder.FieldLocator.Resolution extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
FieldProxy.Binder.FieldLocator.Resolution.Resolved
A resolution for a successfully located field.
|
protected static class |
FieldProxy.Binder.FieldLocator.Resolution.Unresolved
A resolution for a non-located field.
|
| Modifier | Constructor and Description |
|---|---|
protected |
Resolution() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract FieldDescription |
getFieldDescription()
Returns a description of the located field.
|
protected abstract boolean |
isValid()
Determines if a field lookup was successful.
|
protected abstract boolean isValid()
true if a field lookup was successful.protected abstract FieldDescription getFieldDescription()
Copyright © 2014–2015. All rights reserved.