|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.entropysoft.transmorph.ConversionContext
public class ConversionContext
The conversion context.
You can add custom objects to the context using add method.
| Constructor Summary | |
|---|---|
ConversionContext()
|
|
| Method Summary | |
|---|---|
void |
add(String key,
Object value)
add an object to the context |
void |
get(String key)
get object from the context |
ConvertedObjectPool |
getConvertedObjectPool()
get the pool of converted objects |
UsedConverters |
getUsedConverters()
get the converters that have been used for conversion |
boolean |
isStoreUsedConverters()
|
void |
remove(String key)
remove object from the context |
void |
setStoreUsedConverters(boolean storeUsedConverters)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConversionContext()
| Method Detail |
|---|
public boolean isStoreUsedConverters()
public void setStoreUsedConverters(boolean storeUsedConverters)
public ConvertedObjectPool getConvertedObjectPool()
public UsedConverters getUsedConverters()
public void add(String key,
Object value)
key - value - public void get(String key)
key - public void remove(String key)
key -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||