Uses of Interface
org.apache.commons.jxpath.util.TypeConverter
-
Packages that use TypeConverter Package Description org.apache.commons.jxpath.util 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 TypeConverter Modifier and Type Class Description classBasicTypeConverterThe default implementation of TypeConverter.classJXPath11CompatibleTypeConverterTypeConverter implementation to circumvent automagicNodeSetdecoding.Fields in org.apache.commons.jxpath.util declared as TypeConverter Modifier and Type Field Description private static TypeConverterTypeUtils. typeConverterMethods in org.apache.commons.jxpath.util that return TypeConverter Modifier and Type Method Description static TypeConverterTypeUtils. getTypeConverter()Returns the current type converter.Methods in org.apache.commons.jxpath.util with parameters of type TypeConverter Modifier and Type Method Description static voidTypeUtils. setTypeConverter(TypeConverter converter)Install an alternative type converter.
-