Class SerializerBuilderProcessor
- java.lang.Object
-
- com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor<ParameterizedBuilder<Serializer>>
-
- com.tangosol.coherence.config.xml.processor.SerializerBuilderProcessor
-
- All Implemented Interfaces:
ConditionalElementProcessor<ParameterizedBuilder<Serializer>>
,ElementProcessor<ParameterizedBuilder<Serializer>>
@XmlSimpleName("serializer") public class SerializerBuilderProcessor extends AbstractEmptyElementProcessor<ParameterizedBuilder<Serializer>>
AnElementProcessor
for <serializer> elements defined by a Coherence Operational Configuration file.- Since:
- Coherence 12.2.1
- Author:
- jf 2015.03.03
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor
AbstractEmptyElementProcessor.EmptyElementBehavior
-
-
Constructor Summary
Constructors Constructor Description SerializerBuilderProcessor()
Constructs aSerializerBuilderProcessor
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParameterizedBuilder<Serializer>
onProcess(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.-
Methods inherited from class com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor
accepts, isEmptyElement, process
-
-
-
-
Constructor Detail
-
SerializerBuilderProcessor
public SerializerBuilderProcessor()
Constructs aSerializerBuilderProcessor
.
-
-
Method Detail
-
onProcess
public ParameterizedBuilder<Serializer> onProcess(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException
Description copied from class:AbstractEmptyElementProcessor
Process anXmlElement
to return a specific type of value.- Specified by:
onProcess
in classAbstractEmptyElementProcessor<ParameterizedBuilder<Serializer>>
- Parameters:
context
- theProcessingContext
in which theXmlElement
is being processedxmlElement
- theXmlElement
to process- Returns:
- a value of type T
- Throws:
ConfigurationException
- when a configuration problem was encountered
-
-