Class NoOpElementProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.NoOpElementProcessor
- All Implemented Interfaces:
ElementProcessor<Void>
An
ElementProcessor that does nothing.- Since:
- 22.06.2
- Author:
- Jonathan Knight 2022.08.25
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NoOpElementProcessorSingleton instance ofNoOpElementProcessor -
Method Summary
Modifier and TypeMethodDescriptionprocess(ProcessingContext context, XmlElement xmlElement) Process anXmlElementto return a specific type of value.
-
Field Details
-
INSTANCE
Singleton instance ofNoOpElementProcessor
-
-
Method Details
-
process
Description copied from interface:ElementProcessorProcess anXmlElementto return a specific type of value.- Specified by:
processin interfaceElementProcessor<Void>- Parameters:
context- theProcessingContextin which theXmlElementis being processedxmlElement- theXmlElementto process- Returns:
- a value of type T
- Throws:
ConfigurationException- when a configuration problem was encountered
-