Class PropertySingleValueConfiguration<T>

    • Field Detail

      • value

        protected T value
    • Constructor Detail

      • PropertySingleValueConfiguration

        public PropertySingleValueConfiguration​(String metricName,
                                                T value)
    • Method Detail

      • getValue

        public T getValue()