public static enum SpringCodegen.RequestMappingMode extends Enum<SpringCodegen.RequestMappingMode>
| Enum Constant and Description |
|---|
api_interface |
controller |
none |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
static SpringCodegen.RequestMappingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpringCodegen.RequestMappingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpringCodegen.RequestMappingMode api_interface
public static final SpringCodegen.RequestMappingMode controller
public static final SpringCodegen.RequestMappingMode none
public static SpringCodegen.RequestMappingMode[] values()
for (SpringCodegen.RequestMappingMode c : SpringCodegen.RequestMappingMode.values()) System.out.println(c);
public static SpringCodegen.RequestMappingMode 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 getDescription()
Copyright © 2023. All rights reserved.