protected static interface FieldValue.Binder.FieldLocator.Resolution
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | FieldValue.Binder.FieldLocator.Resolution.ResolvedA successfully resolved field resolution. | 
| static class  | FieldValue.Binder.FieldLocator.Resolution.UnresolvedA canonical implementation of an unresolved field resolution. | 
| Modifier and Type | Method and Description | 
|---|---|
| FieldDescription | getFieldDescription()Returns the located field description if available or throws an exception if this method is called for an
 unresolved resolution. | 
| boolean | isResolved()Returns  trueif a field was successfully located. | 
FieldDescription getFieldDescription()
boolean isResolved()
true if a field was successfully located.true if a field was successfully located.Copyright © 2014–2015. All rights reserved.