public class EntityDescriptorFactoryBean extends org.springframework.beans.factory.config.AbstractFactoryBean<EntityDescriptor>
EntityDescriptor object from a resource.| Constructor and Description |
|---|
EntityDescriptorFactoryBean(org.springframework.core.io.Resource resource)
Constructor taking the resource that contains the object to read.
|
| Modifier and Type | Method and Description |
|---|---|
protected EntityDescriptor |
createInstance() |
Class<?> |
getObjectType() |
public EntityDescriptorFactoryBean(org.springframework.core.io.Resource resource)
resource - the resourcepublic Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<EntityDescriptor>getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean<EntityDescriptor>protected EntityDescriptor createInstance() throws Exception
createInstance in class org.springframework.beans.factory.config.AbstractFactoryBean<EntityDescriptor>ExceptionCopyright © 2018 Litsec AB. All rights reserved.