Package | Description |
---|---|
gov.sandia.cognition.data.convert |
Provides utilities for doing data type conversion.
|
gov.sandia.cognition.data.convert.number |
Provides utilities for doing data type conversion with numbers.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractReverseCachedDataConverter<InputType,OutputType,ReverseConverterType extends DataConverter<? super OutputType,? extends InputType>>
Abstract implementation of
ReversibleDataConverter that caches the
reverse converter. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultBooleanToNumberConverter
Converts a
Boolean to a Number by using predefined values
for true, false, and (optionally) null. |
class |
DefaultBooleanToNumberConverter.Reverse
The reverse converter for the
DefaultBooleanToNumberConverter . |
class |
StringToDoubleConverter
Converts a
String to a Double using the
Double.valueOf method. |
class |
StringToIntegerConverter
Converts a
String to a Integer using the
Integer.valueOf method. |