| Package | Description |
|---|---|
| com.linecorp.armeria.common.logging |
| Modifier and Type | Method and Description |
|---|---|
static BuiltInProperty |
BuiltInProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuiltInProperty[] |
BuiltInProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<BuiltInProperty> |
RequestContextExporter.builtIns()
Returns all
BuiltInPropertys in the export list. |
Set<BuiltInProperty> |
RequestContextExporterBuilder.getBuiltIns()
Deprecated.
This method will be removed without a replacement.
|
| Modifier and Type | Method and Description |
|---|---|
RequestContextExporterBuilder |
RequestContextExporterBuilder.addBuiltIn(BuiltInProperty property)
Adds the specified
BuiltInProperty to the export list. |
boolean |
RequestContextExporterBuilder.containsBuiltIn(BuiltInProperty property)
Deprecated.
This method will be removed without a replacement.
|
boolean |
RequestContextExporter.containsBuiltIn(BuiltInProperty property)
Returns
true if the specified BuiltInProperty is in the export list. |
Copyright © 2020 LeanCloud. All rights reserved.