Interface ObjectMetric<T>

    • Method Detail

      • value

        T value()
        Returns:
        Value ot the metric.
      • type

        Class<T> type()
        Returns:
        Type of metric value.
      • getAsString

        @Nullable
        default @Nullable String getAsString()
        Specified by:
        getAsString in interface Metric
        Returns:
        String representation of metric value.