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>
- Author:
- Dmitry Andrianov
-
Method Summary
-
Method Details
-
getValue
Description copied from interface:ValueGetterGet the result of applying the ValueGetter to the event- Specified by:
getValuein interfaceValueGetter<Event,String> - Parameters:
event- the event to apply this ValueGetter- Returns:
- the result of applying this ValueGetter on the event
-