Package | Description |
---|---|
org.infinispan.configuration.global |
EmbeddedCacheManager configuration |
Modifier and Type | Method and Description |
---|---|
<T> WhiteListConfigurationBuilder |
WhiteListConfigurationBuilder.addClass(String clazz)
Helper method that allows for registration of a class to the
ClassWhiteList . |
<T> WhiteListConfigurationBuilder |
WhiteListConfigurationBuilder.addClasses(Class... classes)
Helper method that allows for registration of classes to the
ClassWhiteList . |
<T> WhiteListConfigurationBuilder |
WhiteListConfigurationBuilder.addRegexp(String regex)
Helper method that allows for registration of a regexp to the
ClassWhiteList . |
<T> WhiteListConfigurationBuilder |
WhiteListConfigurationBuilder.addRegexps(String... regexps)
Helper method that allows for registration of regexps to the
ClassWhiteList . |
WhiteListConfigurationBuilder |
SerializationConfigurationBuilder.whiteList() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.