public class DefaultObjectSerializerFactoryBean extends Object implements org.springframework.beans.factory.SmartFactoryBean<ObjectSerializer>
SmartFactoryBean which returns the ObjectSerializer which got configured as the MuleContext's
default by invoking MuleContext.getObjectSerializer()
Because this class is annotated with the DefaultObjectSerializer qualified, this factory bean will be used to resolve
injections requests for such qualifier| Constructor and Description |
|---|
DefaultObjectSerializerFactoryBean(MuleContext muleContext) |
| Modifier and Type | Method and Description |
|---|---|
ObjectSerializer |
getObject() |
Class<?> |
getObjectType() |
boolean |
isEagerInit() |
boolean |
isPrototype() |
boolean |
isSingleton() |
@Inject public DefaultObjectSerializerFactoryBean(MuleContext muleContext)
public ObjectSerializer getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<ObjectSerializer>Exceptionpublic Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<ObjectSerializer>public boolean isPrototype()
isPrototype in interface org.springframework.beans.factory.SmartFactoryBean<ObjectSerializer>public boolean isEagerInit()
isEagerInit in interface org.springframework.beans.factory.SmartFactoryBean<ObjectSerializer>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<ObjectSerializer>Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.