T
- Type of the unbinderpublic interface TypeUnbinder<T>
Modifier and Type | Method and Description |
---|---|
boolean |
unBind(java.util.Map<java.lang.String,java.lang.Object> result,
java.lang.Object src,
java.lang.Class<?> srcClazz,
java.lang.String name,
java.lang.annotation.Annotation[] annotations) |
boolean unBind(java.util.Map<java.lang.String,java.lang.Object> result, java.lang.Object src, java.lang.Class<?> srcClazz, java.lang.String name, java.lang.annotation.Annotation[] annotations) throws java.lang.Exception
result
- The result containersrc
- 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 propertyjava.lang.Exception
- if problem occurredGuillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly