Class StaticParameterExtractorFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.FactoryBean<StaticParameterExtractor>, org.springframework.beans.factory.InitializingBean

    public class StaticParameterExtractorFactoryBean
    extends Object
    implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.FactoryBean<StaticParameterExtractor>
    • Constructor Detail

      • StaticParameterExtractorFactoryBean

        public StaticParameterExtractorFactoryBean()
    • Method Detail

      • setParameter

        public void setParameter​(String parameter)
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception
      • getObjectType

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

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