public static class MappingContext.Factory extends Object implements MappingContextFactory
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
MappingContext |
getContext()
Gets an available instance of MappingContext
|
Map<Object,Object> |
getGlobalProperties() |
void |
release(MappingContext context)
Allows for implementations that reuse objects to clean-up/clear any resources
associated with the particular context instance once it is no longer needed.
|
public MappingContext getContext()
MappingContextFactorygetContext in interface MappingContextFactorypublic void release(MappingContext context)
MappingContextFactoryrelease in interface MappingContextFactorycontext - the context to be recycledpublic Map<Object,Object> getGlobalProperties()
getGlobalProperties in interface MappingContextFactoryCopyright © 2019 Glasnost. All rights reserved.