public enum SchemaCategory extends Enum<SchemaCategory>
| Enum Constant and Description |
|---|
HEADER |
PARAMETER |
PATH |
PATH_ITEM |
REQUEST_BODY |
RESPONSE |
SCHEMA |
| Modifier and Type | Method and Description |
|---|---|
String |
getPackageFragment() |
String |
refPrefix() |
static SchemaCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaCategory SCHEMA
public static final SchemaCategory PATH
public static final SchemaCategory PATH_ITEM
public static final SchemaCategory RESPONSE
public static final SchemaCategory REQUEST_BODY
public static final SchemaCategory PARAMETER
public static final SchemaCategory HEADER
public static SchemaCategory[] values()
for (SchemaCategory c : SchemaCategory.values()) System.out.println(c);
public static SchemaCategory 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 String getPackageFragment()
public String refPrefix()
Copyright © 2023. All rights reserved.