Package org.apache.beehive.netui.util.type

Interface Summary
TypeConverter Interface used to define converters for converting Strings into various Object types.
 

Class Summary
BaseTypeConverter Default implementation of the TypeConverter interface.
DelegatingTypeConverter Implementation of the TypeConverter interface that delegates to a TypeConverter implementation which doesn't extend BaseTypeConverter.
TypeUtils  
 

Exception Summary
TypeConversionException A TypeConversionException is thrown when an error has occurred performing a type conversion in the TypeUtils class.
TypeConverterNotFoundException