public enum PathParameterStyle extends Enum<PathParameterStyle>
| Modifier and Type | Method and Description |
|---|---|
StyleParameterDeserializer |
getDeserializer() |
static boolean |
is(String styleStr,
PathParameterStyle style) |
static PathParameterStyle |
of(String styleStr) |
static PathParameterStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathParameterStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PathParameterStyle SIMPLE
public static final PathParameterStyle LABEL
public static final PathParameterStyle MATRIX
public static PathParameterStyle[] values()
for (PathParameterStyle c : PathParameterStyle.values()) System.out.println(c);
public static PathParameterStyle 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 static PathParameterStyle of(String styleStr)
public static boolean is(String styleStr, PathParameterStyle style)
public StyleParameterDeserializer getDeserializer()
Copyright © 2020. All rights reserved.