public abstract class AbstractConfiguredValueResolver extends Object implements ConfiguredValueResolver
ConfiguredValueResolver
Modifier | Constructor and Description |
---|---|
protected |
AbstractConfiguredValueResolver() |
Modifier and Type | Method and Description |
---|---|
protected <T> void |
add(Class<T> targetType) |
protected <T> void |
add(T value) |
protected <T> List<T> |
getConfiguredValues(Class<T> targetType) |
boolean |
isActivated() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
resolveInstances
protected <T> void add(Class<T> targetType)
protected <T> void add(T value)
public boolean isActivated()
isActivated
in interface Deactivatable
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.