Package brave.spring.beans
Class SingleBaggageFieldFactoryBean
- java.lang.Object
-
- brave.spring.beans.SingleBaggageFieldFactoryBean
-
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean
public class SingleBaggageFieldFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean
Spring XML config does not support chained builders. This converts accordingly
-
-
Constructor Summary
Constructors Constructor Description SingleBaggageFieldFactoryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaggagePropagationConfig.SingleBaggageFieldgetObject()Class<? extends BaggagePropagationConfig>getObjectType()booleanisSingleton()voidsetField(BaggageField field)voidsetKeyNames(List<String> keyNames)
-
-
-
Method Detail
-
getObject
public BaggagePropagationConfig.SingleBaggageField getObject()
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean
-
getObjectType
public Class<? extends BaggagePropagationConfig> getObjectType()
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean
-
isSingleton
public boolean isSingleton()
- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean
-
setField
public void setField(BaggageField field)
-
-