Class AbstractValueWrapper.Impl<V>

java.lang.Object
com.evolveum.midpoint.prism.impl.schema.features.AbstractValueWrapper.Impl<V>
All Implemented Interfaces:
AbstractValueWrapper<V>
Direct Known Subclasses:
AbstractValueWrapper.ForCollection
Enclosing interface:
AbstractValueWrapper<V>

public static class AbstractValueWrapper.Impl<V> extends Object implements AbstractValueWrapper<V>
  • Field Details

    • value

      protected final V value
  • Method Details

    • getValue

      public V getValue()