@Title(value="Tracing") public enum BraveConf extends Enum<BraveConf>
| Modifier and Type | Method and Description |
|---|---|
static BraveConf |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BraveConf[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Path(value="oxalis.tracing.brave.reporter") @DefaultValue(value="noop") public static final BraveConf REPORTER
public static BraveConf[] values()
for (BraveConf c : BraveConf.values()) System.out.println(c);
public static BraveConf valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2023 NorStella. All rights reserved.