Package com.evolveum.midpoint.prism
Class ItemUtil
- java.lang.Object
-
- com.evolveum.midpoint.prism.ItemUtil
-
public class ItemUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ItemUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> PropertyDelta<T>
diff(PrismProperty<T> a, PrismProperty<T> b)
static <T> T
getRealValue(PrismProperty<T> property)
-
-
-
Method Detail
-
diff
public static <T> PropertyDelta<T> diff(PrismProperty<T> a, PrismProperty<T> b)
-
getRealValue
public static <T> T getRealValue(PrismProperty<T> property)
-
-