Uses of Class
org.apache.juneau.InvalidDataConversionException
Packages that use InvalidDataConversionException
-
Uses of InvalidDataConversionException in org.apache.juneau
Methods in org.apache.juneau that throw InvalidDataConversionExceptionModifier and TypeMethodDescriptionfinal <T> T
BeanContext.convertToMemberType
(Object outer, Object value, Class<T> type) Same asBeanContext.convertToType(Object, Class)
, except used for instantiating inner member classes that must be instantiated within another class instance.final <T> T
BeanSession.convertToMemberType
(Object outer, Object value, Class<T> type) Same asBeanSession.convertToType(Object, Class)
, except used for instantiating inner member classes that must be instantiated within another class instance.protected final <T> T
BeanSession.convertToMemberType
(Object outer, Object value, ClassMeta<T> to) Same asBeanSession.convertToType(Object, ClassMeta)
, except used for instantiating inner member classes that must be instantiated within another class instance.final <T> T
BeanContext.convertToType
(Object value, Class<T> type) Converts the specified value to the specified class type.final <T> T
BeanContext.convertToType
(Object value, Type type, Type... args) Same asBeanContext.convertToType(Object, Class)
, but allows for complex data types consisting of collections or maps.final <T> T
BeanSession.convertToType
(Object value, Class<T> type) Converts the specified value to the specified class type.final <T> T
BeanSession.convertToType
(Object value, Type type, Type... args) Same asBeanSession.convertToType(Object, Class)
, but allows for complex data types consisting of collections or maps.final <T> T
BeanSession.convertToType
(Object value, ClassMeta<T> type) Casts the specified value into the specified type.