public class HessianSerializationFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<com.caucho.hessian.io.SerializerFactory>
| 构造器和说明 |
|---|
HessianSerializationFactoryBean() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.caucho.hessian.io.SerializerFactory |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setSerializerFactory(List<com.caucho.hessian.io.AbstractSerializerFactory> serializerFactory) |
public com.caucho.hessian.io.SerializerFactory getObject()
throws Exception
getObject 在接口中 org.springframework.beans.factory.FactoryBean<com.caucho.hessian.io.SerializerFactory>Exceptionpublic Class<?> getObjectType()
getObjectType 在接口中 org.springframework.beans.factory.FactoryBean<com.caucho.hessian.io.SerializerFactory>public boolean isSingleton()
isSingleton 在接口中 org.springframework.beans.factory.FactoryBean<com.caucho.hessian.io.SerializerFactory>public void setSerializerFactory(List<com.caucho.hessian.io.AbstractSerializerFactory> serializerFactory)
Copyright © 2018–2020. All rights reserved.