public enum DependencyLinkBytesEncoder extends Enum<DependencyLinkBytesEncoder> implements BytesEncoder<DependencyLink>
| Enum Constant and Description |
|---|
JSON_V1 |
| Modifier and Type | Method and Description |
|---|---|
static DependencyLinkBytesEncoder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DependencyLinkBytesEncoder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfencode, encodeList, encoding, sizeInBytespublic static final DependencyLinkBytesEncoder JSON_V1
public static DependencyLinkBytesEncoder[] values()
for (DependencyLinkBytesEncoder c : DependencyLinkBytesEncoder.values()) System.out.println(c);
public static DependencyLinkBytesEncoder 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 © 2015–2018 OpenZipkin. All rights reserved.