Class WhiteListConfigurationBuilder
java.lang.Object
org.infinispan.configuration.global.WhiteListConfigurationBuilder
- All Implemented Interfaces:
Builder<WhiteListConfiguration>
@Deprecated
public class WhiteListConfigurationBuilder
extends Object
implements Builder<WhiteListConfiguration>
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Helper method that allows for registration of a class to theClassAllowList.addClasses(Class... classes) Deprecated.Helper method that allows for registration of classes to theClassAllowList.Deprecated.Helper method that allows for registration of a regexp to theClassAllowList.addRegexps(String... regexps) Deprecated.Helper method that allows for registration of regexps to theClassAllowList.create()Deprecated.Create the configuration beanBuilder<?>read(WhiteListConfiguration template) Deprecated.Reads the configuration from an already created configuration bean into this builder.voidvalidate()Deprecated.Validate the data in this builder before building the configuration bean
-
Method Details
-
addClass
Deprecated.Helper method that allows for registration of a class to theClassAllowList. -
addClasses
Deprecated.Helper method that allows for registration of classes to theClassAllowList. -
addRegexp
Deprecated.Helper method that allows for registration of a regexp to theClassAllowList. -
addRegexps
Deprecated.Helper method that allows for registration of regexps to theClassAllowList. -
validate
public void validate()Deprecated.Description copied from interface:BuilderValidate the data in this builder before building the configuration bean- Specified by:
validatein interfaceBuilder<WhiteListConfiguration>
-
create
Deprecated.Description copied from interface:BuilderCreate the configuration bean- Specified by:
createin interfaceBuilder<WhiteListConfiguration>- Returns:
-
read
Deprecated.Description copied from interface:BuilderReads the configuration from an already created configuration bean into this builder. Returns an appropriate builder to allow fluent configuration- Specified by:
readin interfaceBuilder<WhiteListConfiguration>- Parameters:
template- the configuration from which to "clone" this config if needed.
-
AllowListConfigurationBuilderthrough @SerializationConfigurationBuilder.allowList(). Will be removed in 14.0.