Uses of Class
org.infinispan.commons.configuration.ClassAllowList
Packages that use ClassAllowList
Package
Description
Commons Configuration package
Provides Infinispan-specific input and output streams, buffers and related utilities.
Commons package providing various utility classes
-
Uses of ClassAllowList in org.infinispan.commons.configuration
Subclasses of ClassAllowList in org.infinispan.commons.configurationMethods in org.infinispan.commons.configuration with parameters of type ClassAllowList -
Uses of ClassAllowList in org.infinispan.commons.dataconversion
Constructors in org.infinispan.commons.dataconversion with parameters of type ClassAllowListModifierConstructorDescriptionJavaSerializationEncoder(ClassAllowList classAllowList) Deprecated. -
Uses of ClassAllowList in org.infinispan.commons.marshall
Methods in org.infinispan.commons.marshall with parameters of type ClassAllowListModifier and TypeMethodDescriptionvoidJavaSerializationMarshaller.initialize(ClassAllowList classAllowList) default voidMarshaller.initialize(ClassAllowList classAllowList) An optional method which allows an implementation to respect theClassAllowListassociated with the context, for example the EmbeddedCacheManager or RemoteCacheManager.Constructors in org.infinispan.commons.marshall with parameters of type ClassAllowListModifierConstructorDescriptionCheckedInputStream(InputStream in, ClassAllowList allowList) JavaSerializationMarshaller(ClassAllowList allowList) -
Uses of ClassAllowList in org.infinispan.commons.util
Methods in org.infinispan.commons.util with parameters of type ClassAllowListModifier and TypeMethodDescriptionstatic MarshallerUtil.getJBossMarshaller(ClassLoader classLoader, ClassAllowList classAllowList)