Example usage for org.apache.commons.jxpath.util BasicTypeConverter subclass-usage

List of usage examples for org.apache.commons.jxpath.util BasicTypeConverter subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.jxpath.util BasicTypeConverter subclass-usage.

Usage

From source file org.xchain.framework.jxpath.XChainTypeConverter.java

/**
 * <p>A type converter for the xchains package.  This type converter adds support for Java 5 Enumerations.  Any other types
 * are converted by JXPaths BasicTypeConverter.</p>
 *
 * @author Christian Trimble
 */

From source file org.openvpms.component.system.common.jxpath.OpenVPMSTypeConverter.java

/**
 * Extends the functionality in {@link BasicTypeConverter} to support
 * {@link BigDecimal} and {@link BigInteger}
 * 
 * @author <a href="mailto:support@openvpms.org">OpenVPMS Team</a>
 * @version $LastChangedDate$