protected static interface FieldValue.Binder.FieldLocator.Resolution
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
FieldValue.Binder.FieldLocator.Resolution.Resolved
A successfully resolved field resolution. 
 | 
static class  | 
FieldValue.Binder.FieldLocator.Resolution.Unresolved
A 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  
true if 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–2016. All rights reserved.