public class KryoNullRegistrar extends java.lang.Object implements org.springframework.beans.factory.FactoryBean<KryoRegistrar>
| Constructor and Description |
|---|
KryoNullRegistrar() |
| Modifier and Type | Method and Description |
|---|---|
KryoRegistrar |
getObject() |
java.lang.Class<?> |
getObjectType() |
boolean |
isSingleton() |
public KryoRegistrar getObject() throws java.lang.Exception
getObject in interface org.springframework.beans.factory.FactoryBean<KryoRegistrar>java.lang.Exceptionpublic java.lang.Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<KryoRegistrar>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<KryoRegistrar>