Java org.apache.commons.jxpath DynamicPropertyHandler fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.jxpath DynamicPropertyHandler fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Implementation

org.apache.commons.jxpath.DynamicPropertyHandler has the following implementations.
Click this link to see all its implementation.

Method

ObjectgetProperty(Object object, String propertyName)
Returns the value of the specified dynamic property.
String[]getPropertyNames(Object object)
Returns a list of dynamic property names for the supplied object.
voidsetProperty(Object object, String propertyName, Object value)
Modifies the value of the specified dynamic property.