Class ImmutableProxy
java.lang.Object
de.cronn.reflection.util.immutable.ImmutableProxy
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> @UnmodifiableView Collection<T> create(Collection<T> collection) static <T> @UnmodifiableView List<T> static <K,V> @UnmodifiableView Map <K, V> static <T> @UnmodifiableView Set<T> static <T> Tcreate(T instance, ImmutableProxyOption... options) static booleanisImmutable(Class<?> type) static booleanisImmutableProxy(Object object) static booleanisImmutableProxyClass(Class<?> beanClass) static <T> Tunwrap(T immutableProxy)
-
Method Details
-
create
-
create
-
create
-
create
-
create
-
unwrap
public static <T> T unwrap(T immutableProxy) -
isImmutable
-
isImmutableProxy
-
isImmutableProxyClass
-