public interface SimpleBindingProcessorAdapter<T>
SimpleBindingProcessor.
All domain objects used by SimpleBindingProcessor must be wrapped by a
SimpleBindingProcessorAdapter. The supplied
SimpleBindingProcessorAdapterGenerator automates the creation of adapters.
| Modifier and Type | Method and Description |
|---|---|
Object |
getProperty(T object,
String... property) |
Class<?> |
getPropertyType(T object,
String... property) |
void |
invokeAction(T object,
String... action) |
void |
setProperty(T object,
Object value,
String... property) |
Copyright © 2015. All Rights Reserved.