org.cruxframework.crux.core.utils
Class ClassUtils.PropertyInfo
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassUtils.PropertyInfo
public ClassUtils.PropertyInfo(String name,
Type type,
Method readMethod,
Method writeMethod)
getName
public String getName()
getType
public Type getType()
getReadMethod
public Method getReadMethod()
getWriteMethod
public Method getWriteMethod()
Copyright © 2015. All rights reserved.