Class SimpleImmutability
java.lang.Object
org.wildfly.clustering.ee.immutable.SimpleImmutability
- All Implemented Interfaces:
Predicate<Object>,Immutability
Immutability implementation based on a pre-defined set immutable classes.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleImmutability(ClassLoader loader, Collection<String> immutableClassNames) SimpleImmutability(Collection<Class<?>> immutableClasses) SimpleImmutability(Set<Class<?>> classes) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.ee.Immutability
and, negate, or