Uses of Class
org.apache.juneau.InvalidDataConversionException
Packages that use InvalidDataConversionException
- 
Uses of InvalidDataConversionException in org.apache.juneauMethods in org.apache.juneau that throw InvalidDataConversionExceptionModifier and TypeMethodDescriptionfinal <T> TBeanContext.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> TBeanSession.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> TBeanSession.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> TBeanContext.convertToType(Object value, Class<T> type) Converts the specified value to the specified class type.final <T> TBeanContext.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> TBeanSession.convertToType(Object value, Class<T> type) Converts the specified value to the specified class type.final <T> TBeanSession.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> TBeanSession.convertToType(Object value, ClassMeta<T> type) Casts the specified value into the specified type.