public static enum QueryMap.MapEncoder extends Enum<QueryMap.MapEncoder>
Modifier and Type | Method and Description |
---|---|
QueryMapEncoder |
instance() |
static QueryMap.MapEncoder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryMap.MapEncoder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryMap.MapEncoder BEAN
public static final QueryMap.MapEncoder FIELD
public static final QueryMap.MapEncoder DEFAULT
public static QueryMap.MapEncoder[] values()
for (QueryMap.MapEncoder c : QueryMap.MapEncoder.values()) System.out.println(c);
public static QueryMap.MapEncoder 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 QueryMapEncoder instance()
Copyright © 2012–2023 OpenFeign. All rights reserved.