Package com.evolveum.midpoint.prism
Class DeeplyFreezableReference<T extends Serializable>
- java.lang.Object
-
- com.evolveum.midpoint.prism.AbstractFreezable
-
- com.evolveum.midpoint.prism.FreezableReference<T>
-
- com.evolveum.midpoint.prism.DeeplyFreezableReference<T>
-
- All Implemented Interfaces:
Freezable
,Serializable
@Experimental public class DeeplyFreezableReference<T extends Serializable> extends FreezableReference<T>
Reference that freezes the referenced object as well.- See Also:
DeeplyFreezableList
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeeplyFreezableReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
performFreeze()
-
Methods inherited from class com.evolveum.midpoint.prism.FreezableReference
getValue, setAndFreeze, setValue
-
Methods inherited from class com.evolveum.midpoint.prism.AbstractFreezable
freeze, freeze, freezeAll, freezeNullableList, isImmutable, isMutable
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Method Detail
-
performFreeze
protected void performFreeze()
- Overrides:
performFreeze
in classAbstractFreezable
-
-