Package com.hazelcast.config
Class ClassFilter
java.lang.Object
com.hazelcast.config.ClassFilter
Holds blacklist and whitelist configuration in java deserialization configuration.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionaddClasses(String... names) addPackages(String... names) addPrefixes(String... names) booleanReturns unmodifiable set of class names.Returns unmodifiable set of package names.Returns unmodifiable set of class name prefixes.inthashCode()booleanisEmpty()booleansetClasses(Collection<String> names) setPackages(Collection<String> names) setPrefixes(Collection<String> names) toString()
- 
Constructor Details- 
ClassFilterpublic ClassFilter()
- 
ClassFilter
 
- 
- 
Method Details- 
getClassesReturns unmodifiable set of class names.
- 
getPackagesReturns unmodifiable set of package names.
- 
getPrefixesReturns unmodifiable set of class name prefixes.
- 
addClasses
- 
setClasses
- 
addPackages
- 
setPackages
- 
addPrefixes
- 
setPrefixes
- 
isEmptypublic boolean isEmpty()
- 
isListed
- 
hashCodepublic int hashCode()
- 
equals
- 
toString
 
-