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

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

Introduction

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

The text is from its open source code.

Method

booleancanConvert(Object object, Class toType)
Returns true if the global converter can convert the supplied object to the specified type.
Objectconvert(Object object, Class toType)
Converts the supplied object to the specified type.