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

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

Introduction

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

The text is from its open source code.

Method

voidaddPropertyDescriptor(PropertyDescriptor desc)
Adds the given property descriptor to this context.
PropertyDescriptorgetPropertyDescriptor(String name)
Returns the descriptor for the property with the given name or null if this property is unknown.
ClassgetTargetClass()
Returns the class that is subject of introspection.