public enum VendorExtension extends Enum<VendorExtension>
| Modifier and Type | Class and Description |
|---|---|
static class |
VendorExtension.ExtensionLevel |
| Enum Constant and Description |
|---|
X_ACCEPTS |
X_CLASS_EXTRA_ANNOTATION |
X_CONTENT_TYPE |
X_DISCRIMINATOR_VALUE |
X_FIELD_EXTRA_ANNOTATION |
X_IMPLEMENTS |
X_SETTER_EXTRA_ANNOTATION |
X_SPRING_PAGINATED |
X_TAGS |
X_VERSION_PARAM |
X_WEBCLIENT_BLOCKING |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getDescription() |
List<VendorExtension.ExtensionLevel> |
getLevels() |
String |
getName() |
static VendorExtension |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VendorExtension[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VendorExtension X_IMPLEMENTS
public static final VendorExtension X_SPRING_PAGINATED
public static final VendorExtension X_DISCRIMINATOR_VALUE
public static final VendorExtension X_SETTER_EXTRA_ANNOTATION
public static final VendorExtension X_WEBCLIENT_BLOCKING
public static final VendorExtension X_TAGS
public static final VendorExtension X_ACCEPTS
public static final VendorExtension X_CONTENT_TYPE
public static final VendorExtension X_CLASS_EXTRA_ANNOTATION
public static final VendorExtension X_FIELD_EXTRA_ANNOTATION
public static final VendorExtension X_VERSION_PARAM
public static VendorExtension[] values()
for (VendorExtension c : VendorExtension.values()) System.out.println(c);
public static VendorExtension 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 getName()
public List<VendorExtension.ExtensionLevel> getLevels()
public String getDescription()
public String getDefaultValue()
Copyright © 2023. All rights reserved.