public class MapperFactory<T> extends Object implements org.springframework.beans.factory.FactoryBean<T>
MapperFactory(Class<T> interfaceType, Bootstrap bootstrap)
T
getObject()
Class<?>
getObjectType()
boolean
isSingleton()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MapperFactory(Class<T> interfaceType, Bootstrap bootstrap)
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.