<T> AllowListConfigurationBuilder |
AllowListConfigurationBuilder.addClass(String clazz) |
Helper method that allows for registration of a class to the ClassAllowList.
|
<T> AllowListConfigurationBuilder |
AllowListConfigurationBuilder.addClasses(Class... classes) |
Helper method that allows for registration of classes to the ClassAllowList.
|
<T> AllowListConfigurationBuilder |
AllowListConfigurationBuilder.addRegexp(String regex) |
Helper method that allows for registration of a regexp to the ClassAllowList.
|
<T> AllowListConfigurationBuilder |
AllowListConfigurationBuilder.addRegexps(String... regexps) |
Helper method that allows for registration of regexps to the ClassAllowList.
|
AllowListConfigurationBuilder |
SerializationConfigurationBuilder.allowList() |
|