public abstract class AbstractPojoPropertyAccessor extends Object implements PojoPropertyAccessor
PojoPropertyAccessor
interface.Constructor and Description |
---|
AbstractPojoPropertyAccessor()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
Class<?> |
getPropertyClass()
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAccessibleObject, getAccessibleObjectName, getDeclaringClass, getMode, getModifiers, getPropertyType, getReturnClass, getReturnType
getName
public AbstractPojoPropertyAccessor()
public Class<?> getPropertyClass()
PojoPropertyAccessor
type
as Class
. It is a convenience method for
PojoPropertyAccessor.getPropertyType()
. getRetrievalClass()
if the mode
is for reading
and PojoPropertyAccessor.getPropertyType()
.
getAssignmentClass()
otherwise.getPropertyClass
in interface PojoPropertyAccessor
Class
reflecting the property.Copyright © 2001–2016 mmm-Team. All rights reserved.