public static enum SwaggerConfig.Key extends Enum<SwaggerConfig.Key>
Enum Constant and Description |
---|
CONTACT |
DESCRIPTION |
HOST |
LICENSE |
LICENSE_URL |
PACKAGES |
PRETTY_PRINT |
ROOT |
SCHEMES |
TERMS_OF_SERVICE_URL |
TITLE |
VERSION |
Modifier and Type | Method and Description |
---|---|
static SwaggerConfig.Key |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SwaggerConfig.Key[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SwaggerConfig.Key TITLE
public static final SwaggerConfig.Key PACKAGES
public static final SwaggerConfig.Key DESCRIPTION
public static final SwaggerConfig.Key TERMS_OF_SERVICE_URL
public static final SwaggerConfig.Key CONTACT
public static final SwaggerConfig.Key LICENSE
public static final SwaggerConfig.Key LICENSE_URL
public static final SwaggerConfig.Key VERSION
public static final SwaggerConfig.Key SCHEMES
public static final SwaggerConfig.Key HOST
public static final SwaggerConfig.Key ROOT
public static final SwaggerConfig.Key PRETTY_PRINT
public static SwaggerConfig.Key[] values()
for (SwaggerConfig.Key c : SwaggerConfig.Key.values()) System.out.println(c);
public static SwaggerConfig.Key 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 © 2019 JBoss by Red Hat. All rights reserved.