Class Property<T>

java.lang.Object
de.oliver.fancyanalytics.logger.properties.Property<T>
Direct Known Subclasses:
BooleanProperty, NumberProperty, StringProperty, ThrowableProperty

public class Property<T> extends Object
  • Field Details

    • value

      public T value
  • Constructor Details

    • Property

      public Property(String key, T value)
  • Method Details

    • getKey

      public String getKey()
    • getValue

      public T getValue()