Class SimpleValueWrapper

    • Constructor Detail

      • SimpleValueWrapper

        public SimpleValueWrapper​(@Nullable
                                  Object value)
        Create a new SimpleValueWrapper instance for exposing the given value.
        Parameters:
        value - the value to expose (may be null)