| Package | Description |
|---|---|
| io.dropwizard.logging.json | |
| io.dropwizard.logging.json.layout |
| Modifier and Type | Method and Description |
|---|---|
static AccessAttribute |
AccessAttribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessAttribute[] |
AccessAttribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<AccessAttribute> |
AccessJsonLayoutBaseFactory.getIncludes() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccessJsonLayoutBaseFactory.setIncludes(EnumSet<AccessAttribute> includes) |
| Modifier and Type | Method and Description |
|---|---|
Set<AccessAttribute> |
AccessJsonLayout.getIncludes() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccessJsonLayout.setIncludes(Set<AccessAttribute> includes) |
| Constructor and Description |
|---|
AccessJsonLayout(JsonFormatter jsonFormatter,
TimestampFormatter timestampFormatter,
Set<AccessAttribute> includes,
Map<String,String> customFieldNames,
Map<String,Object> additionalFields) |
Copyright © 2019. All rights reserved.