Package org.infinispan.commons.configuration
package org.infinispan.commons.configuration
Commons Configuration package
- Public API
-
ClassDescriptionBasicConfiguration provides the basis for concrete configurations.Builder<T>Builder.BuiltBy.The
ClassAllowList
maintains classes definitions either by name or regular expression and is used for permissioning.Deprecated, for removal: This API element is subject to removal in a future version.since 12.0.Defines howAttribute
s andConfigurationElement
s are combined when overlaying a configuration (the overlay) on top of another (the template) usingBuilder.read(Object, Combine)
.ConfigurationFor.ConfigurationUtils.Defines the configuration used to configure the given class instancesThis interface simplifies the task of writing fluent builders which need to inherit from other builders (abstract or concrete).A simple wrapper for a configuration represented as a String.Deprecated, for removal: This API element is subject to removal in a future version.UseStringConfiguration
instead