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) static booleanisImmutableProxy(Object object) static booleanisImmutableProxyClass(Class<?> beanClass) static <T> Tunwrap(T immutableProxy)
-
Method Details
-
create
public static <T> T create(T instance) -
create
-
create
-
create
-
create
-
unwrap
public static <T> T unwrap(T immutableProxy) -
isImmutableProxy
-
isImmutableProxyClass
-