Uses of Class
org.x4o.xml.conv.ObjectConverterException
Packages that use ObjectConverterException
Package
Description
The interfaces for two way object converters.
The default implementations to convert text to objects.
The XML Element definitions.
-
Uses of ObjectConverterException in org.x4o.xml.conv
Methods in org.x4o.xml.conv that throw ObjectConverterExceptionModifier and TypeMethodDescriptionabstract Object
AbstractObjectConverter.convertAfterBack
(Object obj, Locale locale) AbstractStringObjectConverter.convertAfterBack
(Object obj, Locale locale) abstract Object
AbstractObjectConverter.convertAfterTo
(Object obj, Locale locale) AbstractStringObjectConverter.convertAfterTo
(Object obj, Locale locale) AbstractObjectConverter.convertBack
(Object obj, Locale locale) ObjectConverter.convertBack
(Object obj, Locale locale) Convert the object back.abstract String
AbstractStringObjectConverter.convertStringBack
(Object obj, Locale locale) abstract Object
AbstractStringObjectConverter.convertStringTo
(String str, Locale locale) Convert to the object. -
Uses of ObjectConverterException in org.x4o.xml.conv.text
Methods in org.x4o.xml.conv.text that throw ObjectConverterExceptionModifier and TypeMethodDescriptionBooleanConverter.convertStringBack
(Object obj, Locale locale) Converts object into string.ByteConverter.convertStringBack
(Object obj, Locale locale) Converts object into string.CharacterConverter.convertStringBack
(Object obj, Locale locale) Converts object into string.ClassConverter.convertStringBack
(Object obj, Locale locale) Converts object into string.DoubleConverter.convertStringBack
(Object obj, Locale locale) Converts object into string.EnumConverter.convertStringBack
(Object obj, Locale locale) Converts object into string.FloatConverter.convertStringBack
(Object obj, Locale locale) Converts object into string.IntegerConverter.convertStringBack
(Object obj, Locale locale) Converts object into string.LongConverter.convertStringBack
(Object obj, Locale locale) Converts object into string.StringSplitConverter.convertStringBack
(Object object, Locale locale) Converts object into string.URLConverter.convertStringBack
(Object obj, Locale locale) Converts object into string.BooleanConverter.convertStringTo
(String str, Locale locale) Converts string into object.ByteConverter.convertStringTo
(String str, Locale locale) Converts string into object.CharacterConverter.convertStringTo
(String str, Locale locale) Converts string into object.ClassConverter.convertStringTo
(String str, Locale locale) Converts string into object.DoubleConverter.convertStringTo
(String str, Locale locale) Converts string into object.EnumConverter.convertStringTo
(String str, Locale locale) Converts string into object.FloatConverter.convertStringTo
(String str, Locale locale) Converts string into object.IntegerConverter.convertStringTo
(String str, Locale locale) Converts string into object.LongConverter.convertStringTo
(String str, Locale locale) Converts string into object.StringSplitConverter.convertStringTo
(String str, Locale locale) Converts string into object.URLConverter.convertStringTo
(String str, Locale locale) Converts string into object. -
Uses of ObjectConverterException in org.x4o.xml.element
Methods in org.x4o.xml.element that throw ObjectConverterExceptionModifier and TypeMethodDescriptionDefaultElementAttributeValueParser.getConvertedParameterValue
(String name, Object value, Element element) ElementAttributeValueParser.getConvertedParameterValue
(String name, Object value, Element element) Convert the value into a new value genereted by parameterConverters.ElementAttributeValueParser.getELParameterValue
(String value, Element element) Returns the object which is stored in the ELContextDefaultElementAttributeValueParser.getParameterValue
(String name, String valueString, Element element) ElementAttributeValueParser.getParameterValue
(String name, String value, Element element) Does is all, Checks if value is EL parameter and lookups the object.