枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- net.sinodawn.framework.converter.string.StringToBlobConverter (implements net.sinodawn.framework.converter.Converter<S,T>)
- net.sinodawn.framework.converter.string.StringToBooleanConverter (implements net.sinodawn.framework.converter.Converter<S,T>)
- net.sinodawn.framework.converter.string.StringToClobConverter (implements net.sinodawn.framework.converter.Converter<S,T>)
- net.sinodawn.framework.converter.string.StringToDateConverterFactory (implements net.sinodawn.framework.converter.ConverterFactory<S,R>)
- net.sinodawn.framework.converter.string.StringToEnumConverterFactory (implements net.sinodawn.framework.converter.ConverterFactory<S,R>)
- net.sinodawn.framework.converter.string.StringToInputStreamConverterFactory (implements net.sinodawn.framework.converter.ConverterFactory<S,R>)
- net.sinodawn.framework.converter.string.StringToJSR310ConverterFactory (implements net.sinodawn.framework.converter.ConverterFactory<S,R>)
- net.sinodawn.framework.converter.string.StringToNumberConverterFactory (implements net.sinodawn.framework.converter.ConverterFactory<S,R>)
- net.sinodawn.framework.converter.string.StringToPropertiesConverter (implements net.sinodawn.framework.converter.Converter<S,T>)
- net.sinodawn.framework.converter.string.StringToReaderConverterFactory (implements net.sinodawn.framework.converter.ConverterFactory<S,R>)