|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NestedResolver
Represents the desired strategy for populating values into indirectly created beans created while parsing dot notation expressions.
Method Summary | |
---|---|
void |
resolve(java.lang.Object bean,
java.util.Map<java.lang.String,java.lang.Object> initialValues)
If any additional processing or mapping needs to be performed before the values are set into a new, nested bean's state, implement here and register via the ProxyFactory. |
Method Detail |
---|
void resolve(java.lang.Object bean, java.util.Map<java.lang.String,java.lang.Object> initialValues)
bean
- A navel bean, may be new and empty or may be partially
populated, depending on the exact dot notation keys in the
initialValues map and other factors, so should be careful
about inadvertently clobbering existing state.initialValues
- The appropriate values derived for the bean argument, which
may be filtered or changed as appropriate to keep property
validation from throwing an exception.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |