play.data.binding
Class Binder.MethodAndParamInfo

java.lang.Object
  extended by play.data.binding.Binder.MethodAndParamInfo
Enclosing class:
Binder

public static class Binder.MethodAndParamInfo
extends java.lang.Object


Field Summary
 java.lang.reflect.Method method
           
 java.lang.Object objectInstance
           
 int parameterIndex
           
 
Constructor Summary
Binder.MethodAndParamInfo(java.lang.Object objectInstance, java.lang.reflect.Method method, int parameterIndex)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectInstance

public final java.lang.Object objectInstance

method

public final java.lang.reflect.Method method

parameterIndex

public int parameterIndex
Constructor Detail

Binder.MethodAndParamInfo

public Binder.MethodAndParamInfo(java.lang.Object objectInstance,
                                 java.lang.reflect.Method method,
                                 int parameterIndex)


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