Class ValueDescription

  • All Implemented Interfaces:
    Description

    @Deprecated
    public final class ValueDescription
    extends java.lang.Object
    implements Description
    Deprecated.
    in favour of Value.
    A Description for all types of values. If possible, it delegates to a concrete Description for the type of the given value, otherwise it delegates to ToStringDescription.
    • Constructor Detail

      • ValueDescription

        public ValueDescription​(@Nullable java.lang.Object value)
        Deprecated.