Uses of Annotation Interface
com.evolveum.midpoint.util.annotation.OneUseOnly
Packages that use OneUseOnly
-
Uses of OneUseOnly in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism with annotations of type OneUseOnlyModifier and TypeMethodDescriptionbooleanItem.add(V newValue, @NotNull EquivalenceStrategy strategy) Adds a value, overwriting existing one(s).<X> X[]Item.getRealValuesArray(Class<X> type) Type override, also for compatibility.default @NotNull Collection<Object>Item.getRealValuesOrRawTypes() -
Uses of OneUseOnly in com.evolveum.midpoint.prism.deleg
Methods in com.evolveum.midpoint.prism.deleg with annotations of type OneUseOnlyModifier and TypeMethodDescriptiondefault booleanItemDelegator.add(V newValue, @NotNull EquivalenceStrategy strategy) default <X> X[]ItemDelegator.getRealValuesArray(Class<X> type) default @NotNull Collection<Object>ItemDelegator.getRealValuesOrRawTypes()