V
- public class SpringStaticConfiguration<V> extends StaticConfiguration<String,V> implements org.springframework.beans.factory.BeanNameAware
StaticConfiguration
that is BeanNameAware
; it automatically assigns the name and the namespace based on the bean name.name, namespace, value
Constructor and Description |
---|
SpringStaticConfiguration() |
Modifier and Type | Method and Description |
---|---|
static String |
getBeanId(String namespace,
String key) |
boolean |
isNameDirty() |
void |
setBeanName(String name)
If
StaticConfiguration.getName() and StaticConfiguration.getNamespace() are both null it will derive the namespace to be everything before ConfigurationSource.NAMESPACE_DELIM
and name to be the last token after the delim. |
getName, getNamespace, getValue, setName, setNamespace, setValue
public void setBeanName(String name)
StaticConfiguration.getName()
and StaticConfiguration.getNamespace()
are both null it will derive the namespace to be everything before ConfigurationSource.NAMESPACE_DELIM
and name to be the last token after the delim.
setBeanName
in interface org.springframework.beans.factory.BeanNameAware
public boolean isNameDirty()
Copyright © 2018. All rights reserved.