Uses of Interface
org.infinispan.commons.configuration.io.ConfigurationWriter
Packages that use ConfigurationWriter
Package
Description
-
Uses of ConfigurationWriter in org.infinispan.commons.configuration.attributes
Methods in org.infinispan.commons.configuration.attributes with parameters of type ConfigurationWriterModifier and TypeMethodDescriptionvoidAttributeSerializer.serialize(ConfigurationWriter writer, String name, T value) voidPropertiesAttributeSerializer.serialize(ConfigurationWriter writer, String name, Map<?, ?> properties) voidAttributeSet.write(ConfigurationWriter writer) Writes the attributes of this attributeset as part of the current elementvoidAttributeSet.write(ConfigurationWriter writer, Enum<?> name) Writes this attributeset to the specified ConfigurationWriter as an elementvoidAttributeSet.write(ConfigurationWriter writer, String name) Writes this attributeset to the specified ConfigurationWriter as an elementvoidAttributeSet.write(ConfigurationWriter writer, String persistentName, AttributeDefinition<?>... defs) Writes the specified attributes in this attributeset to the specified ConfigurationWriter as an elementvoidAttributeSet.write(ConfigurationWriter writer, AttributeDefinition<?> def) Writer a single attribute to the specifiedConfigurationWriterusing the attribute's xmlNamevoidAttributeSet.write(ConfigurationWriter writer, AttributeDefinition<?> def, Enum<?> name) Writer a single attribute to the specifiedConfigurationWriterusing the supplied namevoidAttributeSet.write(ConfigurationWriter writer, AttributeDefinition<?> def, String name) Writer a single attribute to the specifiedConfigurationWriterusing the supplied namevoidConfigurationElement.write(ConfigurationWriter writer) Writes thisConfigurationElementto the writer -
Uses of ConfigurationWriter in org.infinispan.commons.configuration.io
Classes in org.infinispan.commons.configuration.io that implement ConfigurationWriterMethods in org.infinispan.commons.configuration.io that return ConfigurationWriter -
Uses of ConfigurationWriter in org.infinispan.commons.configuration.io.json
Classes in org.infinispan.commons.configuration.io.json that implement ConfigurationWriter -
Uses of ConfigurationWriter in org.infinispan.commons.configuration.io.xml
Classes in org.infinispan.commons.configuration.io.xml that implement ConfigurationWriter -
Uses of ConfigurationWriter in org.infinispan.commons.configuration.io.yaml
Classes in org.infinispan.commons.configuration.io.yaml that implement ConfigurationWriter