|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jxpath.util.TypeUtils
public class TypeUtils
Global type conversion utilities.
Constructor Summary | |
---|---|
TypeUtils()
|
Method Summary | |
---|---|
static boolean |
canConvert(java.lang.Object object,
java.lang.Class toType)
Returns true if the global converter can convert the supplied object to the specified type. |
static java.lang.Object |
convert(java.lang.Object object,
java.lang.Class toType)
Converts the supplied object to the specified type. |
static TypeConverter |
getTypeConverter()
Returns the current type converter. |
static void |
setTypeConverter(TypeConverter converter)
Install an alternative type converter. |
static java.lang.Class |
wrapPrimitive(java.lang.Class p)
Return the appropriate wrapper type for the specified class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TypeUtils()
Method Detail |
---|
public static void setTypeConverter(TypeConverter converter)
converter
- new TypeConverterpublic static TypeConverter getTypeConverter()
public static boolean canConvert(java.lang.Object object, java.lang.Class toType)
object
- object to testtoType
- target class
public static java.lang.Object convert(java.lang.Object object, java.lang.Class toType)
object
- object to converttoType
- target class
public static java.lang.Class wrapPrimitive(java.lang.Class p)
p
- Class for which to retrieve a wrapper class.
p
is primitive, else p
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |