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 qualifierConstructor and Description |
---|
DefaultObjectSerializerFactoryBean(MuleContext muleContext) |
Modifier and Type | Method and Description |
---|---|
ObjectSerializer |
getObject() |
Class<?> |
getObjectType() |
boolean |
isEagerInit() |
boolean |
isPrototype() |
boolean |
isSingleton() |
public DefaultObjectSerializerFactoryBean(MuleContext muleContext)
public ObjectSerializer getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean<ObjectSerializer>
Exception
public 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–2016 MuleSoft, Inc.. All rights reserved.