Uses of Class
org.infinispan.configuration.global.AllowListConfigurationBuilder
Packages that use AllowListConfigurationBuilder
-
Uses of AllowListConfigurationBuilder in org.infinispan.configuration.global
Methods in org.infinispan.configuration.global that return AllowListConfigurationBuilderModifier and TypeMethodDescriptionHelper method that allows for registration of a class to theClassAllowList
.AllowListConfigurationBuilder.addClasses
(Class... classes) Helper method that allows for registration of classes to theClassAllowList
.AllowListConfigurationBuilder.addClasses
(String... classes) Helper method that allows for registration of classes to theClassAllowList
.Helper method that allows for registration of a regexp to theClassAllowList
.AllowListConfigurationBuilder.addRegexps
(String... regexps) Helper method that allows for registration of regexps to theClassAllowList
.SerializationConfigurationBuilder.allowList()