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.void
validate()
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:Builder
Validate the data in this builder before building the configuration bean- Specified by:
validate
in interfaceBuilder<WhiteListConfiguration>
-
create
Deprecated.Description copied from interface:Builder
Create the configuration bean- Specified by:
create
in interfaceBuilder<WhiteListConfiguration>
- Returns:
-
read
Deprecated.Description copied from interface:Builder
Reads the configuration from an already created configuration bean into this builder. Returns an appropriate builder to allow fluent configuration- Specified by:
read
in interfaceBuilder<WhiteListConfiguration>
- Parameters:
template
- the configuration from which to "clone" this config if needed.
-
AllowListConfigurationBuilder
through @SerializationConfigurationBuilder.allowList()
. Will be removed in 14.0.