Uses of Interface
org.apache.commons.jxpath.util.TypeConverter
Packages that use TypeConverter
Package
Description
Utility classes to assist with JXPath implementation(s) and/or usage.
-
Uses of TypeConverter in org.apache.commons.jxpath.util
Classes in org.apache.commons.jxpath.util that implement TypeConverterModifier and TypeClassDescriptionclass
The default implementation of TypeConverter.class
TypeConverter implementation to circumvent automagicNodeSet
decoding.Fields in org.apache.commons.jxpath.util declared as TypeConverterMethods in org.apache.commons.jxpath.util that return TypeConverterModifier and TypeMethodDescriptionstatic TypeConverter
TypeUtils.getTypeConverter()
Returns the current type converter.Methods in org.apache.commons.jxpath.util with parameters of type TypeConverterModifier and TypeMethodDescriptionstatic void
TypeUtils.setTypeConverter
(TypeConverter converter) Install an alternative type converter.