public interface TypeUnbinder<T>
Modifier and Type | Method and Description |
---|---|
boolean |
unBind(Map<String,Object> result,
Object src,
Class<?> srcClazz,
String name,
Annotation[] annotations) |
boolean unBind(Map<String,Object> result, Object src, Class<?> srcClazz, String name, Annotation[] annotations) throws Exception
result
- src
- the object you want to unbindsrcClazz
- The class of the object you want to associate the value withname
- the name of you parameter ie myparam for a simple param but can also be a complex one : mybean.address.streetannotations
- An array of annotation that may be bound to your method parameter or your bean propertyException
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly