Class EntityDescriptorFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<EntityDescriptor>, org.springframework.beans.factory.InitializingBean

    public class EntityDescriptorFactoryBean
    extends org.springframework.beans.factory.config.AbstractFactoryBean<EntityDescriptor>
    Factory bean for creating an EntityDescriptor object from a resource.
    Author:
    Martin Lindström (martin.lindstrom@litsec.se)
    • Field Summary

      • Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean

        logger
      • Fields inherited from interface org.springframework.beans.factory.FactoryBean

        OBJECT_TYPE_ATTRIBUTE
    • Constructor Summary

      Constructors 
      Constructor Description
      EntityDescriptorFactoryBean​(org.springframework.core.io.Resource resource)
      Constructor taking the resource that contains the object to read.
    • Constructor Detail

      • EntityDescriptorFactoryBean

        public EntityDescriptorFactoryBean​(org.springframework.core.io.Resource resource)
        Constructor taking the resource that contains the object to read.
        Parameters:
        resource - the resource
    • Method Detail

      • getObjectType

        public Class<?> getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean<EntityDescriptor>
        Specified by:
        getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean<EntityDescriptor>