Package | Description |
---|---|
org.osjava.sj.loader.convert |
Modifier and Type | Class and Description |
---|---|
class |
BeanConverter
Create an object using its empty constructor, then
call setXxx for each pseudo property.
|
class |
ConstructorConverter
Convert a text value to any object whose constructor
takes a single String object.
|
class |
DataSourceConverter |
class |
DateConverter |
class |
MapConverter |
class |
NullConverter |
Modifier and Type | Field and Description |
---|---|
private static Converter |
ConvertRegistry.NULL_CONVERTER |
Modifier and Type | Method and Description |
---|---|
Converter |
ConvertRegistry.getConverter(java.lang.String type) |