public class PojoPropertyInfo
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PojoPropertyInfo
public PojoPropertyInfo(String name)
-
Method Details
-
-
getType
public Class<?> getType()
-
getGetterMethod
public Method getGetterMethod()
-
getSetterMethod
public Method getSetterMethod()
-
-
calculateAccessors
public void calculateAccessors()