Java org.apache.commons.beanutils MappedPropertyDescriptor fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.beanutils MappedPropertyDescriptor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.beanutils MappedPropertyDescriptor.

The text is from its open source code.

Constructor

MappedPropertyDescriptor(String propertyName, Class beanClass)
Constructs a MappedPropertyDescriptor for a property that follows the standard Java convention by having getFoo and setFoo accessor methods, with the addition of a String parameter (the key).

Method

ClassgetMappedPropertyType()
Gets the Class object for the property values.
MethodgetMappedReadMethod()
Gets the method that should be used to read one of the property value.
MethodgetMappedWriteMethod()
Gets the method that should be used to write one of the property value.
StringgetName()
Gets the programmatic name of this feature.
MethodgetReadMethod()
Gets the method that should be used to read the property value.
voidsetReadMethod(Method readMethod)
Sets the method that should be used to read the property value.