play.data.binding
Class Unbinder

java.lang.Object
  extended by play.data.binding.Unbinder

public class Unbinder
extends java.lang.Object

Try to unbind an object to a Map


Constructor Summary
Unbinder()
           
 
Method Summary
static boolean isDirect(java.lang.Class<?> clazz)
           
static void unBind(java.util.Map<java.lang.String,java.lang.Object> result, java.lang.Object src, java.lang.String name, java.lang.annotation.Annotation[] annotations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Unbinder

public Unbinder()
Method Detail

unBind

public static void unBind(java.util.Map<java.lang.String,java.lang.Object> result,
                          java.lang.Object src,
                          java.lang.String name,
                          java.lang.annotation.Annotation[] annotations)

isDirect

public static boolean isDirect(java.lang.Class<?> clazz)


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly