Interface FieldHandler.State
- All Known Implementing Classes:
FieldHandler.NotFound, FieldHandler.NotResolved, FieldHandler.Resolved
- Enclosing class:
FieldHandler
private static interface FieldHandler.State
Internal state interface.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanfieldExists(FieldHandler handler, ComponentLogger logger) invoke(FieldHandler handler, FieldHandler.METHOD_TYPE mType, Object componentInstance, BindParameters rawParameter)
-
Method Details
-
invoke
MethodResult invoke(FieldHandler handler, FieldHandler.METHOD_TYPE mType, Object componentInstance, BindParameters rawParameter) throws InvocationTargetException - Throws:
InvocationTargetException
-
fieldExists
-