|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConversionContext | |
---|---|
gov.nasa.arc.brahms.vm.api.convert |
Uses of ConversionContext in gov.nasa.arc.brahms.vm.api.convert |
---|
Methods in gov.nasa.arc.brahms.vm.api.convert with parameters of type ConversionContext | |
---|---|
java.lang.Object |
PrimitiveTypeConverter.toBrahms(java.lang.Class<?> javaType,
java.lang.Object javaValue,
IType brahmsType,
ConversionContext ctx)
Converts the specified Java value into its matching Brahms value. |
java.lang.Object |
NullConverter.toBrahms(java.lang.Class<?> javaType,
java.lang.Object javaValue,
IType brahmsType,
ConversionContext ctx)
Converts the specified Java value into its matching Brahms value. |
java.lang.Object |
MapConverter.toBrahms(java.lang.Class<?> javaType,
java.lang.Object javaValue,
IType brahmsType,
ConversionContext ctx)
Converts the specified Java value into its matching Brahms value. |
java.lang.Object |
IConverter.toBrahms(java.lang.Class<?> javaType,
java.lang.Object javaValue,
IType brahmsType,
ConversionContext ctx)
Converts the specified Java value into its matching Brahms value. |
java.lang.Object |
EnumConverter.toBrahms(java.lang.Class<?> javaType,
java.lang.Object javaValue,
IType brahmsType,
ConversionContext ctx)
Converts the specified Java value into its matching Brahms value. |
java.lang.Object |
CollectionConverter.toBrahms(java.lang.Class<?> javaType,
java.lang.Object javaValue,
IType brahmsType,
ConversionContext ctx)
Converts the specified Java value into its matching Brahms value. |
java.lang.Object |
CORBAEnumConverter.toBrahms(java.lang.Class<?> javaType,
java.lang.Object javaValue,
IType brahmsType,
ConversionContext ctx)
Converts the specified Java value into its matching Brahms value. |
java.lang.Object |
BeanConverter.toBrahms(java.lang.Class<?> javaType,
java.lang.Object javaValue,
IType brahmsType,
ConversionContext ctx)
Converts the specified Java value into its matching Brahms value. |
java.lang.Object |
ArrayConverter.toBrahms(java.lang.Class<?> javaType,
java.lang.Object javaValue,
IType brahmsType,
ConversionContext ctx)
Converts the specified Java value into its matching Brahms value. |
IObject |
ConverterManager.toBrahms(java.lang.Object obj,
ConversionContext ctx)
Converts the specified Java object into its matching Brahms object representation. |
java.lang.Object |
ConverterManager.toJava(IObject obj,
ConversionContext ctx)
Converts the specified Brahms object into its matching Java object representation. |
java.lang.Object |
PrimitiveTypeConverter.toJava(IType brahmsType,
java.lang.Object brahmsValue,
java.lang.Class<?> javaType,
ConversionContext ctx)
Converts the specified Brahms value into its matching Java value. |
java.lang.Object |
NullConverter.toJava(IType brahmsType,
java.lang.Object brahmsValue,
java.lang.Class<?> javaType,
ConversionContext ctx)
Converts the specified Brahms value into its matching Java value. |
java.lang.Object |
MapConverter.toJava(IType brahmsType,
java.lang.Object brahmsValue,
java.lang.Class<?> javaType,
ConversionContext ctx)
Converts the specified Brahms value into its matching Java value. |
java.lang.Object |
IConverter.toJava(IType brahmsType,
java.lang.Object brahmsValue,
java.lang.Class<?> javaType,
ConversionContext ctx)
Converts the specified Brahms value into its matching Java value. |
java.lang.Object |
EnumConverter.toJava(IType brahmsType,
java.lang.Object brahmsValue,
java.lang.Class<?> javaType,
ConversionContext ctx)
Converts the specified Brahms value into its matching Java value. |
java.lang.Object |
CollectionConverter.toJava(IType brahmsType,
java.lang.Object brahmsValue,
java.lang.Class<?> javaType,
ConversionContext ctx)
Converts the specified Brahms value into its matching Java value. |
java.lang.Object |
CORBAEnumConverter.toJava(IType brahmsType,
java.lang.Object brahmsValue,
java.lang.Class<?> javaType,
ConversionContext ctx)
Converts the specified Brahms value into its matching Java value. |
java.lang.Object |
BeanConverter.toJava(IType brahmsType,
java.lang.Object brahmsValue,
java.lang.Class<?> javaType,
ConversionContext ctx)
Converts the specified Brahms value into its matching Java value. |
java.lang.Object |
ArrayConverter.toJava(IType brahmsType,
java.lang.Object brahmsValue,
java.lang.Class<?> javaType,
ConversionContext ctx)
Converts the specified Brahms value into its matching Java value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |