Package | Description |
---|---|
io.dropwizard.logging.json.layout |
Modifier and Type | Method | Description |
---|---|---|
MapBuilder |
MapBuilder.add(java.lang.String fieldName,
boolean include,
java.lang.Number number) |
Adds the number to the provided map under the provided field name if it's should be included.
|
MapBuilder |
MapBuilder.add(java.lang.String fieldName,
boolean include,
java.lang.String value) |
Adds the string value to the provided map under the provided field name,
if it's should be included.
|
MapBuilder |
MapBuilder.add(java.lang.String fieldName,
boolean include,
java.util.Map<java.lang.String,?> mapValue) |
Adds the map to the provided map under the provided field name if it's should be included.
|
MapBuilder |
MapBuilder.addTimestamp(java.lang.String fieldName,
boolean include,
long timestamp) |
Adds and optionally formats the timestamp to the provided map under the provided field name,
if it's should be included.
|
Copyright © 2018. All rights reserved.