Class WhiteListConfigurationBuilder
java.lang.Object
org.infinispan.configuration.global.WhiteListConfigurationBuilder
- All Implemented Interfaces:
Builder<WhiteListConfiguration>
@Deprecated(forRemoval=true)
public class WhiteListConfigurationBuilder
extends Object
implements Builder<WhiteListConfiguration>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Helper method that allows for registration of a class to theClassAllowList
.addClasses
(Class... classes) Deprecated, for removal: This API element is subject to removal in a future version.Helper method that allows for registration of classes to theClassAllowList
.Deprecated, for removal: This API element is subject to removal in a future version.Helper method that allows for registration of a regexp to theClassAllowList
.addRegexps
(String... regexps) Deprecated, for removal: This API element is subject to removal in a future version.Helper method that allows for registration of regexps to theClassAllowList
.Deprecated, for removal: This API element is subject to removal in a future version.create()
Deprecated, for removal: This API element is subject to removal in a future version.Create the configuration beanBuilder<?>
read
(WhiteListConfiguration template, Combine combine) Deprecated, for removal: This API element is subject to removal in a future version.Reads the configuration from an already created configuration bean into this builder.void
validate()
Deprecated, for removal: This API element is subject to removal in a future version.Validate the data in this builder before building the configuration bean
-
Method Details
-
attributes
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
attributes
in interfaceBuilder<WhiteListConfiguration>
-
addClass
Deprecated, for removal: This API element is subject to removal in a future version.Helper method that allows for registration of a class to theClassAllowList
. -
addClasses
Deprecated, for removal: This API element is subject to removal in a future version.Helper method that allows for registration of classes to theClassAllowList
. -
addRegexp
Deprecated, for removal: This API element is subject to removal in a future version.Helper method that allows for registration of a regexp to theClassAllowList
. -
addRegexps
Deprecated, for removal: This API element is subject to removal in a future version.Helper method that allows for registration of regexps to theClassAllowList
. -
validate
public void validate()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:Builder
Validate the data in this builder before building the configuration bean- Specified by:
validate
in interfaceBuilder<WhiteListConfiguration>
-
create
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:Builder
Create the configuration bean- Specified by:
create
in interfaceBuilder<WhiteListConfiguration>
- Returns:
-
read
Deprecated, for removal: This API element is subject to removal in a future version.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.combine
- the way attributes and children of this instance and the template should be combined.
-
AllowListConfigurationBuilder
through @SerializationConfigurationBuilder.allowList()
. Will be removed in 14.0.