public enum DependencyLinkBytesDecoder extends Enum<DependencyLinkBytesDecoder> implements BytesDecoder<DependencyLink>
| Enum Constant and Description |
|---|
JSON_V1 |
| Modifier and Type | Method and Description |
|---|---|
static DependencyLinkBytesDecoder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DependencyLinkBytesDecoder[] |
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, valueOfdecode, decodeList, decodeList, decodeOne, encodingpublic static final DependencyLinkBytesDecoder JSON_V1
public static DependencyLinkBytesDecoder[] values()
for (DependencyLinkBytesDecoder c : DependencyLinkBytesDecoder.values()) System.out.println(c);
public static DependencyLinkBytesDecoder 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.