| Package | Description |
|---|---|
| org.infinispan.configuration.internal |
A private configuration package.
|
| org.infinispan.configuration.parsing | |
| org.infinispan.configuration.serializing |
| Modifier and Type | Method and Description |
|---|---|
void |
PrivateGlobalConfigurationSerializer.serialize(XMLExtendedStreamWriter writer,
PrivateGlobalConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
ParserRegistry.serialize(XMLExtendedStreamWriter writer,
GlobalConfiguration globalConfiguration,
Map<String,Configuration> configurations)
Serializes a full configuration to an
XMLExtendedStreamWriter |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLExtendedStreamWriterImpl
XMLExtendedStreamWriterImpl.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Serializer.serialize(XMLExtendedStreamWriter writer,
ConfigurationHolder holder) |
void |
ConfigurationSerializer.serialize(XMLExtendedStreamWriter writer,
T configuration) |
protected void |
AbstractStoreSerializer.writeCommonStoreElements(XMLExtendedStreamWriter writer,
StoreConfiguration configuration) |
protected void |
AbstractStoreSerializer.writeCommonStoreSubAttributes(XMLExtendedStreamWriter writer,
AbstractStoreConfiguration configuration) |
static void |
SerializeUtils.writeOptional(XMLExtendedStreamWriter writer,
Enum<?> attribute,
String value) |
static void |
SerializeUtils.writeTypedProperties(XMLExtendedStreamWriter writer,
TypedProperties properties) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.