public abstract class AbstractPropertyPlaceholder extends Object implements ComponentDefinitionRegistryProcessor
Modifier and Type | Class and Description |
---|---|
class |
AbstractPropertyPlaceholder.LateBindingValueMetadata |
Constructor and Description |
---|
AbstractPropertyPlaceholder() |
public String getPlaceholderPrefix()
public void setPlaceholderPrefix(String placeholderPrefix)
public String getPlaceholderSuffix()
public void setPlaceholderSuffix(String placeholderSuffix)
public void process(ComponentDefinitionRegistry registry) throws ComponentDefinitionException
ComponentDefinitionRegistryProcessor
ComponentDefinitionRegistry
process
in interface ComponentDefinitionRegistryProcessor
ComponentDefinitionException
protected Metadata processBeanMetadata(BeanMetadata component)
protected Metadata processServiceMetadata(ServiceMetadata component)
protected Metadata processReferenceMetadata(ReferenceMetadata component)
protected Metadata processRefCollectionMetadata(ReferenceListMetadata component)
protected Metadata processPropsMetadata(PropsMetadata metadata)
protected Metadata processMapMetadata(MapMetadata metadata)
protected Metadata processCollectionMetadata(CollectionMetadata metadata)
protected Metadata processValueMetadata(ValueMetadata metadata)
protected Pattern getPattern()
Copyright © 2016. All rights reserved.