public class DefaultConfigChainResolver extends Object
| Constructor and Description |
|---|
DefaultConfigChainResolver(C10NConfigBase parentConfig) |
| Modifier and Type | Method and Description |
|---|---|
List<C10NConfigBase> |
resolve(Class<?> c10nInterface)
Resolve all c10n configurations responsible for the specified
c10n interface.
|
public DefaultConfigChainResolver(C10NConfigBase parentConfig)
public List<C10NConfigBase> resolve(Class<?> c10nInterface)
Resolve all c10n configurations responsible for the specified c10n interface.
Configurations are returned in the bottom-up order, that is the most concrete configuration first, followed by parent configurations. When multiple configurations exist on the same hierarchy level, they are returned in alphabetical order of their class name.
c10nInterface - C10N interface to resolve configurations for (non-null)Copyright © 2013. All Rights Reserved.