C
- - consumer properties typeP
- - producer properties typeT
- - type which provides the consumer and producer propertiespublic abstract class AbstractExtendedBindingProperties<C,P,T extends BinderSpecificPropertiesProvider> extends Object implements ExtendedBindingProperties<C,P>, org.springframework.context.ApplicationContextAware
ExtendedBindingProperties
Constructor and Description |
---|
AbstractExtendedBindingProperties() |
Modifier and Type | Method and Description |
---|---|
Map<String,T> |
getBindings() |
C |
getExtendedConsumerProperties(String binding) |
P |
getExtendedProducerProperties(String binding) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setBindings(Map<String,T> bindings) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDefaultsPrefix, getExtendedPropertiesEntryClass
public C getExtendedConsumerProperties(String binding)
getExtendedConsumerProperties
in interface ExtendedBindingProperties<C,P>
public P getExtendedProducerProperties(String binding)
getExtendedProducerProperties
in interface ExtendedBindingProperties<C,P>
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.