|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IConverter | |
---|---|
gov.nasa.arc.brahms.vm.api.convert |
Uses of IConverter in gov.nasa.arc.brahms.vm.api.convert |
---|
Classes in gov.nasa.arc.brahms.vm.api.convert that implement IConverter | |
---|---|
class |
ArrayConverter
ArrayConverter handles the conversion between Java and Brahms arrays. |
class |
BeanConverter
BeanConverter handles the conversion between Java and Brahms objects with the Java objects complying with the Java Bean specification for automatic discovery of members and their read/write methods. |
class |
CollectionConverter
CollectionConverter handles the conversion between Java and Brahms collections. |
class |
CORBAEnumConverter
CORBAEnumConverter handles the conversion between CORBA enums and Brahms symbols. |
class |
EnumConverter
EnumConverter handles the conversion between Java enums and Brahms symbols. |
class |
MapConverter
MapConverter handles the conversion between Java and Brahms maps. |
class |
NullConverter
NullConverter handles the conversion between null and unknown values. |
class |
PrimitiveTypeConverter
PrimitiveTypeConverter handles the conversion between Java and Brahms primitive types. |
Methods in gov.nasa.arc.brahms.vm.api.convert that return IConverter | |
---|---|
IConverter |
ConverterManager.getBrahmsConverter(IType brahmsType)
Returns the converter supporting conversion from/to the specified brahmsType. |
IConverter |
ConverterManager.getConverterType(java.lang.String name)
Returns the IConverter with the specified name. |
IConverter |
ConverterManager.getJavaConverter(java.lang.Class<?> javaType)
Returns the converter supporting conversion from/to the specified javaType. |
Methods in gov.nasa.arc.brahms.vm.api.convert with parameters of type IConverter | |
---|---|
void |
ConverterManager.addConverterType(java.lang.String name,
IConverter converter)
Adds the specified converter identified by the specified name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |