public enum ParserMode extends Enum<ParserMode>
| Modifier and Type | Method and Description |
|---|---|
ParsingStrategy |
getStrategy() |
static ParserMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParserMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParserMode AMF
public static final ParserMode RAML
public static final ParserMode AUTO
public static ParserMode[] values()
for (ParserMode c : ParserMode.values()) System.out.println(c);
public static ParserMode 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 nullpublic ParsingStrategy getStrategy()
Copyright © 2020. All rights reserved.