public class MapperFactoryBean<T> extends Object implements org.springframework.beans.factory.FactoryBean<T>
OBJECT_TYPE_ATTRIBUTE
MapperFactoryBean()
MapperFactoryBean(Class<T> mapperInterface)
T
getObject()
Class<?>
getObjectType()
boolean
isSingleton()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MapperFactoryBean()
public MapperFactoryBean(Class<T> mapperInterface)
public T getObject() throws Exception
getObject
org.springframework.beans.factory.FactoryBean<T>
Exception
public Class<?> getObjectType()
getObjectType
public boolean isSingleton()
isSingleton
Copyright © 2023. All rights reserved.