Class EvaluationContext.TypedValue

java.lang.Object
org.graylog.plugins.pipelineprocessor.EvaluationContext.TypedValue
Enclosing class:
EvaluationContext

public static class EvaluationContext.TypedValue extends Object
  • Constructor Details

    • TypedValue

      public TypedValue(Class type, Object value)
  • Method Details

    • getType

      public Class getType()
    • getValue

      public Object getValue()