Uses of Class
org.infinispan.commons.configuration.ClassAllowList
-
Packages that use ClassAllowList Package Description org.infinispan.commons.configuration Commons Configuration packageorg.infinispan.commons.dataconversion org.infinispan.commons.marshall Provides Infinispan-specific input and output streams, buffers and related utilities.org.infinispan.commons.util Commons package providing various utility classes -
-
Uses of ClassAllowList in org.infinispan.commons.configuration
Subclasses of ClassAllowList in org.infinispan.commons.configuration Modifier and Type Class Description classClassWhiteListDeprecated.since 12.0.Methods in org.infinispan.commons.configuration with parameters of type ClassAllowList Modifier and Type Method Description voidClassAllowList. read(ClassAllowList allowList) -
Uses of ClassAllowList in org.infinispan.commons.dataconversion
Constructors in org.infinispan.commons.dataconversion with parameters of type ClassAllowList Constructor Description JavaSerializationEncoder(ClassAllowList classAllowList)Deprecated. -
Uses of ClassAllowList in org.infinispan.commons.marshall
Methods in org.infinispan.commons.marshall with parameters of type ClassAllowList Modifier and Type Method Description voidJavaSerializationMarshaller. 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 ClassAllowList Constructor Description CheckedInputStream(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 ClassAllowList Modifier and Type Method Description static MarshallerUtil. getJBossMarshaller(ClassLoader classLoader, ClassAllowList classAllowList)
-