Enum Class MicroProfile
- All Implemented Interfaces:
TypedImport
,Serializable
,Comparable<MicroProfile>
,Constable
MicroProfile import paths.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionAPIResponse.APIResponseSchema.APIResponses.Content.Operation.RegisterProvider.RegisterRestClient.Schema.SchemaType. -
Method Summary
Modifier and TypeMethodDescriptionpath
(dk.mada.jaxrs.generator.mpclient.imports.Imports.ImportRenderPrefs irp) Returns the import path suitable for the import type, or null if not applicable.static MicroProfile
Returns the enum constant of this class with the specified name.static MicroProfile[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
API_RESPONSE_SCHEMA
APIResponseSchema. -
API_RESPONSE
APIResponse. -
API_RESPONSES
APIResponses. -
CONTENT
Content. -
OPERATION
Operation. -
REGISTER_PROVIDER
RegisterProvider. -
REGISTER_REST_CLIENT
RegisterRestClient. -
SCHEMA
Schema. -
SCHEMA_TYPE
SchemaType.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
path
public Optional<String> path(dk.mada.jaxrs.generator.mpclient.imports.Imports.ImportRenderPrefs irp) Description copied from interface:TypedImport
Returns the import path suitable for the import type, or null if not applicable.- Specified by:
path
in interfaceTypedImport
- Parameters:
irp
- the import rendering preferences- Returns:
- the import path suitable for the import type, or null if not applicable
-