Uses of Class
io.dropwizard.logging.json.layout.MapBuilder
Packages that use MapBuilder
-
Uses of MapBuilder in io.dropwizard.logging.json.layout
Methods in io.dropwizard.logging.json.layout that return MapBuilderModifier and TypeMethodDescriptionAdds the string value to the provided map under the provided field name, if it should be included.Adds the map to the provided map under the provided field name if it's should be included.Adds the string value to the provided map under the provided field name, if it should be included.Adds the map value to the provided map under the provided field name, if it should be included.Adds the number to the provided map under the provided field name if it's should be included.Adds the number value to the provided map under the provided field name, if it should be included.MapBuilder.addTimestamp
(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.