protected static class AbstractJsonPatternParser.AsLongValueTransformer<Event> extends AbstractJsonPatternParser.AbstractAsNumberTransformer<Long,Event>
| Constructor and Description |
|---|
AsLongValueTransformer(ValueGetter<String,Event> generator) |
| Modifier and Type | Method and Description |
|---|---|
protected Long |
transform(String value) |
getValuepublic AsLongValueTransformer(ValueGetter<String,Event> generator)
protected Long transform(String value) throws NumberFormatException
transform in class AbstractJsonPatternParser.AbstractAsNumberTransformer<Long,Event>NumberFormatExceptionCopyright © 2019. All rights reserved.