Class Parser72
- java.lang.Object
-
- org.infinispan.configuration.parsing.Parser72
-
@Deprecated public class Parser72 extends Object
Deprecated.This class just acts as a bridge to the unifiedParser
for external cache stores. All uses of it should be removed in favour of that.- Since:
- 9.0
- Author:
- Tristan Tarrant
-
-
Constructor Summary
Constructors Constructor Description Parser72()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
parseStoreElement(XMLExtendedStreamReader reader, StoreConfigurationBuilder<?,?> storeBuilder)
Deprecated.
-
-
-
Method Detail
-
parseStoreElement
public static void parseStoreElement(XMLExtendedStreamReader reader, StoreConfigurationBuilder<?,?> storeBuilder) throws XMLStreamException
Deprecated.- Throws:
XMLStreamException
-
-