org.cruxframework.crux.core.utils
Class ClassUtils.PropertyInfo

java.lang.Object
  extended by org.cruxframework.crux.core.utils.ClassUtils.PropertyInfo
Enclosing class:
ClassUtils

public static class ClassUtils.PropertyInfo
extends Object

workaround for JVM BUG - http://codereligion.com/post/28703017143/beware-of-java-beans-introspector

Author:
Thiago da Rosa de Bustamante

Constructor Summary
ClassUtils.PropertyInfo(String name, Type type, Method readMethod, Method writeMethod)
           
 
Method Summary
 String getName()
           
 Method getReadMethod()
           
 Type getType()
           
 Method getWriteMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassUtils.PropertyInfo

public ClassUtils.PropertyInfo(String name,
                               Type type,
                               Method readMethod,
                               Method writeMethod)
Method Detail

getName

public String getName()

getType

public Type getType()

getReadMethod

public Method getReadMethod()

getWriteMethod

public Method getWriteMethod()


Copyright © 2014. All rights reserved.