Class AbstractJsonPatternParser.LayoutValueGetter<Event>

java.lang.Object
net.logstash.logback.pattern.AbstractJsonPatternParser.LayoutValueGetter<Event>
All Implemented Interfaces:
ValueGetter<Event,String>
Enclosing class:
AbstractJsonPatternParser<Event>

protected static class AbstractJsonPatternParser.LayoutValueGetter<Event> extends Object implements ValueGetter<Event,String>
  • Method Details

    • getValue

      public String getValue(Event event)
      Description copied from interface: ValueGetter
      Get the result of applying the ValueGetter to the event
      Specified by:
      getValue in interface ValueGetter<Event,String>
      Parameters:
      event - the event to apply this ValueGetter
      Returns:
      the result of applying this ValueGetter on the event