Package com.hazelcast.config
Class ClassFilter
java.lang.Object
com.hazelcast.config.ClassFilter
Holds blacklist and whitelist configuration in java deserialization configuration.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
- 
ClassFilter
public ClassFilter() - 
ClassFilter
 
 - 
 - 
Method Details
- 
getClasses
Returns unmodifiable set of class names. - 
getPackages
Returns unmodifiable set of package names. - 
getPrefixes
Returns unmodifiable set of class name prefixes. - 
addClasses
 - 
setClasses
 - 
addPackages
 - 
setPackages
 - 
addPrefixes
 - 
setPrefixes
 - 
isEmpty
public boolean isEmpty() - 
isListed
 - 
hashCode
public int hashCode() - 
equals
 - 
toString
 
 -