Uses of Interface
org.springframework.beans.factory.InitializingBean
Packages that use InitializingBean
Package
Description
SPI interfaces and configuration-related convenience classes for bean factories.
Support package for the Java
ServiceLoader facility.Mechanism to determine bean wiring metadata from a bean instance.
-
Uses of InitializingBean in org.springframework.beans.factory.config
Classes in org.springframework.beans.factory.config that implement InitializingBeanModifier and TypeClassDescriptionclassSimple template superclass forFactoryBeanimplementations that creates a singleton or a prototype object, depending on a flag.classFactoryBeanwhich retrieves a static or non-static field value.classSimple factory for shared List instances.classSimple factory for shared Map instances.classSimple method invoker bean: just invoking a target method, not expecting a result to expose to the container (in contrast toMethodInvokingFactoryBean).classFactoryBeanwhich returns a value which is the result of a static or instance method invocation.classAFactoryBeanimplementation that returns a value which is anObjectFactorythat in turn returns a bean sourced from aBeanFactory.classDeprecated.classAllows for making a properties file from a classpath location available as Properties instance in a bean factory.classAFactoryBeanimplementation that returns a value which is a JSR-330Providerthat in turn returns a bean sourced from aBeanFactory.classAFactoryBeanimplementation that takes an interface which must have one or more methods with the signaturesMyType xxx()orMyType xxx(MyIdType id)(typically,MyService getService()orMyService getService(String id)) and creates a dynamic proxy which implements that interface, delegating to an underlyingBeanFactory.classSimple factory for shared Set instances.classFactory for aMapthat reads from a YAML source, preserving the YAML-declared value types and their structure.classFactory forPropertiesthat reads from a YAML source, exposing a flat structure of String property values. -
Uses of InitializingBean in org.springframework.beans.factory.serviceloader
Classes in org.springframework.beans.factory.serviceloader that implement InitializingBeanModifier and TypeClassDescriptionclassAbstract base class for FactoryBeans operating on the JDK 1.6ServiceLoaderfacility.classFactoryBeanthat exposes the 'primary' service for the configured service class, obtained through the JDK 1.6ServiceLoaderfacility.classFactoryBeanthat exposes all services for the configured service class, represented as a List of service objects, obtained through the JDK 1.6ServiceLoaderfacility.classFactoryBeanthat exposes the JDK 1.6ServiceLoaderfor the configured service class. -
Uses of InitializingBean in org.springframework.beans.factory.wiring
Classes in org.springframework.beans.factory.wiring that implement InitializingBeanModifier and TypeClassDescriptionclassConvenient base class for bean configurers that can perform Dependency Injection on objects (however they may be created).
PropertyPlaceholderConfigurer