Class CurrentTraceContextFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.FactoryBean

    public class CurrentTraceContextFactoryBean
    extends Object
    implements org.springframework.beans.factory.FactoryBean
    Spring XML config does not support chained builders. This converts accordingly
    • Constructor Detail

      • CurrentTraceContextFactoryBean

        public CurrentTraceContextFactoryBean()
    • Method Detail

      • getObject

        public CurrentTraceContext getObject()
        Specified by:
        getObject in interface org.springframework.beans.factory.FactoryBean
      • getObjectType

        public Class<? extends CurrentTraceContext> getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean
      • isSingleton

        public boolean isSingleton()
        Specified by:
        isSingleton in interface org.springframework.beans.factory.FactoryBean