Class SubjectMapper.Context
- java.lang.Object
-
- com.caplin.motif.fx.ret.common.configurationproperties.ExtensionContext
-
- com.caplin.motif.fx.ret.pricing.provider.mapping.SubjectMapper.Context
-
- Enclosing interface:
- SubjectMapper
public static class SubjectMapper.Context extends ExtensionContext
Added to a mapped subject prefix
-
-
Constructor Summary
Constructors Constructor Description Context(ConfigurationLoader configurationLoader, AdapterConfiguration adapterConfiguration, UserManager userManager, MappingChangeListener... listeners)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<MappingChangeListener>
getMappingChangeListeners()
UserManager
getUserManager()
-
Methods inherited from class com.caplin.motif.fx.ret.common.configurationproperties.ExtensionContext
getAdapterConfiguration, getConfigurationLoader
-
-
-
-
Constructor Detail
-
Context
public Context(ConfigurationLoader configurationLoader, AdapterConfiguration adapterConfiguration, UserManager userManager, MappingChangeListener... listeners)
-
-
Method Detail
-
getUserManager
public UserManager getUserManager()
-
getMappingChangeListeners
public java.util.List<MappingChangeListener> getMappingChangeListeners()
-
-