Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- add(boolean, TypedImport...) - Method in class dk.mada.jaxrs.generator.mpclient.imports.Imports
-
Optionally adds typed imports.
- add(TypedImport...) - Method in class dk.mada.jaxrs.generator.mpclient.imports.Imports
-
Adds typed imports.
- add(Reference) - Method in class dk.mada.jaxrs.generator.mpclient.imports.Imports
-
Adds import for a reference - the type it references.
- add(Type) - Method in class dk.mada.jaxrs.generator.mpclient.imports.Imports
-
Adds imports for a type.
- add(Collection<TypedImport>) - Method in class dk.mada.jaxrs.generator.mpclient.imports.Imports
-
Adds typed imports.
- addAllAllParams(Iterable<? extends CtxApiParam>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp.Builder
-
Adds elements to
allParams
list. - addAllEnumValues(Iterable<String>) - Method in class dk.mada.jaxrs.model.ImmutableDto.Builder
-
Adds elements to
enumValues
list. - addAllExtendsParents(Iterable<? extends Dto>) - Method in class dk.mada.jaxrs.model.ImmutableDto.Builder
-
Adds elements to
extendsParents
set. - addAllExternalDocs(Iterable<? extends CtxApi.CtxOperationExternalDoc>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi.Builder
-
Adds elements to
externalDocs
list. - addAllFormParameters(Iterable<? extends Parameter>) - Method in class dk.mada.jaxrs.model.api.ImmutableRequestBody.Builder
-
Adds elements to
formParameters
list. - addAllImplementations(Iterable<? extends TypeName>) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeInterface.Builder
-
Adds elements to
implementations
list. - addAllImplementsInterfaces(Iterable<? extends TypeInterface>) - Method in class dk.mada.jaxrs.model.ImmutableDto.Builder
-
Adds elements to
implementsInterfaces
list. - addAllMediaTypes(Iterable<String>) - Method in class dk.mada.jaxrs.model.api.ImmutableContent.Builder
-
Adds elements to
mediaTypes
set. - addAllOperations(Iterable<? extends CtxApi.CtxOperationRef>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi.Builder
-
Adds elements to
operations
list. - addAllParameters(Iterable<? extends Parameter>) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation.Builder
-
Adds elements to
parameters
list. - addAllParams(CtxApiParam) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp.Builder
-
Adds one element to
allParams
list. - addAllParams(CtxApiParam...) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp.Builder
-
Adds elements to
allParams
list. - addAllProperties(Iterable<? extends Property>) - Method in class dk.mada.jaxrs.model.ImmutableDto.Builder
-
Adds elements to
properties
list. - addAllResponses(Iterable<? extends CtxApiResponse>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp.Builder
-
Adds elements to
responses
list. - addAllResponses(Iterable<? extends Response>) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation.Builder
-
Adds elements to
responses
list. - addAllTags(Iterable<String>) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation.Builder
-
Adds elements to
tags
list. - addAllValues(Iterable<String>) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeEnum.Builder
-
Adds elements to
values
list. - addAllVars(Iterable<? extends CtxProperty>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Adds elements to
vars
list. - addAllVarsOpenapiOrder(Iterable<? extends CtxProperty>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Adds elements to
varsOpenapiOrder
list. - addAuthorizationHeader() - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Returns true if this operation requires an authentication parameter.
- addAuthorizationHeader() - Method in interface dk.mada.jaxrs.model.api.Operation
-
Returns true if this operation requires an authentication parameter.
- addAuthorizationHeader(boolean) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation.Builder
-
Initializes the value for the
addAuthorizationHeader
attribute. - addDto(Dto) - Method in class dk.mada.jaxrs.openapi.ParserTypes
-
Registers a new DTO.
- addEnumImports(boolean, boolean) - Method in class dk.mada.jaxrs.generator.mpclient.imports.Imports
-
Adds imports needed for rendering an enumeration.
- addEnumValues(String) - Method in class dk.mada.jaxrs.model.ImmutableDto.Builder
-
Adds one element to
enumValues
list. - addEnumValues(String...) - Method in class dk.mada.jaxrs.model.ImmutableDto.Builder
-
Adds elements to
enumValues
list. - addExtendsParents(Dto) - Method in class dk.mada.jaxrs.model.ImmutableDto.Builder
-
Adds one element to
extendsParents
set. - addExtendsParents(Dto...) - Method in class dk.mada.jaxrs.model.ImmutableDto.Builder
-
Adds elements to
extendsParents
set. - addExternalDocs(CtxApi.CtxOperationExternalDoc) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi.Builder
-
Adds one element to
externalDocs
list. - addExternalDocs(CtxApi.CtxOperationExternalDoc...) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi.Builder
-
Adds elements to
externalDocs
list. - addFormParameters(Parameter) - Method in class dk.mada.jaxrs.model.api.ImmutableRequestBody.Builder
-
Adds one element to
formParameters
list. - addFormParameters(Parameter...) - Method in class dk.mada.jaxrs.model.api.ImmutableRequestBody.Builder
-
Adds elements to
formParameters
list. - addImplementations(TypeName) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeInterface.Builder
-
Adds one element to
implementations
list. - addImplementations(TypeName...) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeInterface.Builder
-
Adds elements to
implementations
list. - addImplementsInterfaces(TypeInterface) - Method in class dk.mada.jaxrs.model.ImmutableDto.Builder
-
Adds one element to
implementsInterfaces
list. - addImplementsInterfaces(TypeInterface...) - Method in class dk.mada.jaxrs.model.ImmutableDto.Builder
-
Adds elements to
implementsInterfaces
list. - additionalAnnotations() - Method in record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiExt
-
Returns the value of the
additionalAnnotations
record component. - addMediaTypes(String) - Method in class dk.mada.jaxrs.model.api.ImmutableContent.Builder
-
Adds one element to
mediaTypes
set. - addMediaTypes(String...) - Method in class dk.mada.jaxrs.model.api.ImmutableContent.Builder
-
Adds elements to
mediaTypes
set. - addMicroProfileSchema() - Method in class dk.mada.jaxrs.generator.mpclient.imports.Imports
-
Adds import for Schema.
- addOperations(CtxApi.CtxOperationRef) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi.Builder
-
Adds one element to
operations
list. - addOperations(CtxApi.CtxOperationRef...) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi.Builder
-
Adds elements to
operations
list. - addParameters(Parameter) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation.Builder
-
Adds one element to
parameters
list. - addParameters(Parameter...) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation.Builder
-
Adds elements to
parameters
list. - addProperties(Property) - Method in class dk.mada.jaxrs.model.ImmutableDto.Builder
-
Adds one element to
properties
list. - addProperties(Property...) - Method in class dk.mada.jaxrs.model.ImmutableDto.Builder
-
Adds elements to
properties
list. - addPropertyImports(Collection<Property>) - Method in class dk.mada.jaxrs.generator.mpclient.imports.Imports
-
Add imports for the types referenced by properties.
- addResponses(CtxApiResponse) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp.Builder
-
Adds one element to
responses
list. - addResponses(CtxApiResponse...) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp.Builder
-
Adds elements to
responses
list. - addResponses(Response) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation.Builder
-
Adds one element to
responses
list. - addResponses(Response...) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation.Builder
-
Adds elements to
responses
list. - addTags(String) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation.Builder
-
Adds one element to
tags
list. - addTags(String...) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation.Builder
-
Adds elements to
tags
list. - addValues(String) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeEnum.Builder
-
Adds one element to
values
list. - addValues(String...) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeEnum.Builder
-
Adds elements to
values
list. - addVars(CtxProperty) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Adds one element to
vars
list. - addVars(CtxProperty...) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Adds elements to
vars
list. - addVarsOpenapiOrder(CtxProperty) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Adds one element to
varsOpenapiOrder
list. - addVarsOpenapiOrder(CtxProperty...) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Adds elements to
varsOpenapiOrder
list. - ALL - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.RecordBuilderControl
-
Create builder in all records.
- allowableValues() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDto
-
Returns the enumeration constants/values, or null.
- allowableValues() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxProperty
-
Returns allowable enumeration values or null.
- allowableValues() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Returns the enumeration constants/values, or null.
- allowableValues() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Returns allowable enumeration values or null.
- allowableValues(CtxEnum) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Initializes the value for the
allowableValues
attribute. - allowableValues(CtxEnum) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty.Builder
-
Initializes the value for the
allowableValues
attribute. - allParams() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiOp
-
Returns all parameters of the operation.
- allParams() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp
-
Returns all parameters of the operation.
- allParams(Iterable<? extends CtxApiParam>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp.Builder
-
Sets or replaces all elements for
allParams
list. - ALPHABETICAL_NOCASE_ORDER - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.PropertyOrder
-
Ordered alphabetically, ignoring upper/lower case.
- ALPHABETICAL_ORDER - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.PropertyOrder
-
Ordered alphabetically.
- anyOfSchemas() - Method in interface dk.mada.jaxrs.openapi.SchemaParser
-
Returns the anyOf schemas.
- API - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.AuthHeader
-
API - use what is dictated by the API (this is the default).
- API_RESPONSE - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.MicroProfile
-
APIResponse.
- API_RESPONSE_SCHEMA - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.MicroProfile
-
APIResponseSchema.
- API_RESPONSES - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.MicroProfile
-
APIResponses.
- ApiGenerator - Class in dk.mada.jaxrs.generator.mpclient.api
-
API generator.
- ApiGenerator(GeneratorOpts, Templates, Model) - Constructor for class dk.mada.jaxrs.generator.mpclient.api.ApiGenerator
-
Constructs a new API generator.
- apiPackage() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the package to generate API classes to.
- apiPackageDir() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the API package in path-form.
- ApiTransformer - Class in dk.mada.jaxrs.openapi
-
Transforms OpenApi operations to local model objects.
- ApiTransformer(OpenAPI, Naming, Parser.LeakedGeneratorOpts, TypeConverter, ContentSelector, List<SecurityScheme>) - Constructor for class dk.mada.jaxrs.openapi.ApiTransformer
-
Constructs a new API transformer instance.
- appDescription() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApi
-
Returns the optional application description.
- appDescription() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Returns the optional application description.
- appDescription() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDto
-
Returns the optional application description.
- appDescription() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializer
-
Returns the optional application description.
- appDescription() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterface
-
Returns the optional application description.
- appDescription() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Returns the optional application description.
- appDescription() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Returns the optional application description.
- appDescription() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Returns the optional application description.
- appDescription(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi.Builder
-
Initializes the optional value
appDescription
to appDescription. - appDescription(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Initializes the optional value
appDescription
to appDescription. - appDescription(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer.Builder
-
Initializes the optional value
appDescription
to appDescription. - appDescription(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface.Builder
-
Initializes the optional value
appDescription
to appDescription. - appDescription(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi.Builder
-
Initializes the optional value
appDescription
to appDescription. - appDescription(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Initializes the optional value
appDescription
to appDescription. - appDescription(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer.Builder
-
Initializes the optional value
appDescription
to appDescription. - appDescription(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface.Builder
-
Initializes the optional value
appDescription
to appDescription. - appName() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApi
-
Returns the application name.
- appName() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Returns the application name.
- appName() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDto
-
Returns the application name.
- appName() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializer
-
Returns the application name.
- appName() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterface
-
Returns the application name.
- appName() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Returns the application name.
- appName() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Returns the application name.
- appName() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Returns the application name.
- appName(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi.Builder
-
Initializes the value for the
appName
attribute. - appName(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Initializes the value for the
appName
attribute. - appName(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer.Builder
-
Initializes the value for the
appName
attribute. - appName(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface.Builder
-
Initializes the value for the
appName
attribute. - ARRAY_LIST - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaUtil
-
ArrayList.
- ARRAYS - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaUtil
-
Arrays.
- asOpenApiStatus() - Method in enum class dk.mada.jaxrs.model.api.StatusCode
-
Returns the code in the same form as expected by OpenApi.
- AUTO - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.LineEnding
-
Auto - the platform's default.
B
- baseName() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiParam
-
Returns base name of a path parameter.
- baseName() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Returns base name of a path parameter.
- baseName() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxProperty
-
Returns the OpenApi property name.
- baseName() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Returns the OpenApi property name.
- baseName(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam.Builder
-
Initializes the value for the
baseName
attribute. - baseName(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty.Builder
-
Initializes the value for the
baseName
attribute. - baseType() - Method in record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiResponse
-
Returns the value of the
baseType
record component. - BIG_DECIMAL - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaMath
-
BigDecimal.
- BIG_DECIMAL - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name for a BigDecimal.
- bool(String) - Method in class dk.mada.jaxrs.model.options.OptionReader
-
Read boolean property, defaulting to false if missing.
- bool(String, boolean) - Method in class dk.mada.jaxrs.model.options.OptionReader
-
Read boolean property, with default value if missing.
- BOOLEAN - Enum constant in enum class dk.mada.jaxrs.model.types.Primitive
-
The boolean.
- BOOLEAN - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name of boolean.
- BOOLEAN_WRAPPER - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name of Boolean.
- build() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi.Builder
-
Builds a new
ImmutableCtxApi
. - build() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp.Builder
-
Builds a new
ImmutableCtxApiOp
. - build() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt.Builder
-
Builds a new
ImmutableCtxApiOpExt
. - build() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam.Builder
-
Builds a new
ImmutableCtxApiParam
. - build() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Builds a new
ImmutableCtxDto
. - build() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Builds a new
ImmutableCtxDtoExt
. - build() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer.Builder
-
Builds a new
ImmutableCtxExtraDateSerializer
. - build() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface.Builder
-
Builds a new
ImmutableCtxInterface
. - build() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty.Builder
-
Builds a new
ImmutableCtxProperty
. - build() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt.Builder
-
Builds a new
ImmutableCtxPropertyExt
. - build() - Method in class dk.mada.jaxrs.model.api.ImmutableContent.Builder
-
Builds a new
ImmutableContent
. - build() - Method in class dk.mada.jaxrs.model.api.ImmutableOperation.Builder
-
Builds a new
ImmutableOperation
. - build() - Method in class dk.mada.jaxrs.model.api.ImmutableParameter.Builder
-
Builds a new
ImmutableParameter
. - build() - Method in class dk.mada.jaxrs.model.api.ImmutableRequestBody.Builder
-
Builds a new
ImmutableRequestBody
. - build() - Method in class dk.mada.jaxrs.model.api.ImmutableResponse.Builder
-
Builds a new
ImmutableResponse
. - build() - Method in class dk.mada.jaxrs.model.ImmutableContact.Builder
-
Builds a new
ImmutableContact
. - build() - Method in class dk.mada.jaxrs.model.ImmutableDto.Builder
-
Builds a new
ImmutableDto
. - build() - Method in class dk.mada.jaxrs.model.ImmutableInfo.Builder
-
Builds a new
ImmutableInfo
. - build() - Method in class dk.mada.jaxrs.model.ImmutableProperty.Builder
-
Builds a new
ImmutableProperty
. - build() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeArray.Builder
-
Builds a new
ImmutableTypeArray
. - build() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeEnum.Builder
-
Builds a new
ImmutableTypeEnum
. - build() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeInterface.Builder
-
Builds a new
ImmutableTypeInterface
. - build() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeMap.Builder
-
Builds a new
ImmutableTypeMap
. - build() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeReference.Builder
-
Builds a new
ImmutableTypeReference
. - build() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeSet.Builder
-
Builds a new
ImmutableTypeSet
. - build() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeValidation.Builder
-
Builds a new
ImmutableTypeValidation
. - buildEnumSchemaForType(DtoSubjectDefiner.DtoSubjectBase, Type, CtxEnum) - Method in class dk.mada.jaxrs.generator.mpclient.dto.EnumGenerator
-
If the enumeration values are not represented correctly by the constants, define a schema with the proper values.
- builder() - Static method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApi
-
Returns a builder for this type.
- builder() - Static method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiOp
-
Returns a builder for this type.
- builder() - Static method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiOpExt
-
Returns a builder for this type.
- builder() - Static method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiParam
-
Returns a builder for this type.
- builder() - Static method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Creates a builder for
ImmutableCtxApi
. - builder() - Static method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp
-
Creates a builder for
ImmutableCtxApiOp
. - builder() - Static method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt
-
Creates a builder for
ImmutableCtxApiOpExt
. - builder() - Static method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Creates a builder for
ImmutableCtxApiParam
. - builder() - Static method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDto
-
Returns a builder for this type.
- builder() - Static method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoExt
-
Returns a builder for this type.
- builder() - Static method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializer
-
Returns a builder for this type.
- builder() - Static method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterface
-
Returns a builder for this type.
- builder() - Static method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxProperty
-
Returns a builder for this type.
- builder() - Static method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxPropertyExt
-
Returns a builder for this type.
- builder() - Static method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Creates a builder for
ImmutableCtxDto
. - builder() - Static method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Creates a builder for
ImmutableCtxDtoExt
. - builder() - Static method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Creates a builder for
ImmutableCtxExtraDateSerializer
. - builder() - Static method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Creates a builder for
ImmutableCtxInterface
. - builder() - Static method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Creates a builder for
ImmutableCtxProperty
. - builder() - Static method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Creates a builder for
ImmutableCtxPropertyExt
. - builder() - Static method in interface dk.mada.jaxrs.model.api.Content
-
Returns a builder for this type.
- builder() - Static method in class dk.mada.jaxrs.model.api.ImmutableContent
-
Creates a builder for
ImmutableContent
. - builder() - Static method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Creates a builder for
ImmutableOperation
. - builder() - Static method in class dk.mada.jaxrs.model.api.ImmutableParameter
-
Creates a builder for
ImmutableParameter
. - builder() - Static method in class dk.mada.jaxrs.model.api.ImmutableRequestBody
-
Creates a builder for
ImmutableRequestBody
. - builder() - Static method in class dk.mada.jaxrs.model.api.ImmutableResponse
-
Creates a builder for
ImmutableResponse
. - builder() - Static method in interface dk.mada.jaxrs.model.api.Operation
-
Returns a builder for this type.
- builder() - Static method in interface dk.mada.jaxrs.model.api.Parameter
-
Returns a builder for this type.
- builder() - Static method in interface dk.mada.jaxrs.model.api.RequestBody
-
Returns a builder for this type.
- builder() - Static method in interface dk.mada.jaxrs.model.api.Response
-
Returns a builder for this type.
- builder() - Static method in class dk.mada.jaxrs.model.ImmutableContact
-
Creates a builder for
ImmutableContact
. - builder() - Static method in class dk.mada.jaxrs.model.ImmutableDto
-
Creates a builder for
ImmutableDto
. - builder() - Static method in class dk.mada.jaxrs.model.ImmutableInfo
-
Creates a builder for
ImmutableInfo
. - builder() - Static method in class dk.mada.jaxrs.model.ImmutableProperty
-
Creates a builder for
ImmutableProperty
. - builder() - Static method in class dk.mada.jaxrs.model.Info
-
Returns a builder for this type.
- builder() - Static method in class dk.mada.jaxrs.model.Info.Contact
-
Returns a builder for this type.
- builder() - Static method in interface dk.mada.jaxrs.model.Property
-
Returns a builder for this type.
- builder() - Static method in class dk.mada.jaxrs.model.types.ImmutableTypeArray
-
Creates a builder for
ImmutableTypeArray
. - builder() - Static method in class dk.mada.jaxrs.model.types.ImmutableTypeEnum
-
Creates a builder for
ImmutableTypeEnum
. - builder() - Static method in class dk.mada.jaxrs.model.types.ImmutableTypeInterface
-
Creates a builder for
ImmutableTypeInterface
. - builder() - Static method in class dk.mada.jaxrs.model.types.ImmutableTypeMap
-
Creates a builder for
ImmutableTypeMap
. - builder() - Static method in class dk.mada.jaxrs.model.types.ImmutableTypeReference
-
Creates a builder for
ImmutableTypeReference
. - builder() - Static method in class dk.mada.jaxrs.model.types.ImmutableTypeSet
-
Creates a builder for
ImmutableTypeSet
. - builder() - Static method in class dk.mada.jaxrs.model.types.ImmutableTypeValidation
-
Creates a builder for
ImmutableTypeValidation
. - builder(String, TypeName) - Static method in interface dk.mada.jaxrs.model.Dto
-
Returns a builder for this type.
- builderFrom(Dto) - Static method in interface dk.mada.jaxrs.model.Dto
-
Returns a builder for this type.
- builderFrom(Property) - Static method in interface dk.mada.jaxrs.model.Property
-
Returns a builder for this type.
- BYTE - Enum constant in enum class dk.mada.jaxrs.model.types.Primitive
-
The byte via (legacy) https://swagger.io/specification/#data-types.
- BYTE - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name of byte.
- BYTE_ARRAY - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name for a byte array.
- BYTE_INT - Enum constant in enum class dk.mada.jaxrs.model.types.Primitive
-
The byte via smallrye #2128.
- BYTE_NUMBER - Enum constant in enum class dk.mada.jaxrs.model.types.Primitive
-
The byte via https://spec.openapis.org/registry/format/.
- BYTE_WRAPPER - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name of Byte.
C
- call() - Method in class dk.mada.jaxrs.generator.cli.Main
- camelize(String) - Static method in class dk.mada.jaxrs.generator.mpclient.dto.OpenapiStringUtils
-
Camelize name (parameter, property, method, etc) with upper case for first letter copied from Twitter elephant bird.
- cannedLocalDateSerializerDTF() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializer
-
Returns the optional date format used by the LocalDate serializer.
- cannedLocalDateSerializerDTF() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Returns the optional date format used by the LocalDate serializer.
- cannedLocalDateSerializerDTF(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer.Builder
-
Initializes the optional value
cannedLocalDateSerializerDTF
to cannedLocalDateSerializerDTF. - cannedLocalDateSerializerDTF(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer.Builder
-
Initializes the optional value
cannedLocalDateSerializerDTF
to cannedLocalDateSerializerDTF. - cannedLocalDateTimeSerializerDTF() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializer
-
Returns the optional date time format used by the LocalDateTime serializer.
- cannedLocalDateTimeSerializerDTF() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Returns the optional date time format used by the LocalDateTime serializer.
- cannedLocalDateTimeSerializerDTF(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer.Builder
-
Initializes the optional value
cannedLocalDateTimeSerializerDTF
to cannedLocalDateTimeSerializerDTF. - cannedLocalDateTimeSerializerDTF(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer.Builder
-
Initializes the optional value
cannedLocalDateTimeSerializerDTF
to cannedLocalDateTimeSerializerDTF. - cannedOffsetDateTimeSerializerDTF() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializer
-
Returns the optional date time format used by the OffsetDateTime serializer.
- cannedOffsetDateTimeSerializerDTF() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Returns the optional date time format used by the OffsetDateTime serializer.
- cannedOffsetDateTimeSerializerDTF(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer.Builder
-
Initializes the optional value
cannedOffsetDateTimeSerializerDTF
to cannedOffsetDateTimeSerializerDTF. - cannedOffsetDateTimeSerializerDTF(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer.Builder
-
Initializes the optional value
cannedOffsetDateTimeSerializerDTF
to cannedOffsetDateTimeSerializerDTF. - classModifiers() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoExt
-
Returns the optional class modifiers.
- classModifiers() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Returns the optional class modifiers.
- classModifiers(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Initializes the optional value
classModifiers
to classModifiers. - classModifiers(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Initializes the optional value
classModifiers
to classModifiers. - classname() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApi
-
Returns the class name.
- classname() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Returns the class name.
- classname() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDto
-
Returns the classname for the class.
- classname() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterface
-
Returns the classname for the class.
- classname() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Returns the classname for the class.
- classname() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Returns the classname for the class.
- classname() - Method in enum class dk.mada.jaxrs.generator.mpclient.ExtraTemplate
-
Returns the filename for this template.
- classname(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi.Builder
-
Initializes the value for the
classname
attribute. - classname(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Initializes the value for the
classname
attribute. - classname(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface.Builder
-
Initializes the value for the
classname
attribute. - className() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializer
-
Returns the class name of the serializer.
- className() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Returns the class name of the serializer.
- className(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer.Builder
-
Initializes the value for the
className
attribute. - classVarName() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDto
-
Returns the class name used in equals method.
- classVarName() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Returns the class name used in equals method.
- classVarName(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Initializes the value for the
classVarName
attribute. - CLEAR - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.PropertyConflictResolution
-
Clears the conflicting information.
- ClientContext - Record Class in dk.mada.jaxrs.generator.api
-
Context for client generator.
- ClientContext(boolean, GeneratorLogLevel, boolean, boolean, boolean) - Constructor for record class dk.mada.jaxrs.generator.api.ClientContext
-
Creates an instance of a
ClientContext
record class. - code() - Method in record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiResponse
-
Returns the value of the
code
record component. - code() - Method in class dk.mada.jaxrs.model.api.ImmutableResponse
-
Returns the status code of this response.
- code() - Method in interface dk.mada.jaxrs.model.api.Response
-
Returns the status code of this response.
- code() - Method in enum class dk.mada.jaxrs.model.api.StatusCode
-
Returns the status code value.
- code(StatusCode) - Method in class dk.mada.jaxrs.model.api.ImmutableResponse.Builder
-
Initializes the value for the
code
attribute. - combinesTypes() - Method in record class dk.mada.jaxrs.openapi.ParserTypeCombined
-
Returns the value of the
combinesTypes
record component. - commonPath() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApi
-
Returns the common REST path for all operations in this API class.
- commonPath() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Returns the common REST path for all operations in this API class.
- commonPath(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi.Builder
-
Initializes the value for the
commonPath
attribute. - CommonPathFinder - Class in dk.mada.jaxrs.generator.mpclient
-
REST common path finder.
- CommonPathFinder() - Constructor for class dk.mada.jaxrs.generator.mpclient.CommonPathFinder
-
Constructs new instance.
- compareTo(TypeName) - Method in record class dk.mada.jaxrs.model.types.TypeName
- ConflictRenamer - Class in dk.mada.jaxrs.openapi
-
Renames types to avoid on-disk conflicts.
- ConflictRenamer(TypeNames, Naming, List<String>) - Constructor for class dk.mada.jaxrs.openapi.ConflictRenamer
-
Constructs a new instance.
- CONNECT - Enum constant in enum class dk.mada.jaxrs.model.api.HttpMethod
-
Establish a tunnel to the server identified by the target resource.
- Console - Class in dk.mada.jaxrs.generator.mpclient
-
Console provides textual output to the user.
- consolidateContainerDtos() - Method in class dk.mada.jaxrs.openapi.ParserTypes
-
Collection types such as ListDto are changed to
List<Dto>
. - consumeNonBlankEncoded(Optional<String>, Consumer<String>) - Static method in class dk.mada.jaxrs.generator.mpclient.StringRenderer
-
Encodes input text if it is non-blank for consumer.
- consumes() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiOpExt
-
Returns the optional @Consumes value for the operation.
- consumes() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt
-
Returns the optional @Consumes value for the operation.
- consumes(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt.Builder
-
Initializes the optional value
consumes
to consumes. - consumes(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt.Builder
-
Initializes the optional value
consumes
to consumes. - contact() - Method in class dk.mada.jaxrs.model.ImmutableInfo
-
Returns the contact information for the API.
- contact() - Method in class dk.mada.jaxrs.model.Info
-
Returns the contact information for the API.
- contact(Info.Contact) - Method in class dk.mada.jaxrs.model.ImmutableInfo.Builder
-
Initializes the value for the
contact
attribute. - Contact() - Constructor for class dk.mada.jaxrs.model.Info.Contact
-
Creates new instance.
- containerImplementation() - Method in interface dk.mada.jaxrs.model.types.TypeArray
- containerImplementation() - Method in interface dk.mada.jaxrs.model.types.TypeContainer
-
Returns the java implementation used to instantiate this container.
- containerImplementation() - Method in interface dk.mada.jaxrs.model.types.TypeMap
- containerImplementation() - Method in interface dk.mada.jaxrs.model.types.TypeSet
- containerImplementationTypes() - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaUtil
-
Returns the container implementation types.
- containerListImplementationTypes() - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaUtil
-
Returns the container list-types (including implementation).
- containerListType() - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaUtil
-
Returns the generic container list-type.
- containerMapImplementationTypes() - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaUtil
-
Returns the container map-types (including implementation).
- containerMapType() - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaUtil
-
Returns the genetic container map-type.
- containerSetImplementationTypes() - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaUtil
-
Returns the container set-types (including implementation).
- containerSetType() - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaUtil
-
Returns the generic container set-type.
- containerType() - Method in record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiResponse
-
Returns the value of the
containerType
record component. - containsTypes() - Method in record class dk.mada.jaxrs.openapi.ParserTypeComposite
-
Returns the value of the
containsTypes
record component. - content() - Method in class dk.mada.jaxrs.model.api.ImmutableRequestBody
-
Returns the request body content.
- content() - Method in class dk.mada.jaxrs.model.api.ImmutableResponse
-
Returns the content of this response.
- content() - Method in interface dk.mada.jaxrs.model.api.RequestBody
-
Returns the request body content.
- content() - Method in interface dk.mada.jaxrs.model.api.Response
-
Returns the content of this response.
- content(Content) - Method in class dk.mada.jaxrs.model.api.ImmutableRequestBody.Builder
-
Initializes the value for the
content
attribute. - content(Content) - Method in class dk.mada.jaxrs.model.api.ImmutableResponse.Builder
-
Initializes the value for the
content
attribute. - Content - Interface in dk.mada.jaxrs.model.api
-
Models the content of a request or response.
- CONTENT - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.MicroProfile
-
Content.
- ContentContext(String, StatusCode, boolean, ContentSelector.Location, boolean) - Constructor for record class dk.mada.jaxrs.model.api.ContentSelector.ContentContext
-
Creates an instance of a
ContentContext
record class. - contentSelector() - Method in record class dk.mada.jaxrs.model.Model
-
Returns the value of the
contentSelector
record component. - ContentSelector - Class in dk.mada.jaxrs.model.api
-
Selects content based on configuration.
- ContentSelector(List<Pattern>, List<Pattern>) - Constructor for class dk.mada.jaxrs.model.api.ContentSelector
-
Constructs a new selector instance.
- ContentSelector.ContentContext - Record Class in dk.mada.jaxrs.model.api
-
The context of a content lookup.
- ContentSelector.Location - Enum Class in dk.mada.jaxrs.model.api
-
Location of the content to resolve.
- convertApiName(String) - Method in class dk.mada.jaxrs.model.naming.Naming
-
Converts an API group name into a java API class name.
- convertEntityName(String) - Method in class dk.mada.jaxrs.model.naming.Naming
-
Converts entity type name to entity variable name.
- convertEnumName(String) - Method in class dk.mada.jaxrs.model.naming.Naming
-
Converts enumeration entry value into enumeration constant name.
- convertEnumNumberName(String) - Method in class dk.mada.jaxrs.model.naming.Naming
-
Converts enumeration number entry value into enumeration constant name.
- convertMpSchemaName(String) - Method in class dk.mada.jaxrs.model.naming.Naming
-
Converts a type OpenApi schema name into its MP @Schema name.
- convertMultipartTypeName(String) - Method in class dk.mada.jaxrs.model.naming.Naming
-
Converts a synthetic multipart dto name into a java type name.
- convertOperationIdName(String) - Method in class dk.mada.jaxrs.model.naming.Naming
-
Converts an operationId name to a java method name.
- convertOperationName(String) - Method in class dk.mada.jaxrs.model.naming.Naming
-
Converts an operation name to a java method name.
- convertParameterName(String) - Method in class dk.mada.jaxrs.model.naming.Naming
-
Converts an operation parameter name to a java method argument name.
- convertPropertyEnumTypeName(String) - Method in class dk.mada.jaxrs.model.naming.Naming
-
Converts a DTO enumeration parameter name to an enumeration type name.
- convertPropertyName(String) - Method in class dk.mada.jaxrs.model.naming.Naming
-
Converts a schema field name to a java property name.
- convertTypeName(String) - Method in class dk.mada.jaxrs.model.naming.Naming
-
Converts a type OpenApi schema name into a java type name.
- copyOf(CtxApi) - Static method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Creates an immutable copy of a
CtxApi
value. - copyOf(CtxApiOp) - Static method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp
-
Creates an immutable copy of a
CtxApiOp
value. - copyOf(CtxApiOpExt) - Static method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt
-
Creates an immutable copy of a
CtxApiOpExt
value. - copyOf(CtxApiParam) - Static method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Creates an immutable copy of a
CtxApiParam
value. - copyOf(CtxDto) - Static method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Creates an immutable copy of a
CtxDto
value. - copyOf(CtxDtoExt) - Static method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Creates an immutable copy of a
CtxDtoExt
value. - copyOf(CtxExtraDateSerializer) - Static method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Creates an immutable copy of a
CtxExtraDateSerializer
value. - copyOf(CtxInterface) - Static method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Creates an immutable copy of a
CtxInterface
value. - copyOf(CtxProperty) - Static method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Creates an immutable copy of a
CtxProperty
value. - copyOf(CtxPropertyExt) - Static method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Creates an immutable copy of a
CtxPropertyExt
value. - copyOf(Content) - Static method in class dk.mada.jaxrs.model.api.ImmutableContent
-
Creates an immutable copy of a
Content
value. - copyOf(Operation) - Static method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Creates an immutable copy of a
Operation
value. - copyOf(Parameter) - Static method in class dk.mada.jaxrs.model.api.ImmutableParameter
-
Creates an immutable copy of a
Parameter
value. - copyOf(RequestBody) - Static method in class dk.mada.jaxrs.model.api.ImmutableRequestBody
-
Creates an immutable copy of a
RequestBody
value. - copyOf(Response) - Static method in class dk.mada.jaxrs.model.api.ImmutableResponse
-
Creates an immutable copy of a
Response
value. - copyOf(Dto) - Static method in class dk.mada.jaxrs.model.ImmutableDto
-
Creates an immutable copy of a
Dto
value. - copyOf(Info) - Static method in class dk.mada.jaxrs.model.ImmutableInfo
-
Creates an immutable copy of a
Info
value. - copyOf(Info.Contact) - Static method in class dk.mada.jaxrs.model.ImmutableContact
-
Creates an immutable copy of a
Info.Contact
value. - copyOf(Property) - Static method in class dk.mada.jaxrs.model.ImmutableProperty
-
Creates an immutable copy of a
Property
value. - copyOf(TypeArray) - Static method in class dk.mada.jaxrs.model.types.ImmutableTypeArray
-
Creates an immutable copy of a
TypeArray
value. - copyOf(TypeEnum) - Static method in class dk.mada.jaxrs.model.types.ImmutableTypeEnum
-
Creates an immutable copy of a
TypeEnum
value. - copyOf(TypeInterface) - Static method in class dk.mada.jaxrs.model.types.ImmutableTypeInterface
-
Creates an immutable copy of a
TypeInterface
value. - copyOf(TypeMap) - Static method in class dk.mada.jaxrs.model.types.ImmutableTypeMap
-
Creates an immutable copy of a
TypeMap
value. - copyOf(TypeReference) - Static method in class dk.mada.jaxrs.model.types.ImmutableTypeReference
-
Creates an immutable copy of a
TypeReference
value. - copyOf(TypeSet) - Static method in class dk.mada.jaxrs.model.types.ImmutableTypeSet
-
Creates an immutable copy of a
TypeSet
value. - copyOf(TypeValidation) - Static method in class dk.mada.jaxrs.model.types.ImmutableTypeValidation
-
Creates an immutable copy of a
TypeValidation
value. - createDto(String, Schema<?>) - Method in class dk.mada.jaxrs.openapi.TypeConverter
-
Creates a DTO from an Object schema.
- createMultipartDto(String, Schema) - Method in class dk.mada.jaxrs.openapi.TypeConverter
-
Creates a synthetic DTO for passing multipart form parameters.
- CtxApi - Interface in dk.mada.jaxrs.generator.mpclient.api.tmpl
-
Context passed to Mustache when compiling an api.
- CtxApi.CtxOperationExternalDoc - Record Class in dk.mada.jaxrs.generator.mpclient.api.tmpl
-
External documentation reference.
- CtxApi.CtxOperationRef - Record Class in dk.mada.jaxrs.generator.mpclient.api.tmpl
-
A reference to an operation.
- CtxApiExt - Record Class in dk.mada.jaxrs.generator.mpclient.api.tmpl
-
Extended template data for a resource class.
- CtxApiExt(Optional<String>, List<String>, boolean, List<String>) - Constructor for record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiExt
-
Creates an instance of a
CtxApiExt
record class. - CtxApiOp - Interface in dk.mada.jaxrs.generator.mpclient.api.tmpl
-
Template data for an API operation.
- CtxApiOpExt - Interface in dk.mada.jaxrs.generator.mpclient.api.tmpl
-
Extended template data for an API operation.
- CtxApiParam - Interface in dk.mada.jaxrs.generator.mpclient.api.tmpl
-
Template data for an API operation parameter.
- CtxApiRenderer - Class in dk.mada.jaxrs.generator.mpclient.api.tmpl
-
Generated Renderer.
- CtxApiRenderer() - Constructor for class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiRenderer
-
Renderer constructor for reflection (use of() instead).
- CtxApiRenderer(Function<Object, String>, Function<String, String>) - Constructor for class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiRenderer
-
Renderer constructor for manual wiring.
- CtxApiResponse - Record Class in dk.mada.jaxrs.generator.mpclient.api.tmpl
-
Template data for an API operation response.
- CtxApiResponse(String, String, String, String, Optional<String>, boolean) - Constructor for record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiResponse
-
Creates an instance of a
CtxApiResponse
record class. - CtxDto - Interface in dk.mada.jaxrs.generator.mpclient.dto.tmpl
-
Context passed to Mustache when compiling a model.
- CtxDtoDiscriminator - Record Class in dk.mada.jaxrs.generator.mpclient.dto.tmpl
-
Custom extensions.
- CtxDtoDiscriminator(String, List<CtxDtoDiscriminator.ModelMapping>) - Constructor for record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoDiscriminator
-
Creates an instance of a
CtxDtoDiscriminator
record class. - CtxDtoDiscriminator.ModelMapping - Record Class in dk.mada.jaxrs.generator.mpclient.dto.tmpl
-
Defines a mapping between a model (DTO) name and a name used in the serialization stream.
- CtxDtoExt - Interface in dk.mada.jaxrs.generator.mpclient.dto.tmpl
-
Custom extensions.
- CtxDtoRenderer - Class in dk.mada.jaxrs.generator.mpclient.dto.tmpl
-
Generated Renderer.
- CtxDtoRenderer() - Constructor for class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoRenderer
-
Renderer constructor for reflection (use of() instead).
- CtxDtoRenderer(Function<Object, String>, Function<String, String>) - Constructor for class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoRenderer
-
Renderer constructor for manual wiring.
- CtxEnum - Record Class in dk.mada.jaxrs.generator.mpclient.dto.tmpl
-
Context passed to Mustache when compiling an enum.
- CtxEnum(List<CtxEnum.CtxEnumEntry>) - Constructor for record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxEnum
-
Creates an instance of a
CtxEnum
record class. - CtxEnum.CtxEnumEntry - Record Class in dk.mada.jaxrs.generator.mpclient.dto.tmpl
-
Context describing an enumeration entry.
- CtxEnumEntry(String, String, String) - Constructor for record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxEnum.CtxEnumEntry
-
Creates an instance of a
CtxEnumEntry
record class. - CtxExtraDateSerializer - Interface in dk.mada.jaxrs.generator.mpclient.dto.tmpl
-
Context passed to Mustache when compiling an extra template.
- CtxExtraDateSerializerRenderer - Class in dk.mada.jaxrs.generator.mpclient.dto.tmpl
-
Generated Renderer.
- CtxExtraDateSerializerRenderer() - Constructor for class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializerRenderer
-
Renderer constructor for reflection (use of() instead).
- CtxExtraDateSerializerRenderer(Function<Object, String>, Function<String, String>) - Constructor for class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializerRenderer
-
Renderer constructor for manual wiring.
- CtxInterface - Interface in dk.mada.jaxrs.generator.mpclient.dto.tmpl
-
Context passed to Mustache when compiling an interface.
- CtxInterfaceRenderer - Class in dk.mada.jaxrs.generator.mpclient.dto.tmpl
-
Generated Renderer.
- CtxInterfaceRenderer() - Constructor for class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterfaceRenderer
-
Renderer constructor for reflection (use of() instead).
- CtxInterfaceRenderer(Function<Object, String>, Function<String, String>) - Constructor for class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterfaceRenderer
-
Renderer constructor for manual wiring.
- CtxOperationExternalDoc(String, String, String) - Constructor for record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApi.CtxOperationExternalDoc
-
Creates an instance of a
CtxOperationExternalDoc
record class. - CtxOperationRef(CtxApiOp) - Constructor for record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApi.CtxOperationRef
-
Creates an instance of a
CtxOperationRef
record class. - CtxProperty - Interface in dk.mada.jaxrs.generator.mpclient.dto.tmpl
-
Context for a DTO property.
- CtxPropertyExt - Interface in dk.mada.jaxrs.generator.mpclient.dto.tmpl
-
Custom extensions.
- CtxValidation - Record Class in dk.mada.jaxrs.generator.mpclient.dto.tmpl
-
Context for bean validation.
- CtxValidation(String, String, String) - Constructor for record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxValidation
-
Creates an instance of a
CtxValidation
record class. - CUSTOM_TIME_FORMAT_QUARKUS - Static variable in class dk.mada.jaxrs.model.types.TypeLocalTime
-
The custom format from Quarkus.
- customLocalDateDeserializer() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoExt
-
Returns the optional name of a custom LocalDateDeserializer.
- customLocalDateDeserializer() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Returns the optional name of a custom LocalDateDeserializer.
- customLocalDateDeserializer(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Initializes the optional value
customLocalDateDeserializer
to customLocalDateDeserializer. - customLocalDateDeserializer(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Initializes the optional value
customLocalDateDeserializer
to customLocalDateDeserializer. - customLocalDateSerializer() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoExt
-
Returns the optional name of a custom LocalDateSerializer.
- customLocalDateSerializer() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Returns the optional name of a custom LocalDateSerializer.
- customLocalDateSerializer(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Initializes the optional value
customLocalDateSerializer
to customLocalDateSerializer. - customLocalDateSerializer(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Initializes the optional value
customLocalDateSerializer
to customLocalDateSerializer. - customOffsetDateTimeDeserializer() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoExt
-
Returns the optional name of a custom OffsetDateDeserializer.
- customOffsetDateTimeDeserializer() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Returns the optional name of a custom OffsetDateDeserializer.
- customOffsetDateTimeDeserializer(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Initializes the optional value
customOffsetDateTimeDeserializer
to customOffsetDateTimeDeserializer. - customOffsetDateTimeDeserializer(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Initializes the optional value
customOffsetDateTimeDeserializer
to customOffsetDateTimeDeserializer. - customOffsetDateTimeSerializer() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoExt
-
Returns the optional name of a custom OffsetDateSerializer.
- customOffsetDateTimeSerializer() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Returns the optional name of a custom OffsetDateSerializer.
- customOffsetDateTimeSerializer(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Initializes the optional value
customOffsetDateTimeSerializer
to customOffsetDateTimeSerializer. - customOffsetDateTimeSerializer(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Initializes the optional value
customOffsetDateTimeSerializer
to customOffsetDateTimeSerializer.
D
- dataType() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiParam
-
Returns the java type of the parameter.
- dataType() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Returns the java type of the parameter.
- dataType() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDto
-
Returns the data type of an enumeration, or null.
- dataType() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxProperty
-
Returns dataType in an enumeration or null.
- dataType() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Returns the data type of an enumeration, or null.
- dataType() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Returns dataType in an enumeration or null.
- dataType(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Initializes the value for the
dataType
attribute. - dataType(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty.Builder
-
Initializes the value for the
dataType
attribute. - dataType(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam.Builder
-
Initializes the value for the
dataType
attribute. - datatypeWithEnum() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDto
-
Returns unknown, kept from upstream template.
- datatypeWithEnum() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxProperty
-
Returns the java type name.
- datatypeWithEnum() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Returns unknown, kept from upstream template.
- datatypeWithEnum() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Returns the java type name.
- datatypeWithEnum(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Initializes the value for the
datatypeWithEnum
attribute. - datatypeWithEnum(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty.Builder
-
Initializes the value for the
datatypeWithEnum
attribute. - DATE_TIME_FORMATTER - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaTime
-
DateTimeFormatter.
- DATE_TIME_PARSE_EXCEPTION - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaTime
-
DateTimeParseException.
- dateTimeType() - Method in record class dk.mada.jaxrs.openapi.Parser.LeakedGeneratorOpts
-
Returns the value of the
dateTimeType
record component. - DEBUG - Enum constant in enum class dk.mada.jaxrs.generator.api.GeneratorLogLevel
-
Debug logging.
- DECIMAL_MAX - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.ValidationApi
-
DecimalMax.
- DECIMAL_MIN - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.ValidationApi
-
Min.
- DEFAULT - Enum constant in enum class dk.mada.jaxrs.generator.api.GeneratorLogLevel
-
Default logging - as controlled by code.
- defaultValue() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiParam
-
Returns an optional default value for the parameter.
- defaultValue() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Returns an optional default value for the parameter.
- defaultValue() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxProperty
-
Returns the property default value, or null.
- defaultValue() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Returns the property default value, or null.
- defaultValue(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty.Builder
-
Initializes the value for the
defaultValue
attribute. - defaultValue(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam.Builder
-
Initializes the optional value
defaultValue
to defaultValue. - defaultValue(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam.Builder
-
Initializes the optional value
defaultValue
to defaultValue. - defineDtoSubject(Dto) - Method in class dk.mada.jaxrs.generator.mpclient.dto.DtoSubjectDefiner
-
Defines a subject for the DTO.
- DELETE - Enum constant in enum class dk.mada.jaxrs.model.api.HttpMethod
-
Remove all current representations of the target resource.
- deprecated() - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Returns true if the operation is deprecated.
- deprecated() - Method in interface dk.mada.jaxrs.model.api.Operation
-
Returns true if the operation is deprecated.
- deprecated(boolean) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation.Builder
-
Initializes the value for the
deprecated
attribute. - description() - Method in record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApi.CtxOperationExternalDoc
-
Returns the value of the
description
record component. - description() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiParam
-
Returns an optional description of the parameter.
- description() - Method in record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiResponse
-
Returns the value of the
description
record component. - description() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Returns an optional description of the parameter.
- description() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDto
-
Returns the optional description of the class.
- description() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterface
-
Returns an optional description of the class.
- description() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxProperty
-
Returns the optional description of the property.
- description() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Returns the optional description of the class.
- description() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Returns an optional description of the class.
- description() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Returns the optional description of the property.
- description() - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Returns an optional description of the operation.
- description() - Method in class dk.mada.jaxrs.model.api.ImmutableParameter
-
Returns an optional description of the parameter.
- description() - Method in class dk.mada.jaxrs.model.api.ImmutableRequestBody
-
Returns the an optional description of the request body.
- description() - Method in class dk.mada.jaxrs.model.api.ImmutableResponse
-
Returns an optional description of this response.
- description() - Method in interface dk.mada.jaxrs.model.api.Operation
-
Returns an optional description of the operation.
- description() - Method in interface dk.mada.jaxrs.model.api.Parameter
-
Returns an optional description of the parameter.
- description() - Method in interface dk.mada.jaxrs.model.api.RequestBody
-
Returns the an optional description of the request body.
- description() - Method in interface dk.mada.jaxrs.model.api.Response
-
Returns an optional description of this response.
- description() - Method in interface dk.mada.jaxrs.model.Dto
-
Returns the optional description of the DTO.
- description() - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Returns the optional description of the DTO.
- description() - Method in class dk.mada.jaxrs.model.ImmutableInfo
-
Returns the optional description of the API.
- description() - Method in class dk.mada.jaxrs.model.ImmutableProperty
-
Returns an optional description of the property.
- description() - Method in class dk.mada.jaxrs.model.Info
-
Returns the optional description of the API.
- description() - Method in interface dk.mada.jaxrs.model.Property
-
Returns an optional description of the property.
- description(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam.Builder
-
Initializes the optional value
description
to description. - description(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Initializes the optional value
description
to description. - description(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface.Builder
-
Initializes the optional value
description
to description. - description(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty.Builder
-
Initializes the optional value
description
to description. - description(String) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation.Builder
-
Initializes the optional value
description
to description. - description(String) - Method in class dk.mada.jaxrs.model.api.ImmutableParameter.Builder
-
Initializes the optional value
description
to description. - description(String) - Method in class dk.mada.jaxrs.model.api.ImmutableRequestBody.Builder
-
Initializes the optional value
description
to description. - description(String) - Method in class dk.mada.jaxrs.model.api.ImmutableResponse.Builder
-
Initializes the optional value
description
to description. - description(String) - Method in class dk.mada.jaxrs.model.ImmutableDto.Builder
-
Initializes the optional value
description
to description. - description(String) - Method in class dk.mada.jaxrs.model.ImmutableInfo.Builder
-
Initializes the optional value
description
to description. - description(String) - Method in class dk.mada.jaxrs.model.ImmutableProperty.Builder
-
Initializes the optional value
description
to description. - description(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam.Builder
-
Initializes the optional value
description
to description. - description(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Initializes the optional value
description
to description. - description(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface.Builder
-
Initializes the optional value
description
to description. - description(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty.Builder
-
Initializes the optional value
description
to description. - description(Optional<String>) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation.Builder
-
Initializes the optional value
description
to description. - description(Optional<String>) - Method in class dk.mada.jaxrs.model.api.ImmutableParameter.Builder
-
Initializes the optional value
description
to description. - description(Optional<String>) - Method in class dk.mada.jaxrs.model.api.ImmutableRequestBody.Builder
-
Initializes the optional value
description
to description. - description(Optional<String>) - Method in class dk.mada.jaxrs.model.api.ImmutableResponse.Builder
-
Initializes the optional value
description
to description. - description(Optional<String>) - Method in class dk.mada.jaxrs.model.ImmutableDto.Builder
-
Initializes the optional value
description
to description. - description(Optional<String>) - Method in class dk.mada.jaxrs.model.ImmutableInfo.Builder
-
Initializes the optional value
description
to description. - description(Optional<String>) - Method in class dk.mada.jaxrs.model.ImmutableProperty.Builder
-
Initializes the optional value
description
to description. - descriptionString() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxPropertyExt
-
Returns the summary as a java string, or null.
- descriptionString() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Returns the summary as a java string, or null.
- descriptionString(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt.Builder
-
Initializes the value for the
descriptionString
attribute. - DESERIALIZATION_CONTEXT - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.Jackson
-
DeserializationContext.
- deserializer() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializer
-
Returns true if this should render as a deserializer.
- deserializer() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Returns true if this should render as a deserializer.
- deserializer(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer.Builder
-
Initializes the value for the
deserializer
attribute. - discriminator() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDto
-
Returns an optional discriminator for sub-class selection.
- discriminator() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Returns an optional discriminator for sub-class selection.
- discriminator(CtxDtoDiscriminator) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Initializes the optional value
discriminator
to discriminator. - discriminator(Optional<? extends CtxDtoDiscriminator>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Initializes the optional value
discriminator
to discriminator. - dk.mada.jaxrs.generator.api - package dk.mada.jaxrs.generator.api
-
Declaration of simple API between the generator and its clients.
- dk.mada.jaxrs.generator.api.exceptions - package dk.mada.jaxrs.generator.api.exceptions
-
The exceptions thrown by the generator.
- dk.mada.jaxrs.generator.cli - package dk.mada.jaxrs.generator.cli
-
OpenApi JAX-RS client code generator command line.
- dk.mada.jaxrs.generator.mpclient - package dk.mada.jaxrs.generator.mpclient
-
MicroProfile client generator.
- dk.mada.jaxrs.generator.mpclient.api - package dk.mada.jaxrs.generator.mpclient.api
-
MicroProfile client API classes.
- dk.mada.jaxrs.generator.mpclient.api.tmpl - package dk.mada.jaxrs.generator.mpclient.api.tmpl
-
MicroProfile client API template contexts.
- dk.mada.jaxrs.generator.mpclient.dto - package dk.mada.jaxrs.generator.mpclient.dto
-
MicroProfile client DTO classes.
- dk.mada.jaxrs.generator.mpclient.dto.tmpl - package dk.mada.jaxrs.generator.mpclient.dto.tmpl
-
MicroProfile client DTO template contexts.
- dk.mada.jaxrs.generator.mpclient.imports - package dk.mada.jaxrs.generator.mpclient.imports
-
MicroProfile client import handling.
- dk.mada.jaxrs.generator.mpclient.validation - package dk.mada.jaxrs.generator.mpclient.validation
-
Rendering of validation annotations for types.
- dk.mada.jaxrs.model - package dk.mada.jaxrs.model
-
A simplified local model that is decoupled from the model provided by the OpenApi library.
- dk.mada.jaxrs.model.api - package dk.mada.jaxrs.model.api
-
Models related to the OpenApi operations.
- dk.mada.jaxrs.model.naming - package dk.mada.jaxrs.model.naming
-
Defines model and source naming rules.
- dk.mada.jaxrs.model.options - package dk.mada.jaxrs.model.options
-
Processing of options that be used for configuration of the model.
- dk.mada.jaxrs.model.types - package dk.mada.jaxrs.model.types
-
Representation of types that can be expressed in an OpenAPI document.
- dk.mada.jaxrs.openapi - package dk.mada.jaxrs.openapi
-
Transforms OpenApi schema-based model to the internal model.
- DOCUMENT_ORDER - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.PropertyOrder
-
Ordered by appearance in the OpenApi document.
- DOCUMENT_ORDER - Enum constant in enum class dk.mada.jaxrs.model.naming.NamingOpts.SchemaOrder
-
Follow OpenApi document declaration order of schemas.
- DOUBLE - Enum constant in enum class dk.mada.jaxrs.model.types.Primitive
-
The double.
- DOUBLE - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name of double.
- DOUBLE_WRAPPER - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name of Double.
- Dto - Interface in dk.mada.jaxrs.model
-
Model of a DTO object.
- DtoGenerator - Class in dk.mada.jaxrs.generator.mpclient.dto
-
DTO generator.
- DtoGenerator(GeneratorOpts, Templates, Model) - Constructor for class dk.mada.jaxrs.generator.mpclient.dto.DtoGenerator
-
Constructs a new generator.
- dtoPackage() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the package to generate DTO classes to.
- dtoPackage() - Method in record class dk.mada.jaxrs.openapi.Parser.LeakedGeneratorOpts
-
Returns the value of the
dtoPackage
record component. - dtoPackageDir() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the DTO package in path-form.
- dtos() - Method in record class dk.mada.jaxrs.model.Model
-
Returns the value of the
dtos
record component. - Dtos - Class in dk.mada.jaxrs.model
-
DTOs in the model.
- Dtos(Collection<Dto>) - Constructor for class dk.mada.jaxrs.model.Dtos
-
Create a new instance.
- DtoSubjectDefiner - Class in dk.mada.jaxrs.generator.mpclient.dto
-
Defines the subject matter of a DTO.
- DtoTransformer - Class in dk.mada.jaxrs.openapi
-
Transforms OpenApi dtos (models) to local model objects.
- DtoTransformer(TypeConverter) - Constructor for class dk.mada.jaxrs.openapi.DtoTransformer
-
Constructs new DTO transformer.
E
- email() - Method in class dk.mada.jaxrs.model.ImmutableContact
-
Returns the optional email of the contact.
- email() - Method in class dk.mada.jaxrs.model.Info.Contact
-
Returns the optional email of the contact.
- email(String) - Method in class dk.mada.jaxrs.model.ImmutableContact.Builder
-
Initializes the optional value
email
to email. - email(Optional<String>) - Method in class dk.mada.jaxrs.model.ImmutableContact.Builder
-
Initializes the optional value
email
to email. - empty() - Static method in record class dk.mada.jaxrs.model.Validation
-
Returns an empty validation.
- emptyValidation() - Static method in class dk.mada.jaxrs.openapi.Validations
-
Returns the simplest empty validation instance.
- enableDebugLogOutput() - Static method in class dk.mada.jaxrs.generator.mpclient.LoggerConfig
-
Configures logger to show debug level output.
- enableTraceLogOutput() - Static method in class dk.mada.jaxrs.generator.mpclient.LoggerConfig
-
Configures logger to show trace level output.
- encodeForString(String) - Static method in class dk.mada.jaxrs.generator.mpclient.StringRenderer
-
Encodes text for use in string-input.
- encodeForString(Optional<String>) - Static method in class dk.mada.jaxrs.generator.mpclient.StringRenderer
-
Encodes text for use in string-input.
- encodeRegexp(String) - Static method in class dk.mada.jaxrs.generator.mpclient.StringRenderer
-
Encode regular expression to be used in an annotation argument.
- enumClassName() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxPropertyExt
-
Returns the (embedded) enumeration class name.
- enumClassName() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Returns the (embedded) enumeration class name.
- enumClassName(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt.Builder
-
Initializes the value for the
enumClassName
attribute. - enumerationValues() - Method in interface dk.mada.jaxrs.openapi.SchemaParser
-
Returns enumeration values.
- EnumGenerator - Class in dk.mada.jaxrs.generator.mpclient.dto
-
Enumeration generator.
- EnumGenerator(Naming, GeneratorOpts) - Constructor for class dk.mada.jaxrs.generator.mpclient.dto.EnumGenerator
-
Constructs a new generator.
- EnumNamer - Class in dk.mada.jaxrs.model.naming
-
Uses default naming, but provides alternatives in case of naming conflicts.
- EnumNamer(Naming, Type, List<String>) - Constructor for class dk.mada.jaxrs.model.naming.EnumNamer
-
Constructs a new enumeration namer instance.
- EnumNamer.EnumNameValue - Record Class in dk.mada.jaxrs.model.naming
-
An enumeration name-to-value assignment.
- EnumNameValue(String, String) - Constructor for record class dk.mada.jaxrs.model.naming.EnumNamer.EnumNameValue
-
Creates an instance of a
EnumNameValue
record class. - enumSchemaOptions() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxPropertyExt
-
Returns the optional schema options for an inline enumeration type.
- enumSchemaOptions() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Returns the optional schema options for an inline enumeration type.
- enumSchemaOptions(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt.Builder
-
Initializes the optional value
enumSchemaOptions
to enumSchemaOptions. - enumSchemaOptions(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt.Builder
-
Initializes the optional value
enumSchemaOptions
to enumSchemaOptions. - enumTypeName() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxPropertyExt
-
Returns the enumeration type name.
- enumTypeName() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Returns the enumeration type name.
- enumTypeName(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt.Builder
-
Initializes the value for the
enumTypeName
attribute. - enumValues() - Method in interface dk.mada.jaxrs.model.Dto
-
Returns the optional enumeration values on the DTO.
- enumValues() - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Returns the optional enumeration values on the DTO.
- enumValues(Iterable<String>) - Method in class dk.mada.jaxrs.model.ImmutableDto.Builder
-
Sets or replaces all elements for
enumValues
list. - enumVars() - Method in record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxEnum
-
Returns the value of the
enumVars
record component. - equals(Object) - Method in record class dk.mada.jaxrs.generator.api.ClientContext
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApi.CtxOperationExternalDoc
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApi.CtxOperationRef
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiExt
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
This instance is equal to all instances of
ImmutableCtxApi
that have equal attribute values. - equals(Object) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp
-
This instance is equal to all instances of
ImmutableCtxApiOp
that have equal attribute values. - equals(Object) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt
-
This instance is equal to all instances of
ImmutableCtxApiOpExt
that have equal attribute values. - equals(Object) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
This instance is equal to all instances of
ImmutableCtxApiParam
that have equal attribute values. - equals(Object) - Method in record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoDiscriminator
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoDiscriminator.ModelMapping
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxEnum.CtxEnumEntry
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxEnum
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxValidation
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
This instance is equal to all instances of
ImmutableCtxDto
that have equal attribute values. - equals(Object) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
This instance is equal to all instances of
ImmutableCtxDtoExt
that have equal attribute values. - equals(Object) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
This instance is equal to all instances of
ImmutableCtxExtraDateSerializer
that have equal attribute values. - equals(Object) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
This instance is equal to all instances of
ImmutableCtxInterface
that have equal attribute values. - equals(Object) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
This instance is equal to all instances of
ImmutableCtxProperty
that have equal attribute values. - equals(Object) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
This instance is equal to all instances of
ImmutableCtxPropertyExt
that have equal attribute values. - equals(Object) - Method in record class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.LeakedParserOpts
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class dk.mada.jaxrs.generator.mpclient.imports.UserMappedImport
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class dk.mada.jaxrs.model.api.ContentSelector.ContentContext
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class dk.mada.jaxrs.model.api.ImmutableContent
-
This instance is equal to all instances of
ImmutableContent
that have equal attribute values. - equals(Object) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
This instance is equal to all instances of
ImmutableOperation
that have equal attribute values. - equals(Object) - Method in class dk.mada.jaxrs.model.api.ImmutableParameter
-
This instance is equal to all instances of
ImmutableParameter
that have equal attribute values. - equals(Object) - Method in class dk.mada.jaxrs.model.api.ImmutableRequestBody
-
This instance is equal to all instances of
ImmutableRequestBody
that have equal attribute values. - equals(Object) - Method in class dk.mada.jaxrs.model.api.ImmutableResponse
-
This instance is equal to all instances of
ImmutableResponse
that have equal attribute values. - equals(Object) - Method in class dk.mada.jaxrs.model.ImmutableContact
-
This instance is equal to all instances of
ImmutableContact
that have equal attribute values. - equals(Object) - Method in class dk.mada.jaxrs.model.ImmutableDto
-
This instance is equal to all instances of
ImmutableDto
that have equal attribute values. - equals(Object) - Method in class dk.mada.jaxrs.model.ImmutableInfo
-
This instance is equal to all instances of
ImmutableInfo
that have equal attribute values. - equals(Object) - Method in class dk.mada.jaxrs.model.ImmutableProperty
-
This instance is equal to all instances of
ImmutableProperty
that have equal attribute values. - equals(Object) - Method in record class dk.mada.jaxrs.model.Model
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class dk.mada.jaxrs.model.naming.EnumNamer.EnumNameValue
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class dk.mada.jaxrs.model.SecurityScheme
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class dk.mada.jaxrs.model.SubtypeSelector
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeArray
-
This instance is equal to all instances of
ImmutableTypeArray
that have equal attribute values. - equals(Object) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeEnum
-
This instance is equal to all instances of
ImmutableTypeEnum
that have equal attribute values. - equals(Object) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeInterface
-
This instance is equal to all instances of
ImmutableTypeInterface
that have equal attribute values. - equals(Object) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeMap
-
This instance is equal to all instances of
ImmutableTypeMap
that have equal attribute values. - equals(Object) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeReference
-
This instance is equal to all instances of
ImmutableTypeReference
that have equal attribute values. - equals(Object) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeSet
-
This instance is equal to all instances of
ImmutableTypeSet
that have equal attribute values. - equals(Object) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeValidation
-
This instance is equal to all instances of
ImmutableTypeValidation
that have equal attribute values. - equals(Object) - Method in record class dk.mada.jaxrs.model.types.TypeName
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class dk.mada.jaxrs.model.Validation
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class dk.mada.jaxrs.openapi.Parser.LeakedGeneratorOpts
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class dk.mada.jaxrs.openapi.ParserTypeCombined
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class dk.mada.jaxrs.openapi.ParserTypeComposite
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class dk.mada.jaxrs.openapi.ParserTypeRef
-
Indicates whether some other object is "equal to" this one.
- example() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxProperty
-
Returns an optional property example.
- example() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Returns an optional property example.
- example() - Method in class dk.mada.jaxrs.model.ImmutableProperty
-
Returns an optional example for the property.
- example() - Method in interface dk.mada.jaxrs.model.Property
-
Returns an optional example for the property.
- example(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty.Builder
-
Initializes the optional value
example
to example. - example(String) - Method in class dk.mada.jaxrs.model.ImmutableProperty.Builder
-
Initializes the optional value
example
to example. - example(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty.Builder
-
Initializes the optional value
example
to example. - example(Optional<String>) - Method in class dk.mada.jaxrs.model.ImmutableProperty.Builder
-
Initializes the optional value
example
to example. - execute(CtxApi) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiRenderer
-
Convenience method that directly renders the model as a String.
- execute(CtxApi, Appendable) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiRenderer
-
Renders the passed in model.
- execute(CtxApi, Appendable, Function<Object, String>, Function<String, String>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiRenderer
-
Renders the passed in model.
- execute(CtxDto) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoRenderer
-
Convenience method that directly renders the model as a String.
- execute(CtxDto, Appendable) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoRenderer
-
Renders the passed in model.
- execute(CtxDto, Appendable, Function<Object, String>, Function<String, String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoRenderer
-
Renders the passed in model.
- execute(CtxExtraDateSerializer) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializerRenderer
-
Convenience method that directly renders the model as a String.
- execute(CtxExtraDateSerializer, Appendable) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializerRenderer
-
Renders the passed in model.
- execute(CtxExtraDateSerializer, Appendable, Function<Object, String>, Function<String, String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializerRenderer
-
Renders the passed in model.
- execute(CtxInterface) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterfaceRenderer
-
Convenience method that directly renders the model as a String.
- execute(CtxInterface, Appendable) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterfaceRenderer
-
Renders the passed in model.
- execute(CtxInterface, Appendable, Function<Object, String>, Function<String, String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterfaceRenderer
-
Renders the passed in model.
- extendsParents() - Method in interface dk.mada.jaxrs.model.Dto
-
Returns the parents that this DTO extends.
- extendsParents() - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Returns the parents that this DTO extends.
- extendsParents(Iterable<? extends Dto>) - Method in class dk.mada.jaxrs.model.ImmutableDto.Builder
-
Sets or replaces all elements for
extendsParents
set. - externalDocs() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApi
-
Returns a list of external documentation references.
- externalDocs() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Returns a list of external documentation references.
- externalDocs(Iterable<? extends CtxApi.CtxOperationExternalDoc>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi.Builder
-
Sets or replaces all elements for
externalDocs
list. - externalDtoReferences() - Method in record class dk.mada.jaxrs.openapi.ParserTypeCombined
-
Returns a list of the externally referenced type names.
- externalDtoReferences() - Method in record class dk.mada.jaxrs.openapi.ParserTypeComposite
-
Returns a list of the externally referenced type names.
- extractValidation(Schema, boolean) - Static method in class dk.mada.jaxrs.openapi.Validations
-
Get a local Validation model objects from a schema.
- ExtraTemplate - Enum Class in dk.mada.jaxrs.generator.mpclient
-
Extra templates.
F
- FAIL - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.PropertyConflictResolution
-
Fails the code generator.
- failBadInput(String, String) - Static method in exception class dk.mada.jaxrs.generator.api.exceptions.GeneratorBadInputException
-
Creates a new wrapper illegal argument exception.
- find(TypeName) - Static method in enum class dk.mada.jaxrs.model.types.Primitive
-
Finds a primitive type matching the given type name.
- find(TypeName) - Method in class dk.mada.jaxrs.openapi.ParserTypes
-
Find a type from a type name.
- find(String) - Method in class dk.mada.jaxrs.model.types.TypeNames
-
Returns the TypeName with the given name, if it exists. Otherwise null.
- findCommonPath(List<String>) - Method in class dk.mada.jaxrs.generator.mpclient.CommonPathFinder
-
Find longest common sub-path of the paths provided.
- FIRST - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.PropertyConflictResolution
-
Uses the first declaration information.
- FLOAT - Enum constant in enum class dk.mada.jaxrs.model.types.Primitive
-
The float.
- FLOAT - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name of float.
- FLOAT_WRAPPER - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name of Float.
- FORM_PARAM - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.JaxRs
-
FormParam.
- format() - Method in interface dk.mada.jaxrs.openapi.SchemaParser
-
Returns the schema format, or null.
- format() - Method in class dk.mada.jaxrs.openapi.SchemaParserV30
- format() - Method in class dk.mada.jaxrs.openapi.SchemaParserV31
- format(LogRecord) - Method in class dk.mada.jaxrs.generator.mpclient.LoggerConfig.LoggerSlf4NamingFormatter
- formParameters() - Method in class dk.mada.jaxrs.model.api.ImmutableRequestBody
-
Returns the list of form parameters.
- formParameters() - Method in interface dk.mada.jaxrs.model.api.RequestBody
-
Returns the list of form parameters.
- formParameters(Iterable<? extends Parameter>) - Method in class dk.mada.jaxrs.model.api.ImmutableRequestBody.Builder
-
Sets or replaces all elements for
formParameters
list. - from(CtxApi) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi.Builder
-
Fill a builder with attribute values from the provided
CtxApi
instance. - from(CtxApiOp) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp.Builder
-
Fill a builder with attribute values from the provided
CtxApiOp
instance. - from(CtxApiOpExt) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt.Builder
-
Fill a builder with attribute values from the provided
CtxApiOpExt
instance. - from(CtxApiParam) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam.Builder
-
Fill a builder with attribute values from the provided
CtxApiParam
instance. - from(CtxDto) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Fill a builder with attribute values from the provided
CtxDto
instance. - from(CtxDtoExt) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Fill a builder with attribute values from the provided
CtxDtoExt
instance. - from(CtxExtraDateSerializer) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer.Builder
-
Fill a builder with attribute values from the provided
CtxExtraDateSerializer
instance. - from(CtxInterface) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface.Builder
-
Fill a builder with attribute values from the provided
CtxInterface
instance. - from(CtxProperty) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty.Builder
-
Fill a builder with attribute values from the provided
CtxProperty
instance. - from(CtxPropertyExt) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt.Builder
-
Fill a builder with attribute values from the provided
CtxPropertyExt
instance. - from(Content) - Method in class dk.mada.jaxrs.model.api.ImmutableContent.Builder
-
Fill a builder with attribute values from the provided
Content
instance. - from(Operation) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation.Builder
-
Fill a builder with attribute values from the provided
Operation
instance. - from(Parameter) - Method in class dk.mada.jaxrs.model.api.ImmutableParameter.Builder
-
Fill a builder with attribute values from the provided
Parameter
instance. - from(RequestBody) - Method in class dk.mada.jaxrs.model.api.ImmutableRequestBody.Builder
-
Fill a builder with attribute values from the provided
RequestBody
instance. - from(Response) - Method in class dk.mada.jaxrs.model.api.ImmutableResponse.Builder
-
Fill a builder with attribute values from the provided
Response
instance. - from(Dto) - Method in class dk.mada.jaxrs.model.ImmutableDto.Builder
-
Fill a builder with attribute values from the provided
dk.mada.jaxrs.model.Dto
instance. - from(Info) - Method in class dk.mada.jaxrs.model.ImmutableInfo.Builder
-
Fill a builder with attribute values from the provided
Info
instance. - from(Info.Contact) - Method in class dk.mada.jaxrs.model.ImmutableContact.Builder
-
Fill a builder with attribute values from the provided
Contact
instance. - from(Property) - Method in class dk.mada.jaxrs.model.ImmutableProperty.Builder
-
Fill a builder with attribute values from the provided
Property
instance. - from(Reference) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeReference.Builder
-
Fill a builder with attribute values from the provided
dk.mada.jaxrs.model.types.Reference
instance. - from(Type) - Method in class dk.mada.jaxrs.model.ImmutableDto.Builder
-
Fill a builder with attribute values from the provided
dk.mada.jaxrs.model.types.Type
instance. - from(Type) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeEnum.Builder
-
Fill a builder with attribute values from the provided
dk.mada.jaxrs.model.types.Type
instance. - from(Type) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeInterface.Builder
-
Fill a builder with attribute values from the provided
dk.mada.jaxrs.model.types.Type
instance. - from(Type) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeValidation.Builder
-
Fill a builder with attribute values from the provided
dk.mada.jaxrs.model.types.Type
instance. - from(TypeArray) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeArray.Builder
-
Fill a builder with attribute values from the provided
dk.mada.jaxrs.model.types.TypeArray
instance. - from(TypeContainer) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeArray.Builder
-
Fill a builder with attribute values from the provided
dk.mada.jaxrs.model.types.TypeContainer
instance. - from(TypeContainer) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeMap.Builder
-
Fill a builder with attribute values from the provided
dk.mada.jaxrs.model.types.TypeContainer
instance. - from(TypeContainer) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeSet.Builder
-
Fill a builder with attribute values from the provided
dk.mada.jaxrs.model.types.TypeContainer
instance. - from(TypeEnum) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeEnum.Builder
-
Fill a builder with attribute values from the provided
dk.mada.jaxrs.model.types.TypeEnum
instance. - from(TypeInterface) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeInterface.Builder
-
Fill a builder with attribute values from the provided
dk.mada.jaxrs.model.types.TypeInterface
instance. - from(TypeMap) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeMap.Builder
-
Fill a builder with attribute values from the provided
dk.mada.jaxrs.model.types.TypeMap
instance. - from(TypeReference) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeReference.Builder
-
Fill a builder with attribute values from the provided
dk.mada.jaxrs.model.types.TypeReference
instance. - from(TypeSet) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeSet.Builder
-
Fill a builder with attribute values from the provided
dk.mada.jaxrs.model.types.TypeSet
instance. - from(TypeValidation) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeValidation.Builder
-
Fill a builder with attribute values from the provided
dk.mada.jaxrs.model.types.TypeValidation
instance. - from(String) - Static method in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.AuthHeader
-
Converts property value to enumeration value.
- from(String) - Static method in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.LineEnding
-
Converts property value to enumeration value.
- from(String) - Static method in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.PropertyConflictResolution
-
Converts property value enum value.
- from(String) - Static method in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.PropertyOrder
-
Converts property value to enumeration value.
- from(String) - Static method in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.RecordBuilderControl
-
Converts enum value.
- fromConfigName(String) - Static method in enum class dk.mada.jaxrs.model.naming.NamingOpts.SchemaOrder
-
Returns the matching schema ordering.
G
- generate(Model, GeneratorOpts, ClientContext, Path) - Method in class dk.mada.jaxrs.generator.mpclient.JavaMPClientGenerator
-
Generates classes for java MP client.
- generateApiClasses(Path) - Method in class dk.mada.jaxrs.generator.mpclient.api.ApiGenerator
-
Generates all API classes.
- generateClient(ClientContext, Path, Properties, Path) - Method in interface dk.mada.jaxrs.generator.api.GeneratorService
-
Generate client code.
- generateClient(ClientContext, Path, Properties, Path) - Method in class dk.mada.jaxrs.generator.mpclient.Generator
- generatedAnnotationClass() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApi
-
Returns the name of the Generated annotation class.
- generatedAnnotationClass() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Returns the name of the Generated annotation class.
- generatedAnnotationClass() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDto
-
Returns the name of the Generated annotation class.
- generatedAnnotationClass() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializer
-
Returns the name of the Generated annotation class.
- generatedAnnotationClass() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterface
-
Returns the name of the Generated annotation class.
- generatedAnnotationClass() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Returns the name of the Generated annotation class.
- generatedAnnotationClass() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Returns the name of the Generated annotation class.
- generatedAnnotationClass() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Returns the name of the Generated annotation class.
- generatedAnnotationClass(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi.Builder
-
Initializes the value for the
generatedAnnotationClass
attribute. - generatedAnnotationClass(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Initializes the value for the
generatedAnnotationClass
attribute. - generatedAnnotationClass(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer.Builder
-
Initializes the value for the
generatedAnnotationClass
attribute. - generatedAnnotationClass(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface.Builder
-
Initializes the value for the
generatedAnnotationClass
attribute. - generatedDate() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApi
-
Returns the optional generation date.
- generatedDate() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Returns the optional generation date.
- generatedDate() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDto
-
Returns the optional date of the generation.
- generatedDate() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializer
-
Returns the optional date of the generation.
- generatedDate() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterface
-
Returns the optional date of the generation.
- generatedDate() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Returns the optional date of the generation.
- generatedDate() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Returns the optional date of the generation.
- generatedDate() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Returns the optional date of the generation.
- generatedDate(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi.Builder
-
Initializes the optional value
generatedDate
to generatedDate. - generatedDate(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Initializes the optional value
generatedDate
to generatedDate. - generatedDate(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer.Builder
-
Initializes the optional value
generatedDate
to generatedDate. - generatedDate(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface.Builder
-
Initializes the optional value
generatedDate
to generatedDate. - generatedDate(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi.Builder
-
Initializes the optional value
generatedDate
to generatedDate. - generatedDate(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Initializes the optional value
generatedDate
to generatedDate. - generatedDate(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer.Builder
-
Initializes the optional value
generatedDate
to generatedDate. - generatedDate(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface.Builder
-
Initializes the optional value
generatedDate
to generatedDate. - generateDtoClasses() - Method in class dk.mada.jaxrs.generator.mpclient.dto.DtoGenerator
-
Generate all DTO classes.
- Generator - Class in dk.mada.jaxrs.generator.mpclient
-
Generates JAX-RS code.
- Generator() - Constructor for class dk.mada.jaxrs.generator.mpclient.Generator
-
Constructs new instance.
- GENERATOR_API_PACKAGE - Static variable in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Generator option for API package.
- GENERATOR_DTO_PACKAGE - Static variable in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Generator option for DTO package.
- GENERATOR_TYPE_NO_FORMAT_NUMBER - Static variable in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Generator option for no-format number
- GENERATOR_USE_PROPERTY_CONFLICT_RESOLUTION - Static variable in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Generator option for property conflict resolution.
- GeneratorBadInputException - Exception Class in dk.mada.jaxrs.generator.api.exceptions
-
Wraps any IllegalArgument exception throw while parsing or generating code.
- GeneratorBadInputException(String, String, Throwable) - Constructor for exception class dk.mada.jaxrs.generator.api.exceptions.GeneratorBadInputException
-
Creates a new wrapper illegal argument exception.
- GeneratorBadInputException(String, Throwable) - Constructor for exception class dk.mada.jaxrs.generator.api.exceptions.GeneratorBadInputException
-
Creates a new wrapper illegal argument exception.
- GeneratorBadInputException(String, String) - Constructor for exception class dk.mada.jaxrs.generator.api.exceptions.GeneratorBadInputException
-
Creates a new wrapper illegal argument exception.
- generatorClass() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApi
-
Returns the name of the generator.
- generatorClass() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Returns the name of the generator.
- generatorClass() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDto
-
Returns the name of the generator class.
- generatorClass() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializer
-
Returns the name of the generator class.
- generatorClass() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterface
-
Returns the name of the generator class.
- generatorClass() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Returns the name of the generator class.
- generatorClass() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Returns the name of the generator class.
- generatorClass() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Returns the name of the generator class.
- generatorClass(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi.Builder
-
Initializes the value for the
generatorClass
attribute. - generatorClass(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Initializes the value for the
generatorClass
attribute. - generatorClass(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer.Builder
-
Initializes the value for the
generatorClass
attribute. - generatorClass(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface.Builder
-
Initializes the value for the
generatorClass
attribute. - GeneratorException - Exception Class in dk.mada.jaxrs.generator.api.exceptions
-
Wraps any exception throw while parsing or generating code.
- GeneratorException(String, Throwable) - Constructor for exception class dk.mada.jaxrs.generator.api.exceptions.GeneratorException
-
Creates a new wrapper exception.
- generatorId() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the id of this generator.
- GeneratorLogLevel - Enum Class in dk.mada.jaxrs.generator.api
-
Log level to use when generating code.
- GeneratorOpts - Class in dk.mada.jaxrs.generator.mpclient
-
Generator configuration options.
- GeneratorOpts(OptionReader, GeneratorOpts.LeakedParserOpts) - Constructor for class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Constructs a new instance.
- GeneratorOpts.AuthHeader - Enum Class in dk.mada.jaxrs.generator.mpclient
-
Authorization header control.
- GeneratorOpts.LeakedParserOpts - Record Class in dk.mada.jaxrs.generator.mpclient
-
Parser options leaked into the generator.
- GeneratorOpts.LineEnding - Enum Class in dk.mada.jaxrs.generator.mpclient
-
Line endings.
- GeneratorOpts.PropertyConflictResolution - Enum Class in dk.mada.jaxrs.generator.mpclient
-
The resolution to use when a property has conflicting declarations.
- GeneratorOpts.PropertyOrder - Enum Class in dk.mada.jaxrs.generator.mpclient
-
Property sorting order.
- GeneratorOpts.RecordBuilderControl - Enum Class in dk.mada.jaxrs.generator.mpclient
-
Control of builders in records.
- GeneratorService - Interface in dk.mada.jaxrs.generator.api
-
Generator service.
- get() - Method in class dk.mada.jaxrs.generator.mpclient.imports.Imports
-
Returns a sorted set of classes to import.
- get() - Static method in class dk.mada.jaxrs.model.types.TypeBigDecimal
-
Returns the single instance.
- get() - Static method in class dk.mada.jaxrs.model.types.TypeDate
-
Returns the type object representing a date.
- get() - Static method in class dk.mada.jaxrs.model.types.TypeLocalTime
-
Returns the type object representing local-time.
- get() - Static method in class dk.mada.jaxrs.model.types.TypeObject
-
Returns the type object representing a base object.
- get() - Static method in class dk.mada.jaxrs.model.types.TypePlainObject
-
Returns the type object representing a plain Object.
- get() - Static method in class dk.mada.jaxrs.model.types.TypeUUID
-
Returns the type object representing a UUID.
- get() - Static method in class dk.mada.jaxrs.model.types.TypeVoid
-
Returns the type object representing void.
- get() - Static method in class dk.mada.jaxrs.openapi.TypeUnknownAtParseTime
-
Returns the type representing a yet to be defined type.
- get(TypeDateTime.DateTimeVariant) - Static method in class dk.mada.jaxrs.model.types.TypeDateTime
-
Returns the type object representing a date-time.
- get(TypeName) - Method in class dk.mada.jaxrs.openapi.ParserTypes
-
Get a type from a type name.
- get(String) - Method in class dk.mada.jaxrs.model.options.OptionReader
-
Read optional option value.
- GET - Enum constant in enum class dk.mada.jaxrs.model.api.HttpMethod
-
Transfer a current representation of the target resource.
- getActiveDtos() - Method in class dk.mada.jaxrs.model.Dtos
-
Returns the DTOs to render.
- getActiveDtos() - Method in class dk.mada.jaxrs.openapi.ParserTypes
-
Returns the defined DTOs.
- getAll() - Method in class dk.mada.jaxrs.model.api.Operations
-
Returns all operations.
- getApiAdditionalAnnotations() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the optional additional API annotations.
- getApiNaming() - Method in class dk.mada.jaxrs.model.naming.NamingOpts
-
Returns the naming configuration for api groups.
- getArray() - Static method in class dk.mada.jaxrs.model.types.TypeByteArray
-
Returns the byte-array instance.
- getAuthHeaderSelection() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the selection of how to render authorization header argument in resources.
- getByGroup() - Method in class dk.mada.jaxrs.model.api.Operations
-
Returns the operations grouped by their group-id.
- getConflictRenamedDto(Dto) - Method in class dk.mada.jaxrs.openapi.ConflictRenamer
-
Maps pre-renamed DTO instance to new (possibly renamed) instance.
- getDateTimeVariant() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the date-time implementation variant to use.
- getDefault(String, String) - Method in class dk.mada.jaxrs.model.options.OptionReader
-
Read optional option with default value.
- getDefaultApiName() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the default Api resource name.
- getDtos() - Method in class dk.mada.jaxrs.openapi.Resolver
-
Converts the ParserTypes into finally resolved and mapped DTOs for the model.
- getEntityNaming() - Method in class dk.mada.jaxrs.model.naming.NamingOpts
-
Returns the naming configuration for entity parameter.
- getEntries() - Method in class dk.mada.jaxrs.model.naming.EnumNamer
-
Returns the assigned names-to-values.
- getEnumConstantNaming() - Method in class dk.mada.jaxrs.model.naming.NamingOpts
-
Returns the naming configuration for enumeration constants.
- getEnumNumberConstantNaming() - Method in class dk.mada.jaxrs.model.naming.NamingOpts
-
Returns the naming configuration for enumeration number constants.
- getExternalTypeMapping() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns mapping of external types.
- getGeneratedAtTime() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the time the generation happened if enabled, or null.
- getGeneratorAnnotationClass() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the fully-qualified @Generated annotation class.
- getImports() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApi
-
Returns the imports needed for this API class.
- getImports() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Returns the imports needed for this API class.
- getImports() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDto
-
Returns the imports needed in the template.
- getImports() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializer
-
Returns the imports needed in the template.
- getImports() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterface
-
Returns the imports needed in the template.
- getImports() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Returns the imports needed in the template.
- getImports() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Returns the imports needed in the template.
- getImports() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Returns the imports needed in the template.
- getInterfaces() - Method in class dk.mada.jaxrs.openapi.ParserTypes
-
Returns all the interfaces.
- getInterfacesImplementedBy(TypeName) - Method in class dk.mada.jaxrs.openapi.ParserTypes
-
Returns the interfaces implemented by a given type name.
- getJacksonLocalDateDeserializer() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the optional jackson LocalDate deserializer class name.
- getJacksonLocalDateSerializer() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the optional jackson LocalDate serializer class name.
- getJacksonLocalDateTimeDeserializer() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the optional jackson LocalDateTime deserializer class name.
- getJacksonLocalDateTimeSerializer() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the optional jackson LocalDateTime serializer class name.
- getJacksonLocalDateTimeWireFormat() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the optional LocalDateTime wire format for jackson.
- getJacksonLocalDateWireFormat() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the optional LocalDate wire format for jackson.
- getJacksonOffsetDateTimeDeserializer() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the optional jackson OffsetDateTime deserializer class name.
- getJacksonOffsetDateTimeSerializer() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the optional jackson OffsetDateTime serializer class name.
- getJacksonOffsetDateTimeWireFormat() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the optional OffsetDateTime wire format for jackson.
- getJsonSerializeOptions() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns optional json serialize options.
- getLineEnding() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the line ending to use.
- getListDefault(String, String) - Method in class dk.mada.jaxrs.model.options.OptionReader
-
Read comma-separated list option with default value.
- getListNewlineDefault(String, String) - Method in class dk.mada.jaxrs.model.options.OptionReader
-
Read newline-separated list option with default value.
- getMpClientConfigKey() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the optional MP client config key.
- getMpProviders() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the MP providers.
- getMpSchemaNaming() - Method in class dk.mada.jaxrs.model.naming.NamingOpts
-
Returns the naming configuration for MP schema name.
- getMultipartTypeNaming() - Method in class dk.mada.jaxrs.model.naming.NamingOpts
-
Returns the naming configuration for multipart types.
- getNoFormatIntegerType() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the primitive type to use for integers without format.
- getNoFormatNumberType() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the primitive type to use for numbers without format.
- getOperationIdNaming() - Method in class dk.mada.jaxrs.model.naming.NamingOpts
-
Returns the naming configuration for operationIds.
- getOperationNaming() - Method in class dk.mada.jaxrs.model.naming.NamingOpts
-
Returns the naming configuration for operations.
- getOptDefault(String, String) - Method in class dk.mada.jaxrs.model.options.OptionReader
-
Read optional option with default value.
- getOrMakeInterface(TypeName, List<ParserTypeRef>) - Method in class dk.mada.jaxrs.openapi.ParserTypes
-
Get or make a new interface type.
- getParameterNaming() - Method in class dk.mada.jaxrs.model.naming.NamingOpts
-
Returns the naming configuration for parameter names.
- getPreferredRequestMediaTypes() - Method in class dk.mada.jaxrs.openapi.ParserOpts
-
Returns list of preferred media types selection if there are multiple types for requests.
- getPreferredResponseMediaTypes() - Method in class dk.mada.jaxrs.openapi.ParserOpts
-
Returns list of preferred media types selection if there are multiple types for responses.
- getPropertyConflictResolution() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the property conflict resolution to use.
- getPropertyEnumTypeNaming() - Method in class dk.mada.jaxrs.model.naming.NamingOpts
-
Returns the naming configuration for single-property enumeration types.
- getPropertyNaming() - Method in class dk.mada.jaxrs.model.naming.NamingOpts
-
Returns the naming configuration for properties.
- getPropertyOrder() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the property sorting order to use.
- getRecordBuilderPredicate() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns a predicate which will define which records to generate builders for.
- getRef() - Static method in class dk.mada.jaxrs.model.types.TypeVoid
-
Returns the reference to void.
- getRenameCaseConflictSchemaOrder() - Method in class dk.mada.jaxrs.model.naming.Naming
-
Returns the schema order used when resolving naming conflicts.
- getRenameCaseConflictsOrder() - Method in class dk.mada.jaxrs.model.naming.NamingOpts
-
Returns the order by which name conflicts should be resolved.
- getRequired(String, String) - Method in class dk.mada.jaxrs.model.options.OptionReader
-
Read required option.
- getResolvedPrimitive() - Method in enum class dk.mada.jaxrs.model.types.Primitive
-
Returns the resolved primitive for this instance.
- getResponseInputStreamMediaTypes() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns list of media types that should be handled as input stream.
- getSkippedDtoClasses() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the list of DTO classes to skip when generating code.
- getStream() - Static method in class dk.mada.jaxrs.model.types.TypeByteArray
-
Returns the stream instance.
- getter() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxProperty
-
Returns the name of the getter.
- getter() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxPropertyExt
-
Returns the getter name.
- getter() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Returns the name of the getter.
- getter() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Returns the getter name.
- getter(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty.Builder
-
Initializes the value for the
getter
attribute. - getter(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt.Builder
-
Initializes the value for the
getter
attribute. - getTypeConflictRenaming() - Method in class dk.mada.jaxrs.model.naming.NamingOpts
-
Returns the renaming configuration for a conflicting type name.
- getTypeNaming() - Method in class dk.mada.jaxrs.model.naming.NamingOpts
-
Returns the naming configuration for types.
- getUseOpenapiSchema() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if OpenApi @Schema annotations should be added.
- getVoidProducesMediaType() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the @Produces media type to use for void methods.
- group() - Method in interface dk.mada.jaxrs.model.api.Operation
-
Returns the (first) group of an operation.
H
- HASH_MAP - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaUtil
-
HashMap.
- hashCode() - Method in record class dk.mada.jaxrs.generator.api.ClientContext
-
Returns a hash code value for this object.
- hashCode() - Method in record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApi.CtxOperationExternalDoc
-
Returns a hash code value for this object.
- hashCode() - Method in record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApi.CtxOperationRef
-
Returns a hash code value for this object.
- hashCode() - Method in record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiExt
-
Returns a hash code value for this object.
- hashCode() - Method in record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiResponse
-
Returns a hash code value for this object.
- hashCode() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Computes a hash code from attributes:
appName
,version
,appDescription
,infoEmail
,externalDocs
,returnContainer
,imports
,operations
,packageName
,classname
,generatedAnnotationClass
,generatorClass
,generatedDate
,commonPath
,madaApi
. - hashCode() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp
-
Computes a hash code from attributes:
returnType
,nickname
,httpMethod
,path
,summary
,notes
,allParams
,responses
,madaOp
. - hashCode() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt
-
Computes a hash code from attributes:
renderJavadocMacroSpacer
,renderJavadocReturn
,produces
,consumes
,responseSchema
,hasResponses
,summaryString
. - hashCode() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Computes a hash code from attributes:
isContainer
,description
,defaultValue
,baseName
,paramName
,dataType
,isBodyParam
,isHeaderParam
,isPathParam
,isQueryParam
,isFormParam
,validation
,isMultipartForm
,isNullable
. - hashCode() - Method in record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoDiscriminator
-
Returns a hash code value for this object.
- hashCode() - Method in record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoDiscriminator.ModelMapping
-
Returns a hash code value for this object.
- hashCode() - Method in record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxEnum.CtxEnumEntry
-
Returns a hash code value for this object.
- hashCode() - Method in record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxEnum
-
Returns a hash code value for this object.
- hashCode() - Method in record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxValidation
-
Returns a hash code value for this object.
- hashCode() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Computes a hash code from attributes:
appName
,version
,appDescription
,infoEmail
,imports
,description
,packageName
,classname
,classVarName
,vars
,isRecord
,allowableValues
,dataType
,datatypeWithEnum
,isNullable
,parent
,vendorExtensions
,jackson
,generatedAnnotationClass
,generatorClass
,generatedDate
,discriminator
,madaDto
. - hashCode() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Computes a hash code from attributes:
jacksonJsonSerializeOptions
,customLocalDateDeserializer
,customLocalDateSerializer
,customOffsetDateTimeDeserializer
,customOffsetDateTimeSerializer
,jsonb
,schemaOptions
,implementsInterfaces
,isEqualsPrimitive
,isEnumUnknownDefault
,quarkusRegisterForReflection
,isRenderPropertyOrderAnnotation
,varsOpenapiOrder
,classModifiers
,isRenderSingleLineToString
,isRenderToStringHelper
,isRecordCanonicalConstructor
,isRecordBuilder
,isJspecify
,isJspecifyNullUnmarked
. - hashCode() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Computes a hash code from attributes:
className
,appName
,version
,appDescription
,infoEmail
,imports
,packageName
,jacksonFasterxml
,jsonb
,deserializer
,renderLocalDate
,renderLocalDateTime
,renderOffsetDateTime
,generatedAnnotationClass
,generatorClass
,generatedDate
,cannedLocalDateSerializerDTF
,cannedLocalDateTimeSerializerDTF
,cannedOffsetDateTimeSerializerDTF
. - hashCode() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Computes a hash code from attributes:
appName
,version
,appDescription
,infoEmail
,imports
,description
,packageName
,classname
,generatedAnnotationClass
,generatorClass
,generatedDate
,implementations
,renderSchema
. - hashCode() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Computes a hash code from attributes:
name
,baseName
,nameInCamelCase
,nameInSnakeCase
,datatypeWithEnum
,getter
,setter
,dataType
,allowableValues
,defaultValue
,description
,validation
,isArray
,isMap
,isSet
,isContainer
,isDate
,isDateTime
,isEnum
,required
,notNull
,example
,madaProp
. - hashCode() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Computes a hash code from attributes:
innerDatatypeWithEnum
,enumClassName
,enumTypeName
,enumSchemaOptions
,schemaOptions
,isUseBigDecimalForDouble
,isUseEmptyCollections
,isByteArray
,isEqualsPrimitive
,getter
,setter
,jsonb
,descriptionString
,multipartType
,jsonPropertyConstant
,isNullable
,isRequireNonNull
. - hashCode() - Method in record class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.LeakedParserOpts
-
Returns a hash code value for this object.
- hashCode() - Method in record class dk.mada.jaxrs.generator.mpclient.imports.UserMappedImport
-
Returns a hash code value for this object.
- hashCode() - Method in record class dk.mada.jaxrs.model.api.ContentSelector.ContentContext
-
Returns a hash code value for this object.
- hashCode() - Method in class dk.mada.jaxrs.model.api.ImmutableContent
-
Computes a hash code from attributes:
mediaTypes
,reference
. - hashCode() - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Computes a hash code from attributes:
path
,httpMethod
,tags
,operationId
,syntheticOpId
,description
,summary
,deprecated
,responses
,parameters
,requestBody
,addAuthorizationHeader
. - hashCode() - Method in class dk.mada.jaxrs.model.api.ImmutableParameter
-
Computes a hash code from attributes:
name
,reference
,description
,isHeaderParam
,isPathParam
,isQueryParam
,isFormParam
. - hashCode() - Method in class dk.mada.jaxrs.model.api.ImmutableRequestBody
-
Computes a hash code from attributes:
content
,formParameters
,isMultipartForm
,description
. - hashCode() - Method in class dk.mada.jaxrs.model.api.ImmutableResponse
-
Computes a hash code from attributes:
code
,content
,description
. - hashCode() - Method in class dk.mada.jaxrs.model.ImmutableContact
-
Computes a hash code from attributes:
name
,url
,email
. - hashCode() - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Computes a hash code from attributes:
typeName
,name
,mpSchemaName
,reference
,description
,openapiId
,properties
,enumValues
,implementsInterfaces
,subtypeSelector
,extendsParents
,isMultipartForm
. - hashCode() - Method in class dk.mada.jaxrs.model.ImmutableInfo
-
Computes a hash code from attributes:
title
,version
,description
,termsOfService
,contact
. - hashCode() - Method in class dk.mada.jaxrs.model.ImmutableProperty
-
Computes a hash code from attributes:
name
,reference
,description
,example
,validation
. - hashCode() - Method in record class dk.mada.jaxrs.model.Model
-
Returns a hash code value for this object.
- hashCode() - Method in record class dk.mada.jaxrs.model.naming.EnumNamer.EnumNameValue
-
Returns a hash code value for this object.
- hashCode() - Method in record class dk.mada.jaxrs.model.SecurityScheme
-
Returns a hash code value for this object.
- hashCode() - Method in record class dk.mada.jaxrs.model.SubtypeSelector
-
Returns a hash code value for this object.
- hashCode() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeArray
-
Computes a hash code from attributes:
innerType
,typeNames
. - hashCode() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeEnum
-
Computes a hash code from attributes:
typeName
,innerType
,values
. - hashCode() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeInterface
-
Computes a hash code from attributes:
typeName
,packageName
,implementations
. - hashCode() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeMap
-
Computes a hash code from attributes:
innerType
,typeNames
. - hashCode() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeReference
-
Computes a hash code from attributes:
validation
,refType
. - hashCode() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeSet
-
Computes a hash code from attributes:
innerType
,typeNames
. - hashCode() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeValidation
-
Computes a hash code from attributes:
typeName
,validation
. - hashCode() - Method in record class dk.mada.jaxrs.model.types.TypeName
-
Returns a hash code value for this object.
- hashCode() - Method in record class dk.mada.jaxrs.model.Validation
-
Returns a hash code value for this object.
- hashCode() - Method in record class dk.mada.jaxrs.openapi.Parser.LeakedGeneratorOpts
-
Returns a hash code value for this object.
- hashCode() - Method in record class dk.mada.jaxrs.openapi.ParserTypeCombined
-
Returns a hash code value for this object.
- hashCode() - Method in record class dk.mada.jaxrs.openapi.ParserTypeComposite
-
Returns a hash code value for this object.
- hashCode() - Method in record class dk.mada.jaxrs.openapi.ParserTypeRef
-
Returns a hash code value for this object.
- hasImports() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDto
-
Returns true if there are imports to render, otherwise false.
- hasImports() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializer
-
Returns true if there are imports to render, otherwise false.
- hasImports() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterface
-
Returns true if there are imports to render, otherwise false.
- hasResponses() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiOpExt
-
Returns true if the operation has any responses, otherwise false.
- hasResponses() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt
-
Returns true if the operation has any responses, otherwise false.
- hasResponses(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt.Builder
-
Initializes the value for the
hasResponses
attribute. - hasVars() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDto
-
Returns true if there are properties to render, otherwise false.
- HEAD - Enum constant in enum class dk.mada.jaxrs.model.api.HttpMethod
-
Same as GET, but only transfer the status line and header section.
- HTTP_ACCEPTED - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Accepted.
- HTTP_ALREADY_REPORTED - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Already Reported.
- HTTP_BAD_GATEWAY - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Bad Gateway.
- HTTP_BAD_METHOD - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Method Not Allowed.
- HTTP_BAD_REQUEST - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Bad Request.
- HTTP_CLIENT_TIMEOUT - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Request Time-Out.
- HTTP_CONFLICT - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Conflict.
- HTTP_CONTINUE - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Continue.
- HTTP_CREATED - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Created.
- HTTP_DEFAULT - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Special code to hold the state for the OpenApi default entry.
- HTTP_EARLY_HINTS - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Early hints.
- HTTP_ENTITY_TOO_LARGE - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Request Entity Too Large.
- HTTP_EXPECTATION_FAILED - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Expectation Failed.
- HTTP_FAILED_DEPENDENCY - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Failed dependency.
- HTTP_FORBIDDEN - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Forbidden.
- HTTP_GATEWAY_TIMEOUT - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Gateway Timeout.
- HTTP_GONE - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Gone.
- HTTP_IM_A_TEAPOT - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
I'm a teapot.
- HTTP_IM_USED - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
IM Used.
- HTTP_INSUFFICIENT_STORAGE - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Insufficient Storage.
- HTTP_INTERNAL_ERROR - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Internal Server Error.
- HTTP_LENGTH_REQUIRED - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Length Required.
- HTTP_LOCKED - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Locked.
- HTTP_LOOP_DETECTED - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Loop Detected.
- HTTP_MISDIRECTED_REQUEST - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Misdirected Request.
- HTTP_MOVED_PERM - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Moved Permanently.
- HTTP_MOVED_TEMP - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Temporary Redirect.
- HTTP_MULT_CHOICE - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Multiple Choices.
- HTTP_MULTI_STATUS - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Multi-Status.
- HTTP_NETWORK_AUTHENTICATION_REQUIRED - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Network Authentication Required.
- HTTP_NO_CONTENT - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
No Content.
- HTTP_NOT_ACCEPTABLE - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Not Acceptable.
- HTTP_NOT_AUTHORITATIVE - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Non-Authoritative Information.
- HTTP_NOT_EXTENDED - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Not Extended.
- HTTP_NOT_FOUND - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Not Found.
- HTTP_NOT_IMPLEMENTED - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Not Implemented.
- HTTP_NOT_MODIFIED - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Not Modified.
- HTTP_OK - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
OK.
- HTTP_PARTIAL - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Partial Content.
- HTTP_PAYMENT_REQUIRED - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Payment Required.
- HTTP_PERMANENT_REDIRECT - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Permanent Redirect.
- HTTP_PRECON_FAILED - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Precondition Failed.
- HTTP_PRECONDITION_REQUIRED - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Precondition Required.
- HTTP_PROCESSING - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Processing.
- HTTP_PROXY_AUTH - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Proxy Authentication Required.
- HTTP_RANGE_NOT_SATISFIABLE - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Range Not Satisfiable.
- HTTP_REQ_TOO_LONG - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Request-URI Too Large.
- HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Request Header Fields Too Large.
- HTTP_RESET - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Reset Content.
- HTTP_SEE_OTHER - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
See Other.
- HTTP_SWITCHING_PROTOCOLS - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Switching Protocols.
- HTTP_TEMPORARY_REDIRECT - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Temporary Redirect.
- HTTP_TOO_EARLY - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Too early.
- HTTP_TOO_MANY_REQUESTS - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Too Many Requests.
- HTTP_UNAUTHORIZED - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Unauthorized.
- HTTP_UNAVAILABLE - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Service Unavailable.
- HTTP_UNAVAILABLE_FOR_LEGAL_REASONS - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Unavailable For Legal Reasons.
- HTTP_UNPROCESSABLE_ENTITY - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Unprocessable Entity.
- HTTP_UNSUPPORTED_TYPE - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Unsupported Media Type.
- HTTP_UNUSED - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Unused, reserved.
- HTTP_UPGRADE_REQUIRED - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Upgrade Required.
- HTTP_USE_PROXY - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Use Proxy.
- HTTP_VARIANT_ALSO_NEGOTIATES - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
Variant Also Negotiates.
- HTTP_VERSION - Enum constant in enum class dk.mada.jaxrs.model.api.StatusCode
-
HTTP Version Not Supported.
- httpMethod() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiOp
-
Returns the operation http method.
- httpMethod() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp
-
Returns the operation http method.
- httpMethod() - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Returns the operation HTTP method.
- httpMethod() - Method in interface dk.mada.jaxrs.model.api.Operation
-
Returns the operation HTTP method.
- httpMethod(HttpMethod) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation.Builder
-
Initializes the value for the
httpMethod
attribute. - httpMethod(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp.Builder
-
Initializes the value for the
httpMethod
attribute. - HttpMethod - Enum Class in dk.mada.jaxrs.model.api
-
HTTP methods.
I
- Identifiers - Class in dk.mada.jaxrs.model.naming
-
Make identifiers valid for java.
- Identifiers() - Constructor for class dk.mada.jaxrs.model.naming.Identifiers
-
Creates new instance.
- ImmutableContact - Class in dk.mada.jaxrs.model
-
Immutable implementation of
Info.Contact
. - ImmutableContact.Builder - Class in dk.mada.jaxrs.model
-
Builds instances of type
ImmutableContact
. - ImmutableContent - Class in dk.mada.jaxrs.model.api
-
Immutable implementation of
Content
. - ImmutableContent.Builder - Class in dk.mada.jaxrs.model.api
-
Builds instances of type
ImmutableContent
. - ImmutableCtxApi - Class in dk.mada.jaxrs.generator.mpclient.api.tmpl
-
Immutable implementation of
CtxApi
. - ImmutableCtxApi.Builder - Class in dk.mada.jaxrs.generator.mpclient.api.tmpl
-
Builds instances of type
ImmutableCtxApi
. - ImmutableCtxApiOp - Class in dk.mada.jaxrs.generator.mpclient.api.tmpl
-
Immutable implementation of
CtxApiOp
. - ImmutableCtxApiOp.Builder - Class in dk.mada.jaxrs.generator.mpclient.api.tmpl
-
Builds instances of type
ImmutableCtxApiOp
. - ImmutableCtxApiOpExt - Class in dk.mada.jaxrs.generator.mpclient.api.tmpl
-
Immutable implementation of
CtxApiOpExt
. - ImmutableCtxApiOpExt.Builder - Class in dk.mada.jaxrs.generator.mpclient.api.tmpl
-
Builds instances of type
ImmutableCtxApiOpExt
. - ImmutableCtxApiParam - Class in dk.mada.jaxrs.generator.mpclient.api.tmpl
-
Immutable implementation of
CtxApiParam
. - ImmutableCtxApiParam.Builder - Class in dk.mada.jaxrs.generator.mpclient.api.tmpl
-
Builds instances of type
ImmutableCtxApiParam
. - ImmutableCtxDto - Class in dk.mada.jaxrs.generator.mpclient.dto.tmpl
-
Immutable implementation of
CtxDto
. - ImmutableCtxDto.Builder - Class in dk.mada.jaxrs.generator.mpclient.dto.tmpl
-
Builds instances of type
ImmutableCtxDto
. - ImmutableCtxDtoExt - Class in dk.mada.jaxrs.generator.mpclient.dto.tmpl
-
Immutable implementation of
CtxDtoExt
. - ImmutableCtxDtoExt.Builder - Class in dk.mada.jaxrs.generator.mpclient.dto.tmpl
-
Builds instances of type
ImmutableCtxDtoExt
. - ImmutableCtxExtraDateSerializer - Class in dk.mada.jaxrs.generator.mpclient.dto.tmpl
-
Immutable implementation of
CtxExtraDateSerializer
. - ImmutableCtxExtraDateSerializer.Builder - Class in dk.mada.jaxrs.generator.mpclient.dto.tmpl
-
Builds instances of type
ImmutableCtxExtraDateSerializer
. - ImmutableCtxInterface - Class in dk.mada.jaxrs.generator.mpclient.dto.tmpl
-
Immutable implementation of
CtxInterface
. - ImmutableCtxInterface.Builder - Class in dk.mada.jaxrs.generator.mpclient.dto.tmpl
-
Builds instances of type
ImmutableCtxInterface
. - ImmutableCtxProperty - Class in dk.mada.jaxrs.generator.mpclient.dto.tmpl
-
Immutable implementation of
CtxProperty
. - ImmutableCtxProperty.Builder - Class in dk.mada.jaxrs.generator.mpclient.dto.tmpl
-
Builds instances of type
ImmutableCtxProperty
. - ImmutableCtxPropertyExt - Class in dk.mada.jaxrs.generator.mpclient.dto.tmpl
-
Immutable implementation of
CtxPropertyExt
. - ImmutableCtxPropertyExt.Builder - Class in dk.mada.jaxrs.generator.mpclient.dto.tmpl
-
Builds instances of type
ImmutableCtxPropertyExt
. - ImmutableDto - Class in dk.mada.jaxrs.model
-
Immutable implementation of
Dto
. - ImmutableDto.Builder - Class in dk.mada.jaxrs.model
-
Builds instances of type
ImmutableDto
. - ImmutableInfo - Class in dk.mada.jaxrs.model
-
Immutable implementation of
Info
. - ImmutableInfo.Builder - Class in dk.mada.jaxrs.model
-
Builds instances of type
ImmutableInfo
. - ImmutableOperation - Class in dk.mada.jaxrs.model.api
-
Immutable implementation of
Operation
. - ImmutableOperation.Builder - Class in dk.mada.jaxrs.model.api
-
Builds instances of type
ImmutableOperation
. - ImmutableParameter - Class in dk.mada.jaxrs.model.api
-
Immutable implementation of
Parameter
. - ImmutableParameter.Builder - Class in dk.mada.jaxrs.model.api
-
Builds instances of type
ImmutableParameter
. - ImmutableProperty - Class in dk.mada.jaxrs.model
-
Immutable implementation of
Property
. - ImmutableProperty.Builder - Class in dk.mada.jaxrs.model
-
Builds instances of type
ImmutableProperty
. - ImmutableRequestBody - Class in dk.mada.jaxrs.model.api
-
Immutable implementation of
RequestBody
. - ImmutableRequestBody.Builder - Class in dk.mada.jaxrs.model.api
-
Builds instances of type
ImmutableRequestBody
. - ImmutableResponse - Class in dk.mada.jaxrs.model.api
-
Immutable implementation of
Response
. - ImmutableResponse.Builder - Class in dk.mada.jaxrs.model.api
-
Builds instances of type
ImmutableResponse
. - ImmutableTypeArray - Class in dk.mada.jaxrs.model.types
-
Immutable implementation of
TypeArray
. - ImmutableTypeArray.Builder - Class in dk.mada.jaxrs.model.types
-
Builds instances of type
ImmutableTypeArray
. - ImmutableTypeEnum - Class in dk.mada.jaxrs.model.types
-
Immutable implementation of
TypeEnum
. - ImmutableTypeEnum.Builder - Class in dk.mada.jaxrs.model.types
-
Builds instances of type
ImmutableTypeEnum
. - ImmutableTypeInterface - Class in dk.mada.jaxrs.model.types
-
Immutable implementation of
TypeInterface
. - ImmutableTypeInterface.Builder - Class in dk.mada.jaxrs.model.types
-
Builds instances of type
ImmutableTypeInterface
. - ImmutableTypeMap - Class in dk.mada.jaxrs.model.types
-
Immutable implementation of
TypeMap
. - ImmutableTypeMap.Builder - Class in dk.mada.jaxrs.model.types
-
Builds instances of type
ImmutableTypeMap
. - ImmutableTypeReference - Class in dk.mada.jaxrs.model.types
-
Immutable implementation of
TypeReference
. - ImmutableTypeReference.Builder - Class in dk.mada.jaxrs.model.types
-
Builds instances of type
ImmutableTypeReference
. - ImmutableTypeSet - Class in dk.mada.jaxrs.model.types
-
Immutable implementation of
TypeSet
. - ImmutableTypeSet.Builder - Class in dk.mada.jaxrs.model.types
-
Builds instances of type
ImmutableTypeSet
. - ImmutableTypeValidation - Class in dk.mada.jaxrs.model.types
-
Immutable implementation of
TypeValidation
. - ImmutableTypeValidation.Builder - Class in dk.mada.jaxrs.model.types
-
Builds instances of type
ImmutableTypeValidation
. - implementations() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterface
-
Returns a string list of implementation DTOs.
- implementations() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Returns a string list of implementation DTOs.
- implementations() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeInterface
-
Returns the type names implementing this interface.
- implementations() - Method in interface dk.mada.jaxrs.model.types.TypeInterface
-
Returns the type names implementing this interface.
- implementations(Iterable<? extends TypeName>) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeInterface.Builder
-
Sets or replaces all elements for
implementations
list. - implementations(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface.Builder
-
Initializes the value for the
implementations
attribute. - implementsInterfaces() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoExt
-
Returns an optional string containing the interfaces implemented by this DTO.
- implementsInterfaces() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Returns an optional string containing the interfaces implemented by this DTO.
- implementsInterfaces() - Method in interface dk.mada.jaxrs.model.Dto
-
Returns the list of interfaces implemented by this DTO.
- implementsInterfaces() - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Returns the list of interfaces implemented by this DTO.
- implementsInterfaces(Iterable<? extends TypeInterface>) - Method in class dk.mada.jaxrs.model.ImmutableDto.Builder
-
Sets or replaces all elements for
implementsInterfaces
list. - implementsInterfaces(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Initializes the optional value
implementsInterfaces
to implementsInterfaces. - implementsInterfaces(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Initializes the optional value
implementsInterfaces
to implementsInterfaces. - imports(SortedSet<String>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi.Builder
-
Initializes the value for the
imports
attribute. - imports(SortedSet<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Initializes the value for the
imports
attribute. - imports(SortedSet<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer.Builder
-
Initializes the value for the
imports
attribute. - imports(SortedSet<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface.Builder
-
Initializes the value for the
imports
attribute. - Imports - Class in dk.mada.jaxrs.generator.mpclient.imports
-
Keeps track of imports for a single template, taking generator options into consideration.
- info() - Method in class dk.mada.jaxrs.model.api.Operations
-
Returns information about operations.
- info() - Method in class dk.mada.jaxrs.model.Dtos
-
Returns information about the model.
- info() - Method in record class dk.mada.jaxrs.model.Model
-
Returns the value of the
info
record component. - info() - Method in class dk.mada.jaxrs.model.types.TypeNames
-
Returns information about the type names.
- info() - Method in class dk.mada.jaxrs.openapi.ParserTypeRefs
-
Returns information about parser references.
- info() - Method in class dk.mada.jaxrs.openapi.ParserTypes
-
Returns information about the model.
- Info - Class in dk.mada.jaxrs.model
-
API
- Info() - Constructor for class dk.mada.jaxrs.model.Info
-
Creates new instance.
- Info.Contact - Class in dk.mada.jaxrs.model
-
The contact information for the API.
- infoEmail() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApi
-
Returns the optional information email.
- infoEmail() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Returns the optional information email.
- infoEmail() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDto
-
Returns the optional application contact email.
- infoEmail() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializer
-
Returns the optional application contact email.
- infoEmail() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterface
-
Returns the optional application contact email.
- infoEmail() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Returns the optional application contact email.
- infoEmail() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Returns the optional application contact email.
- infoEmail() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Returns the optional application contact email.
- infoEmail(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi.Builder
-
Initializes the optional value
infoEmail
to infoEmail. - infoEmail(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Initializes the optional value
infoEmail
to infoEmail. - infoEmail(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer.Builder
-
Initializes the optional value
infoEmail
to infoEmail. - infoEmail(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface.Builder
-
Initializes the optional value
infoEmail
to infoEmail. - infoEmail(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi.Builder
-
Initializes the optional value
infoEmail
to infoEmail. - infoEmail(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Initializes the optional value
infoEmail
to infoEmail. - infoEmail(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer.Builder
-
Initializes the optional value
infoEmail
to infoEmail. - infoEmail(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface.Builder
-
Initializes the optional value
infoEmail
to infoEmail. - InfoTransformer - Class in dk.mada.jaxrs.openapi
-
Transforms OpenApi info to local model objects.
- InfoTransformer() - Constructor for class dk.mada.jaxrs.openapi.InfoTransformer
-
Creates new instance.
- innerDatatypeWithEnum() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxPropertyExt
-
Returns the java inner type, or null.
- innerDatatypeWithEnum() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Returns the java inner type, or null.
- innerDatatypeWithEnum(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt.Builder
-
Initializes the value for the
innerDatatypeWithEnum
attribute. - innerType() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeArray
-
Returns the type of data in the container.
- innerType() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeEnum
-
Returns the inner type of the enumeration.
- innerType() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeMap
-
Returns the type of data in the container.
- innerType() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeSet
-
Returns the type of data in the container.
- innerType() - Method in interface dk.mada.jaxrs.model.types.TypeContainer
-
Returns the type of data in the container.
- innerType() - Method in interface dk.mada.jaxrs.model.types.TypeEnum
-
Returns the inner type of the enumeration.
- innerType(Type) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeArray.Builder
-
Initializes the value for the
innerType
attribute. - innerType(Type) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeEnum.Builder
-
Initializes the value for the
innerType
attribute. - innerType(Type) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeMap.Builder
-
Initializes the value for the
innerType
attribute. - innerType(Type) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeSet.Builder
-
Initializes the value for the
innerType
attribute. - INPUT_STREAM - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name for InputStream.
- INT - Enum constant in enum class dk.mada.jaxrs.model.types.Primitive
-
The integer.
- INTEGER - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name of int.
- INTEGER_WRAPPER - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name of Integer.
- interfaces() - Method in record class dk.mada.jaxrs.model.Model
-
Returns the value of the
interfaces
record component. - internalDtos() - Method in record class dk.mada.jaxrs.openapi.ParserTypeCombined
-
Returns a list of the referenced DTOs in this combined DTO.
- internalDtos() - Method in record class dk.mada.jaxrs.openapi.ParserTypeComposite
-
Returns a list of the internal DTOs in this composite.
- IO_EXCEPTION - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaIo
-
IOException.
- IO_SERIALIZABLE - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaIo
-
Serializable.
- isAbortOnResolverFailure() - Method in class dk.mada.jaxrs.openapi.ParserOpts
-
Returns true if resolver should be abort on unknown types.
- isAddJacksonLocalDateDeserializerTemplate() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if the extra-template for a jackson LocalDate deserializer should be added, otherwise false.
- isAddJacksonLocalDateSerializerTemplate() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if the extra-template for a jackson LocalDate serializer should be added, otherwise false.
- isAddJacksonLocalDateTimeDeserializerTemplate() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if the extra-template for a jackson LocalDateTime deserializer should be added, otherwise false.
- isAddJacksonLocalDateTimeSerializerTemplate() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if the extra-template for a jackson LocalDateTime serializer should be added, otherwise false.
- isAddJacksonOffsetDateTimeDeserializerTemplate() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if the extra-template for a jackson OffsetDateTime deserializer should be added, otherwise false.
- isAddJacksonOffsetDateTimeSerializerTemplate() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if the extra-template for a jackson OffsetDateTime serializer should be added, otherwise false.
- isAllOf() - Method in interface dk.mada.jaxrs.openapi.SchemaParser
-
Returns true if this schema represents a combination of types.
- isAnyOf() - Method in interface dk.mada.jaxrs.openapi.SchemaParser
-
Returns true if the schema defines a composition by anyOf.
- isAnyOf() - Method in class dk.mada.jaxrs.openapi.SchemaParserV30
- isAnyOf() - Method in class dk.mada.jaxrs.openapi.SchemaParserV31
- isApiUseMultipartForm() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if generation of API classes should use multipart bodies..
- isArray() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxProperty
-
Returns true if this property should be rendered as an array, otherwise false.
- isArray() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Returns true if this property should be rendered as an array, otherwise false.
- isArray() - Method in class dk.mada.jaxrs.model.types.TypeByteArray
-
Returns true if this is the byte-array instance, otherwise false.
- isArray() - Method in interface dk.mada.jaxrs.openapi.SchemaParser
-
Returns true if the schema defines an array.
- isArray() - Method in class dk.mada.jaxrs.openapi.SchemaParserV30
- isArray() - Method in class dk.mada.jaxrs.openapi.SchemaParserV31
- isArray(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty.Builder
-
Initializes the value for the
isArray
attribute. - isBigDecimal() - Method in interface dk.mada.jaxrs.model.types.Type
-
Returns true if this type represents big-decimal.
- isBigDecimal() - Method in class dk.mada.jaxrs.model.types.TypeBigDecimal
- isBigDecimal() - Method in interface dk.mada.jaxrs.model.types.TypeReference
- isBinary() - Method in interface dk.mada.jaxrs.openapi.SchemaParser
-
Returns true if the schema is a binary stream of data.
- isBinary() - Method in class dk.mada.jaxrs.openapi.SchemaParserV30
- isBinary() - Method in class dk.mada.jaxrs.openapi.SchemaParserV31
- isBodyParam() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiParam
-
Returns true if this is the body parameter, otherwise false.
- isBodyParam() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Returns true if this is the body parameter, otherwise false.
- isBodyParam(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam.Builder
-
Initializes the value for the
isBodyParam
attribute. - isByteArray() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxPropertyExt
-
Returns true if this property is a byte array.
- isByteArray() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Returns true if this property is a byte array.
- isByteArray(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt.Builder
-
Initializes the value for the
isByteArray
attribute. - isContainer() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiParam
-
Returns true if the parameter is a container.
- isContainer() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Returns true if the parameter is a container.
- isContainer() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxProperty
-
Returns true if this property is a container, otherwise false.
- isContainer() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Returns true if this property is a container, otherwise false.
- isContainer() - Method in interface dk.mada.jaxrs.model.types.Type
-
Returns true if this type represents a container, otherwise false.
- isContainer() - Method in interface dk.mada.jaxrs.model.types.TypeContainer
- isContainer() - Method in interface dk.mada.jaxrs.model.types.TypeReference
- isContainer(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam.Builder
-
Initializes the value for the
isContainer
attribute. - isContainer(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty.Builder
-
Initializes the value for the
isContainer
attribute. - isDate() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxProperty
-
Returns true if this property should be rendered as a date, otherwise false.
- isDate() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Returns true if this property should be rendered as a date, otherwise false.
- isDate() - Method in interface dk.mada.jaxrs.model.types.Type
-
Returns true if this type represents date.
- isDate() - Method in class dk.mada.jaxrs.model.types.TypeDate
- isDate() - Method in interface dk.mada.jaxrs.model.types.TypeReference
- isDate(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty.Builder
-
Initializes the value for the
isDate
attribute. - isDate(boolean) - Method in interface dk.mada.jaxrs.openapi.SchemaParser
-
Returns true if the schema defines a date.
- isDate(boolean) - Method in class dk.mada.jaxrs.openapi.SchemaParserV30
- isDate(boolean) - Method in class dk.mada.jaxrs.openapi.SchemaParserV31
- isDateTime() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxProperty
-
Returns true if this property should be rendered as a date-time, otherwise false.
- isDateTime() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Returns true if this property should be rendered as a date-time, otherwise false.
- isDateTime() - Method in interface dk.mada.jaxrs.model.types.Type
-
Returns true if this type represents date-time.
- isDateTime() - Method in class dk.mada.jaxrs.model.types.TypeDateTime
- isDateTime() - Method in interface dk.mada.jaxrs.model.types.TypeReference
- isDateTime(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty.Builder
-
Initializes the value for the
isDateTime
attribute. - isDateTime(boolean) - Method in interface dk.mada.jaxrs.openapi.SchemaParser
-
Returns if the schema defines a date-time.
- isDateTime(boolean) - Method in class dk.mada.jaxrs.openapi.SchemaParserV30
- isDateTime(boolean) - Method in class dk.mada.jaxrs.openapi.SchemaParserV31
- isDeserializer() - Method in enum class dk.mada.jaxrs.generator.mpclient.ExtraTemplate
-
Returns true for deserializers.
- isDto() - Method in interface dk.mada.jaxrs.model.Dto
- isDto() - Method in interface dk.mada.jaxrs.model.types.Type
-
Returns true if this type represents a custom type DTO.
- isDto() - Method in interface dk.mada.jaxrs.model.types.TypeReference
- isDtoRecords() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if DTOs should be generated as records instead of POJOs.
- isEmptyValidation() - Method in record class dk.mada.jaxrs.model.Validation
-
Returns true if this is a simple empty/no validation.
- isEnum() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDto
-
Returns true if this is an enumeration, otherwise false.
- isEnum() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxProperty
-
Returns true if this property should render an enumeration, otherwise false.
- isEnum() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Returns true if this property should render an enumeration, otherwise false.
- isEnum() - Method in interface dk.mada.jaxrs.model.Dto
-
Returns true if this is an enumeration, otherwise false.
- isEnum() - Method in interface dk.mada.jaxrs.model.types.Type
-
Returns true if this type represents an enumeration.
- isEnum() - Method in interface dk.mada.jaxrs.model.types.TypeEnum
- isEnum() - Method in interface dk.mada.jaxrs.model.types.TypeReference
- isEnum(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty.Builder
-
Initializes the value for the
isEnum
attribute. - isEnumeration() - Method in interface dk.mada.jaxrs.openapi.SchemaParser
-
Returns true if this schema defines an enumeration.
- isEnumUnknownDefault() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoExt
-
Returns true if enumeration should deserialize unknown input to the last enumeration entry.
- isEnumUnknownDefault() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Returns true if enumeration should deserialize unknown input to the last enumeration entry.
- isEnumUnknownDefault(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Initializes the value for the
isEnumUnknownDefault
attribute. - isEqualsPrimitive() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoExt
-
Returns true if enumeration data type is primitive and can use == for equals.
- isEqualsPrimitive() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxPropertyExt
-
Returns true if this property is primitive and can use == for equals.
- isEqualsPrimitive() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Returns true if enumeration data type is primitive and can use == for equals.
- isEqualsPrimitive() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Returns true if this property is primitive and can use == for equals.
- isEqualsPrimitive(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Initializes the value for the
isEqualsPrimitive
attribute. - isEqualsPrimitive(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt.Builder
-
Initializes the value for the
isEqualsPrimitive
attribute. - isFixupNullTypeDates() - Method in class dk.mada.jaxrs.openapi.ParserOpts
-
Returns true if null-type with format date/date-time should be fixed.
- isFormParam() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiParam
-
Returns true if this is a form parameter, otherwise false.
- isFormParam() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Returns true if this is a form parameter, otherwise false.
- isFormParam() - Method in class dk.mada.jaxrs.model.api.ImmutableParameter
-
Returns true if the parameter is a form parameter, otherwise false.
- isFormParam() - Method in interface dk.mada.jaxrs.model.api.Parameter
-
Returns true if the parameter is a form parameter, otherwise false.
- isFormParam(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam.Builder
-
Initializes the value for the
isFormParam
attribute. - isFormParam(boolean) - Method in class dk.mada.jaxrs.model.api.ImmutableParameter.Builder
-
Initializes the value for the
isFormParam
attribute. - isHeaderParam() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiParam
-
Returns true if this is a header parameter, otherwise false.
- isHeaderParam() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Returns true if this is a header parameter, otherwise false.
- isHeaderParam() - Method in class dk.mada.jaxrs.model.api.ImmutableParameter
-
Returns true if the parameter is a header parameter, otherwise false.
- isHeaderParam() - Method in interface dk.mada.jaxrs.model.api.Parameter
-
Returns true if the parameter is a header parameter, otherwise false.
- isHeaderParam(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam.Builder
-
Initializes the value for the
isHeaderParam
attribute. - isHeaderParam(boolean) - Method in class dk.mada.jaxrs.model.api.ImmutableParameter.Builder
-
Initializes the value for the
isHeaderParam
attribute. - isJackson() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if rendering for jackson, otherwise false.
- isJakarta() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if rendering for jakarta, false if rendering for javax.
- isJseBigDecimal() - Method in class dk.mada.jaxrs.openapi.ParserOpts
-
Returns true if the JSE type BigDecimal should be used.
- isJseInputStream() - Method in class dk.mada.jaxrs.openapi.ParserOpts
-
Returns true if the InputStream type is to be treated as java.io.InputStream, otherwise false.
- isJseLocalDate() - Method in record class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.LeakedParserOpts
-
Returns the value of the
isJseLocalDate
record component. - isJseLocalDate() - Method in class dk.mada.jaxrs.openapi.ParserOpts
-
Returns true if the JSE type LocalDate should be used.
- isJseLocalDateTime() - Method in record class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.LeakedParserOpts
-
Returns the value of the
isJseLocalDateTime
record component. - isJseLocalDateTime() - Method in class dk.mada.jaxrs.openapi.ParserOpts
-
Returns true if the JSE type LocalDateTime should be used.
- isJseLocalTime() - Method in class dk.mada.jaxrs.openapi.ParserOpts
-
Returns true if the JSE type LocalTime should be used.
- isJseOffsetDateTime() - Method in record class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.LeakedParserOpts
-
Returns the value of the
isJseOffsetDateTime
record component. - isJseOffsetDateTime() - Method in class dk.mada.jaxrs.openapi.ParserOpts
-
Returns true if the JSE type OffsetDateTime should be used.
- isJseUUID() - Method in class dk.mada.jaxrs.openapi.ParserOpts
-
Returns true if the SchemaUUID type is to be treated as java.util.UUID, otherwise false.
- isJseZonedDateTime() - Method in class dk.mada.jaxrs.openapi.ParserOpts
-
Returns true if the JSE type ZonedDateTime should be used instead of OffsetDateTime.
- isJsonb() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if rendering for jsonb, otherwise false.
- isJspecify() - Method in record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiExt
-
Returns the value of the
isJspecify
record component. - isJspecify() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoExt
-
Returns true if jspecify Nullable annotations should be used.
- isJspecify() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Returns true if jspecify Nullable annotations should be used.
- isJspecify() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if rendering with jspecify annotations.
- isJspecify(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Initializes the value for the
isJspecify
attribute. - isJspecifyNullUnmarked() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoExt
-
Returns true if type is jspecify NullUnmarked - note, not the opposite of isJspecify.
- isJspecifyNullUnmarked() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Returns true if type is jspecify NullUnmarked - note, not the opposite of isJspecify.
- isJspecifyNullUnmarked(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Initializes the value for the
isJspecifyNullUnmarked
attribute. - isLocalDate() - Method in enum class dk.mada.jaxrs.generator.mpclient.ExtraTemplate
-
Returns true if the class handles LocalDate.
- isLocalDateTime() - Method in enum class dk.mada.jaxrs.generator.mpclient.ExtraTemplate
-
Returns true if the class handles LocalDateTime.
- isMap() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxProperty
-
Returns true if this property should be rendered as a map, otherwise false.
- isMap() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Returns true if this property should be rendered as a map, otherwise false.
- isMap() - Method in interface dk.mada.jaxrs.openapi.SchemaParser
-
Returns true if the schema defines a map.
- isMap() - Method in class dk.mada.jaxrs.openapi.SchemaParserV30
- isMap() - Method in class dk.mada.jaxrs.openapi.SchemaParserV31
- isMap(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty.Builder
-
Initializes the value for the
isMap
attribute. - isMapSimpleDtosToObject() - Method in class dk.mada.jaxrs.openapi.ParserOpts
-
Returns true if the parser should map simple DTOs to Object.
- isMultipartForm() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiParam
-
Returns true if this is a multipart form body, otherwise false.
- isMultipartForm() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Returns true if this is a multipart form body, otherwise false.
- isMultipartForm() - Method in class dk.mada.jaxrs.model.api.ImmutableRequestBody
-
Returns true if this body is a synthetic multipart body.
- isMultipartForm() - Method in interface dk.mada.jaxrs.model.api.RequestBody
-
Returns true if this body is a synthetic multipart body.
- isMultipartForm() - Method in interface dk.mada.jaxrs.model.Dto
-
Returns true if this instance is used as a multipart form body.
- isMultipartForm() - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Returns true if this instance is used as a multipart form body.
- isMultipartForm(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam.Builder
-
Initializes the value for the
isMultipartForm
attribute. - isMultipartForm(boolean) - Method in class dk.mada.jaxrs.model.api.ImmutableRequestBody.Builder
-
Initializes the value for the
isMultipartForm
attribute. - isMultipartForm(boolean) - Method in class dk.mada.jaxrs.model.ImmutableDto.Builder
-
Initializes the value for the
isMultipartForm
attribute. - isNullable() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiParam
-
Returns true if this parameter is nullable.
- isNullable() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Returns true if this parameter is nullable.
- isNullable() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDto
-
Returns true if the is an enumeration that can be deserialized as null.
- isNullable() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxPropertyExt
-
Returns true if this property is nullable.
- isNullable() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Returns true if the is an enumeration that can be deserialized as null.
- isNullable() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Returns true if this property is nullable.
- isNullable() - Method in interface dk.mada.jaxrs.openapi.SchemaParser
-
Returns true if the type is nullable.
- isNullable() - Method in class dk.mada.jaxrs.openapi.SchemaParserV30
- isNullable() - Method in class dk.mada.jaxrs.openapi.SchemaParserV31
- isNullable(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam.Builder
-
Initializes the value for the
isNullable
attribute. - isNullable(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Initializes the value for the
isNullable
attribute. - isNullable(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt.Builder
-
Initializes the value for the
isNullable
attribute. - isNumber() - Method in enum class dk.mada.jaxrs.model.types.Primitive
-
Returns true if this primitive is a OpenApi number.
- isNumber() - Method in interface dk.mada.jaxrs.openapi.SchemaParser
-
Returns true if the schema defines a number.
- isNumber() - Method in class dk.mada.jaxrs.openapi.SchemaParserV30
- isNumber() - Method in class dk.mada.jaxrs.openapi.SchemaParserV31
- isObject() - Method in interface dk.mada.jaxrs.openapi.SchemaParser
-
Returns true if the schema defines an object.
- isObject() - Method in class dk.mada.jaxrs.openapi.SchemaParserV30
- isObject() - Method in class dk.mada.jaxrs.openapi.SchemaParserV31
- isOffsetDateTime() - Method in enum class dk.mada.jaxrs.generator.mpclient.ExtraTemplate
-
Returns true if the class handles OffsetDateTime.
- isOneOf() - Method in interface dk.mada.jaxrs.openapi.SchemaParser
-
Returns true if the schema defines a composition by oneOf.
- isOneOf() - Method in class dk.mada.jaxrs.openapi.SchemaParserV30
- isOneOf() - Method in class dk.mada.jaxrs.openapi.SchemaParserV31
- isPathParam() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiParam
-
Returns true if this is a path parameter, otherwise false.
- isPathParam() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Returns true if this is a path parameter, otherwise false.
- isPathParam() - Method in class dk.mada.jaxrs.model.api.ImmutableParameter
-
Returns true if the parameter is a path parameter, otherwise false.
- isPathParam() - Method in interface dk.mada.jaxrs.model.api.Parameter
-
Returns true if the parameter is a path parameter, otherwise false.
- isPathParam(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam.Builder
-
Initializes the value for the
isPathParam
attribute. - isPathParam(boolean) - Method in class dk.mada.jaxrs.model.api.ImmutableParameter.Builder
-
Initializes the value for the
isPathParam
attribute. - isPlainObject() - Method in interface dk.mada.jaxrs.model.types.Type
-
Returns true if this type represents the plain object.
- isPlainObject() - Method in class dk.mada.jaxrs.model.types.TypePlainObject
- isPrimitive() - Method in enum class dk.mada.jaxrs.model.types.Primitive
- isPrimitive() - Method in interface dk.mada.jaxrs.model.types.Type
-
Returns true if this type is a Java primitive.
- isPrimitive(Primitive) - Method in enum class dk.mada.jaxrs.model.types.Primitive
- isPrimitive(Primitive) - Method in interface dk.mada.jaxrs.model.types.Type
-
Return true if this type is the given primitive.
- isPrimitive(Primitive) - Method in interface dk.mada.jaxrs.model.types.TypeReference
- isQueryParam() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiParam
-
Returns true if this is a query parameter, otherwise false.
- isQueryParam() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Returns true if this is a query parameter, otherwise false.
- isQueryParam() - Method in class dk.mada.jaxrs.model.api.ImmutableParameter
-
Returns true if the parameter is a query parameter, otherwise false.
- isQueryParam() - Method in interface dk.mada.jaxrs.model.api.Parameter
-
Returns true if the parameter is a query parameter, otherwise false.
- isQueryParam(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam.Builder
-
Initializes the value for the
isQueryParam
attribute. - isQueryParam(boolean) - Method in class dk.mada.jaxrs.model.api.ImmutableParameter.Builder
-
Initializes the value for the
isQueryParam
attribute. - isReadOnly() - Method in record class dk.mada.jaxrs.model.Validation
-
Returns true if read-only is set.
- isRecord() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDto
-
Returns true if this DTO should be rendered as a record.
- isRecord() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Returns true if this DTO should be rendered as a record.
- isRecord(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Initializes the value for the
isRecord
attribute. - isRecordBuilder() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoExt
-
Returns true if a builder should be added to the record.
- isRecordBuilder() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Returns true if a builder should be added to the record.
- isRecordBuilder(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Initializes the value for the
isRecordBuilder
attribute. - isRecordCanonicalConstructor() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoExt
-
Returns true if a canonical constructor should be added to the record.
- isRecordCanonicalConstructor() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Returns true if a canonical constructor should be added to the record.
- isRecordCanonicalConstructor(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Initializes the value for the
isRecordCanonicalConstructor
attribute. - isRef() - Method in interface dk.mada.jaxrs.openapi.SchemaParser
-
Returns true if the schema contains a reference to another type.
- isRenameCaseConflicts() - Method in class dk.mada.jaxrs.model.naming.Naming
-
Returns true if types should be renamed to avoid conflicts on Windows.
- isRenameCaseConflicts() - Method in class dk.mada.jaxrs.model.naming.NamingOpts
-
Returns true if types should be renamed to avoid conflicts on Windows.
- isRenderPropertyOrderAnnotation() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoExt
-
Returns true if the property order annotation should be rendered.
- isRenderPropertyOrderAnnotation() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Returns true if the property order annotation should be rendered.
- isRenderPropertyOrderAnnotation(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Initializes the value for the
isRenderPropertyOrderAnnotation
attribute. - isRenderSingleLineToString() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoExt
-
Returns true if the toString should create a single-line string.
- isRenderSingleLineToString() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Returns true if the toString should create a single-line string.
- isRenderSingleLineToString(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Initializes the value for the
isRenderSingleLineToString
attribute. - isRenderToStringHelper() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoExt
-
Returns true if the toString indentation helper method should be rendered.
- isRenderToStringHelper() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Returns true if the toString indentation helper method should be rendered.
- isRenderToStringHelper(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Initializes the value for the
isRenderToStringHelper
attribute. - isRequired() - Method in record class dk.mada.jaxrs.model.api.ContentSelector.ContentContext
-
Returns the value of the
isRequired
record component. - isRequireNonNull() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxPropertyExt
-
Returns true if this property should guard against nulls with Objects.requireNonNull.
- isRequireNonNull() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Returns true if this property should guard against nulls with Objects.requireNonNull.
- isRequireNonNull(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt.Builder
-
Initializes the value for the
isRequireNonNull
attribute. - isSet() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxProperty
-
Returns true if this property should be rendered as a set, otherwise false.
- isSet() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Returns true if this property should be rendered as a set, otherwise false.
- isSet(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty.Builder
-
Initializes the value for the
isSet
attribute. - isSkipApiClasses() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if generation of API classes should be skipped..
- isStream() - Method in class dk.mada.jaxrs.model.types.TypeByteArray
-
Returns true if this is the stream instance, otherwise false.
- isString() - Method in interface dk.mada.jaxrs.openapi.SchemaParser
-
Returns true if the schema defines a string.
- isString() - Method in class dk.mada.jaxrs.openapi.SchemaParserV30
- isString() - Method in class dk.mada.jaxrs.openapi.SchemaParserV31
- isTestingKeepDestination() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if the destination folder should be kept during testing.
- isTime() - Method in interface dk.mada.jaxrs.model.types.Type
-
Returns true if this type represents time.
- isTime() - Method in class dk.mada.jaxrs.model.types.TypeLocalTime
- isTime() - Method in interface dk.mada.jaxrs.model.types.TypeReference
- isTime() - Method in interface dk.mada.jaxrs.openapi.SchemaParser
-
Returns true if this schema defines (just) time.
- isUnique() - Method in record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiResponse
-
Returns the value of the
isUnique
record component. - isUnique() - Method in interface dk.mada.jaxrs.openapi.SchemaParser
-
Returns true if the schema defines unique items (is a set).
- isUnwrapByteArrayList() - Method in class dk.mada.jaxrs.openapi.ParserOpts
-
Returns true if List<byte[]> should be unwrapped to byte[].
- isUseApiWrappedPrimitives() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if wrapped primitives should be used in API parameters.
- isUseBeanValidation() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if bean validation should be used, otherwise false.
- isUseBigDecimalForDouble() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxPropertyExt
-
Returns true to use BigDecimal, false to use Double.
- isUseBigDecimalForDouble() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Returns true to use BigDecimal, false to use Double.
- isUseBigDecimalForDouble() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if BigDecimal should be used for double, otherwise use Double.
- isUseBigDecimalForDouble(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt.Builder
-
Initializes the value for the
isUseBigDecimalForDouble
attribute. - isUseBooleanGetPrefix() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if boolean getters should use 'get' as prefix, otherwise use 'is'.
- isUseEmptyCollections() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxPropertyExt
-
Returns true to initialize collections, false to leave as null.
- isUseEmptyCollections() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Returns true to initialize collections, false to leave as null.
- isUseEmptyCollections() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if collections should be initialized as empty, otherwise will be null.
- isUseEmptyCollections(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt.Builder
-
Initializes the value for the
isUseEmptyCollections
attribute. - isUseEnumUnknownDefault() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if enumerations should deserialize unknown input to 'unknown_default_open_api'.
- isUseJacksonDateTimeSerializer() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if a jackson date-time serializer should be rendered.
- isUseJacksonLocalDateSerializer() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if a jackson LocalDate serializer should be rendered.
- isUseJacksonLocalDateTimeSerializer() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if a jackson LocalDateTime serializer should be rendered.
- isUseJacksonOffsetDateTimeSerializer() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if a jackson OffsetDateTime serializer should be rendered.
- isUseJsonSerializeOptions() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if json serializer options should be used.
- isUseLocalDateTime() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if date-time should be rendered with LocalDateTime.
- isUseMpValidationRules() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns the extra MP validation rules.
- isUseMultipartBody() - Method in record class dk.mada.jaxrs.openapi.Parser.LeakedGeneratorOpts
-
Returns the value of the
isUseMultipartBody
record component. - isUsePojoRequireNonNull() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if POJO DTOs should include null guards.
- isUsePropertyOrderAnnotation() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if the property order annotation should be rendered.
- isUseRecordsRequireNull() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if record DTOs should include null-checks.
- isUseRegisterForReflection() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if @RegisterForReflection should be added to DTOs.
- isUseSerializable() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if DTOs should be marked with Serializable, otherwise false.
- isUseSingleLineToString() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if DTOs should use create a toString generating single-line output.
- isUseZonedDateTime() - Method in class dk.mada.jaxrs.generator.mpclient.GeneratorOpts
-
Returns true if date-time should be rendered with ZonedDateTime.
- isUUID() - Method in interface dk.mada.jaxrs.model.types.Type
-
Returns true if this type represents UUID.
- isUUID() - Method in class dk.mada.jaxrs.model.types.TypeUUID
- isValidation() - Method in interface dk.mada.jaxrs.model.types.Type
-
Returns true if this type represents validation information, otherwise false.
- isValidation() - Method in interface dk.mada.jaxrs.model.types.TypeValidation
- isVoid() - Method in interface dk.mada.jaxrs.model.api.Operation
-
Returns true if all responses on the operation are void.
- isVoid() - Method in interface dk.mada.jaxrs.model.api.Response
-
Returns true if this is a void-response.
- isVoid() - Method in interface dk.mada.jaxrs.model.types.Type
-
Returns true if this type represents void.
- isVoid() - Method in interface dk.mada.jaxrs.model.types.TypeReference
- isVoid() - Method in class dk.mada.jaxrs.model.types.TypeVoid
- itemsSchema() - Method in interface dk.mada.jaxrs.openapi.SchemaParser
-
Returns the schema for the contained items.
J
- jackson() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDto
-
Returns true if a jackson serializer is used, otherwise false.
- jackson() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Returns true if a jackson serializer is used, otherwise false.
- jackson(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Initializes the value for the
jackson
attribute. - Jackson - Enum Class in dk.mada.jaxrs.generator.mpclient.imports
-
Jackson imports and their paths for FasterXml.
- jacksonFasterxml() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializer
-
Returns true if jackson fasterxml serializer is used, otherwise false.
- jacksonFasterxml() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Returns true if jackson fasterxml serializer is used, otherwise false.
- jacksonFasterxml(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer.Builder
-
Initializes the value for the
jacksonFasterxml
attribute. - jacksonJsonSerializeOptions() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoExt
-
Returns optional custom jackson @JsonSerialize options.
- jacksonJsonSerializeOptions() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Returns optional custom jackson @JsonSerialize options.
- jacksonJsonSerializeOptions(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Initializes the optional value
jacksonJsonSerializeOptions
to jacksonJsonSerializeOptions. - jacksonJsonSerializeOptions(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Initializes the optional value
jacksonJsonSerializeOptions
to jacksonJsonSerializeOptions. - javadoc() - Method in record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxValidation
-
Returns the value of the
javadoc
record component. - javadocParamComment() - Method in record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxValidation
-
Returns the value of the
javadocParamComment
record component. - JavaIo - Enum Class in dk.mada.jaxrs.generator.mpclient.imports
-
Java IO import paths.
- JavaMath - Enum Class in dk.mada.jaxrs.generator.mpclient.imports
-
Java math import paths.
- JavaMPClientGenerator - Class in dk.mada.jaxrs.generator.mpclient
-
Generate Java MicroProfile client classes.
- JavaMPClientGenerator() - Constructor for class dk.mada.jaxrs.generator.mpclient.JavaMPClientGenerator
-
Constructs new instance.
- JavaTime - Enum Class in dk.mada.jaxrs.generator.mpclient.imports
-
Java time import paths.
- JavaUtil - Enum Class in dk.mada.jaxrs.generator.mpclient.imports
-
Java util import paths.
- JaxRs - Enum Class in dk.mada.jaxrs.generator.mpclient.imports
-
JAX-RS import paths.
- JSON - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.Jsonb
-
Json.
- JSON_CREATOR - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.Jackson
-
JsonCreator.
- JSON_DESERIALIZE - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.Jackson
-
JsonDeserialize.
- JSON_DESERIALIZER - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.Jackson
-
JsonDeserializer.
- JSON_GENERATOR - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.Jackson
-
JsonGenerator.
- JSON_IGNORE - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.Jackson
-
JsonIgnore.
- JSON_IGNORE_PROPERTIES - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.Jackson
-
JsonIgnoreProperties.
- JSON_PARSER - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.Jackson
-
JsonParser.
- JSON_PROCESSING_EXCEPTION - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.Jackson
-
JsonProcessingException.
- JSON_PROPERTY - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.Jackson
-
JsonProperty.
- JSON_PROPERTY_ORDER - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.Jackson
-
JsonPropertyOrder.
- JSON_SERIALIZE - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.Jackson
-
JsonSerialize.
- JSON_SERIALIZER - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.Jackson
-
JsonSerializer.
- JSON_STRING - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.Jsonb
-
JsonString.
- JSON_SUB_TYPES - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.Jackson
-
JsonSubTypes.
- JSON_TYPE_INFO - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.Jackson
-
JsonTypeInfo.
- JSON_VALUE - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.Jackson
-
JsonValue.
- jsonb() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoExt
-
Returns true if rendering for jsonb, false otherwise.
- jsonb() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializer
-
Returns true if jsonb serializer is used, otherwise false.
- jsonb() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxPropertyExt
-
Returns true if rendering for jsonb, false otherwise.
- jsonb() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Returns true if rendering for jsonb, false otherwise.
- jsonb() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Returns true if jsonb serializer is used, otherwise false.
- jsonb() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Returns true if rendering for jsonb, false otherwise.
- jsonb(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Initializes the value for the
jsonb
attribute. - jsonb(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer.Builder
-
Initializes the value for the
jsonb
attribute. - jsonb(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt.Builder
-
Initializes the value for the
jsonb
attribute. - Jsonb - Enum Class in dk.mada.jaxrs.generator.mpclient.imports
-
Json binding import paths.
- JSONB_ADAPTER - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.Jsonb
-
JsonbAdapter.
- JSONB_PROPERTY - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.Jsonb
-
JsonbProperty.
- JSONB_PROPERTY_ORDER - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.Jsonb
-
JsonbPropertyOrder.
- JSONB_TYPE_ADAPTER - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.Jsonb
-
JsonbTypeAdapter.
- jsonPropertyConstant() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxPropertyExt
-
Returns a json property constant value, or null.
- jsonPropertyConstant() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Returns a json property constant value, or null.
- jsonPropertyConstant(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt.Builder
-
Initializes the value for the
jsonPropertyConstant
attribute. - Jspecify - Enum Class in dk.mada.jaxrs.generator.mpclient.imports
-
JSpecify import paths.
L
- LeakedGeneratorOpts(TypeDateTime, String, boolean, Type) - Constructor for record class dk.mada.jaxrs.openapi.Parser.LeakedGeneratorOpts
-
Creates an instance of a
LeakedGeneratorOpts
record class. - LeakedParserOpts(boolean, boolean, boolean) - Constructor for record class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.LeakedParserOpts
-
Creates an instance of a
LeakedParserOpts
record class. - lineBreak() - Method in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.LineEnding
-
Returns the active line break sequence.
- LINKED_HASH_SET - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaUtil
-
LinkedHashSet.
- LIST - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaUtil
-
List.
- loadConfig() - Static method in class dk.mada.jaxrs.generator.mpclient.LoggerConfig
-
Loads default logger configuration.
- loadConfig(String) - Static method in class dk.mada.jaxrs.generator.mpclient.LoggerConfig
-
Loads specific logger configuration.
- LOCAL - Enum constant in enum class dk.mada.jaxrs.model.types.TypeDateTime.DateTimeVariant
-
LocalDateTime.
- LOCAL_DATE - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaTime
-
LocalDate.
- LOCAL_DATE - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name of LocalDate.
- LOCAL_DATE_JACKSON_DESERIALIZER - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.ExtraTemplate
-
LocalDate Jackson deserializer template.
- LOCAL_DATE_JACKSON_SERIALIZER - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.ExtraTemplate
-
LocalDate Jackson serializer template.
- LOCAL_DATE_TIME - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaTime
-
LocalDateTime.
- LOCAL_DATE_TIME - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name of LocalDateTime.
- LOCAL_DATE_TIME_JACKSON_DESERIALIZER - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.ExtraTemplate
-
LocalDateTime Jackson deserializer template.
- LOCAL_DATE_TIME_JACKSON_SERIALIZER - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.ExtraTemplate
-
LocalDateTime Jackson serializer template.
- LOCAL_TIME - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name of LocalTime.
- location() - Method in record class dk.mada.jaxrs.model.api.ContentSelector.ContentContext
-
Returns the value of the
location
record component. - LoggerConfig - Class in dk.mada.jaxrs.generator.mpclient
-
Controls (JUL) logging backend.
- LoggerConfig.LoggerSlf4NamingFormatter - Class in dk.mada.jaxrs.generator.mpclient
-
Log formatter that translates the JUL level naming to that used by SLF4J.
- LoggerSlf4NamingFormatter() - Constructor for class dk.mada.jaxrs.generator.mpclient.LoggerConfig.LoggerSlf4NamingFormatter
-
Creates new instance.
- logLevel() - Method in record class dk.mada.jaxrs.generator.api.ClientContext
-
Returns the value of the
logLevel
record component. - LONG - Enum constant in enum class dk.mada.jaxrs.model.types.Primitive
-
The long.
- LONG - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name of long.
- LONG_WRAPPER - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name of Long.
M
- madaApi() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApi
-
Returns additional custom template data for the api.
- madaApi() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Returns additional custom template data for the api.
- madaApi(CtxApiExt) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi.Builder
-
Initializes the value for the
madaApi
attribute. - madaDto() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDto
-
Returns additional custom template data for the dto.
- madaDto() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Returns additional custom template data for the dto.
- madaDto(CtxDtoExt) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Initializes the value for the
madaDto
attribute. - madaOp() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiOp
-
Returns additional custom template data for the operation.
- madaOp() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp
-
Returns additional custom template data for the operation.
- madaOp(CtxApiOpExt) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp.Builder
-
Initializes the value for the
madaOp
attribute. - madaProp() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxProperty
-
Returns additional custom template data for the property.
- madaProp() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Returns additional custom template data for the property.
- madaProp(CtxPropertyExt) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty.Builder
-
Initializes the value for the
madaProp
attribute. - main(String[]) - Static method in class dk.mada.jaxrs.generator.cli.Main
-
Will (eventually) start the generator from command line.
- Main - Class in dk.mada.jaxrs.generator.cli
-
Main class for command line invocation.
- mainNoExit(String[]) - Static method in class dk.mada.jaxrs.generator.cli.Main
-
Run the generator from command line arguments without System.exit.
- makeDtoRef(String, Validation) - Method in class dk.mada.jaxrs.openapi.ParserTypeRefs
-
Makes a new parser reference to a DTO.
- makeNullable(Validation) - Static method in class dk.mada.jaxrs.openapi.Validations
-
Returns a validation that allows the type to be null.
- makeRelaxed(Validation) - Static method in class dk.mada.jaxrs.openapi.Validations
-
Returns a more relaxed validation; not required and nullable.
- makeRequired(Validation) - Static method in class dk.mada.jaxrs.openapi.Validations
-
Returns a validation that requires the type.
- makeValidation(Imports, Type, Validation) - Method in class dk.mada.jaxrs.generator.mpclient.validation.ValidationGenerator
-
Generate validation rendering context from type and validation information.
- makeValidDtoJavadocSummary(String) - Static method in class dk.mada.jaxrs.generator.mpclient.StringRenderer
-
Make a summary valid for use in the DTO summary javadoc section.
- makeValidEdgeTypeName(String) - Method in class dk.mada.jaxrs.model.naming.Identifiers
-
Make a valid type name for java, down-casing on edges.
- makeValidEdgeVariableName(String) - Method in class dk.mada.jaxrs.model.naming.Identifiers
-
Make a valid variable name for java, down-casing on edges.
- makeValidOperationJavadocSummary(String) - Static method in class dk.mada.jaxrs.generator.mpclient.StringRenderer
-
Make a summary valid for use in the API summary javadoc section.
- makeValidPropertyJavadocSummary(String) - Static method in class dk.mada.jaxrs.generator.mpclient.StringRenderer
-
Make a summary valid for use in the property javadoc section.
- makeValidTypeName(String) - Method in class dk.mada.jaxrs.model.naming.Identifiers
-
Make a valid type name for java.
- makeValidVariableName(String) - Method in class dk.mada.jaxrs.model.naming.Identifiers
-
Make a valid variable name for java.
- MAP - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaUtil
-
Map.
- mapInnerSchema() - Method in interface dk.mada.jaxrs.openapi.SchemaParser
-
Returns the schema defining the inner type of a map.
- mappedModels() - Method in record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoDiscriminator
-
Returns the value of the
mappedModels
record component. - mappingName() - Method in record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoDiscriminator.ModelMapping
-
Returns the value of the
mappingName
record component. - MARKER_NOFORMAT_INT - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name marking an integer of unknown format/size.
- MARKER_NOFORMAT_NUMBER - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name marking an number of unknown format/size.
- MARKER_UNKNOWN - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name for an unknown type at parse time - not a real type.
- MARKER_VALIDATION - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name for a validation marker - not a real type.
- MAX - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.ValidationApi
-
Max.
- maximum() - Method in record class dk.mada.jaxrs.model.Validation
-
Returns the optional maximum.
- maxItems() - Method in record class dk.mada.jaxrs.model.Validation
-
Returns the optional maximal items.
- maxLength() - Method in record class dk.mada.jaxrs.model.Validation
-
Returns the optional maximal length.
- MEDIA_TYPE - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.JaxRs
-
MediaType.
- mediaType() - Method in record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiResponse
-
Returns the value of the
mediaType
record component. - mediaTypes() - Method in interface dk.mada.jaxrs.model.api.Content
-
Returns the content media types supported.
- mediaTypes() - Method in class dk.mada.jaxrs.model.api.ImmutableContent
-
Returns the content media types supported.
- mediaTypes(Iterable<String>) - Method in class dk.mada.jaxrs.model.api.ImmutableContent.Builder
-
Sets or replaces all elements for
mediaTypes
set. - MediaTypes - Class in dk.mada.jaxrs.generator.mpclient
-
Handling of media types.
- MicroProfile - Enum Class in dk.mada.jaxrs.generator.mpclient.imports
-
MicroProfile import paths.
- MicroProfileTransformers - Class in dk.mada.jaxrs.generator.mpclient.validation
-
MicroProfile transformers.
- MIN - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.ValidationApi
-
Min.
- minimum() - Method in record class dk.mada.jaxrs.model.Validation
-
Returns the optional minimum.
- minItems() - Method in record class dk.mada.jaxrs.model.Validation
-
Returns the optional minimal items.
- minLength() - Method in record class dk.mada.jaxrs.model.Validation
-
Returns the optional minimal length.
- Model - Record Class in dk.mada.jaxrs.model
-
The transformed model of an OpenApi specification.
- Model(Naming, Info, Operations, Dtos, Set<TypeInterface>, List<SecurityScheme>, ContentSelector) - Constructor for record class dk.mada.jaxrs.model.Model
-
Creates an instance of a
Model
record class. - modelClass() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiRenderer
-
Model class.
- modelClass() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoRenderer
-
Model class.
- modelClass() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializerRenderer
-
Model class.
- modelClass() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterfaceRenderer
-
Model class.
- ModelMapping(String, String, Map<String, String>) - Constructor for record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoDiscriminator.ModelMapping
-
Creates an instance of a
ModelMapping
record class. - modelName() - Method in record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoDiscriminator.ModelMapping
-
Returns the value of the
modelName
record component. - mpProviders() - Method in record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiExt
-
Returns the value of the
mpProviders
record component. - mpRestClientConfigKey() - Method in record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiExt
-
Returns the value of the
mpRestClientConfigKey
record component. - mpSchemaName() - Method in interface dk.mada.jaxrs.model.Dto
-
Returns the MP Schema name.
- mpSchemaName() - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Returns the MP Schema name.
- mpSchemaName(String) - Method in class dk.mada.jaxrs.model.ImmutableDto.Builder
-
Initializes the value for the
mpSchemaName
attribute. - MULTIPART_FORM - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.RestEasy
-
MultipartForm.
- MULTIPART_PARTTYPE - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.RestEasy
-
Part type.
- multipartType() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxPropertyExt
-
Returns the multipart type associated with this property, or null.
- multipartType() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Returns the multipart type associated with this property, or null.
- multipartType(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt.Builder
-
Initializes the value for the
multipartType
attribute.
N
- name() - Method in record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxEnum.CtxEnumEntry
-
Returns the value of the
name
record component. - name() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxProperty
-
Returns the java field name.
- name() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Returns the java field name.
- name() - Method in class dk.mada.jaxrs.model.api.ImmutableParameter
-
Returns parameter name.
- name() - Method in interface dk.mada.jaxrs.model.api.Parameter
-
Returns parameter name.
- name() - Method in interface dk.mada.jaxrs.model.Dto
-
Returns the DTO name.
- name() - Method in class dk.mada.jaxrs.model.ImmutableContact
-
Returns the optional name of the contact.
- name() - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Returns the DTO name.
- name() - Method in class dk.mada.jaxrs.model.ImmutableProperty
-
Returns the property name.
- name() - Method in class dk.mada.jaxrs.model.Info.Contact
-
Returns the optional name of the contact.
- name() - Method in record class dk.mada.jaxrs.model.naming.EnumNamer.EnumNameValue
-
Returns the value of the
name
record component. - name() - Method in interface dk.mada.jaxrs.model.Property
-
Returns the property name.
- name() - Method in record class dk.mada.jaxrs.model.SecurityScheme
-
Returns the value of the
name
record component. - name() - Method in record class dk.mada.jaxrs.model.types.TypeName
-
Returns the value of the
name
record component. - name() - Method in interface dk.mada.jaxrs.openapi.SchemaParser
-
Returns the schema name, or null.
- name(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty.Builder
-
Initializes the value for the
name
attribute. - name(String) - Method in class dk.mada.jaxrs.model.api.ImmutableParameter.Builder
-
Initializes the value for the
name
attribute. - name(String) - Method in class dk.mada.jaxrs.model.ImmutableContact.Builder
-
Initializes the optional value
name
to name. - name(String) - Method in class dk.mada.jaxrs.model.ImmutableDto.Builder
-
Initializes the value for the
name
attribute. - name(String) - Method in class dk.mada.jaxrs.model.ImmutableProperty.Builder
-
Initializes the value for the
name
attribute. - name(Optional<String>) - Method in class dk.mada.jaxrs.model.ImmutableContact.Builder
-
Initializes the optional value
name
to name. - NAME_ORDER - Enum constant in enum class dk.mada.jaxrs.model.naming.NamingOpts.SchemaOrder
-
Follow naming order of schemas.
- NAMED - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.RecordBuilderControl
-
Create builder in named records only.
- nameInCamelCase() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxProperty
-
Returns the java field name in camel case, used to construct method names.
- nameInCamelCase() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Returns the java field name in camel case, used to construct method names.
- nameInCamelCase(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty.Builder
-
Initializes the value for the
nameInCamelCase
attribute. - nameInSnakeCase() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxProperty
-
Returns the java field name in snake case, used to construct constant names.
- nameInSnakeCase() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Returns the java field name in snake case, used to construct constant names.
- nameInSnakeCase(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty.Builder
-
Initializes the value for the
nameInSnakeCase
attribute. - naming() - Method in record class dk.mada.jaxrs.model.Model
-
Returns the value of the
naming
record component. - Naming - Class in dk.mada.jaxrs.model.naming
-
Executes naming rules.
- Naming(OptionReader) - Constructor for class dk.mada.jaxrs.model.naming.Naming
-
Creates a new instance.
- NamingOpts - Class in dk.mada.jaxrs.model.naming
-
Definitions of naming options.
- NamingOpts(OptionReader) - Constructor for class dk.mada.jaxrs.model.naming.NamingOpts
-
Constructs new instance.
- NamingOpts.SchemaOrder - Enum Class in dk.mada.jaxrs.model.naming
-
Ordering preference when renaming due to name conflicts.
- NamingRules - Class in dk.mada.jaxrs.model.naming
-
Constructs naming rules from user input.
- neededImports() - Method in interface dk.mada.jaxrs.model.types.Type
-
Returns the set of imports needed to use this type in a DTO.
- neededImports() - Method in class dk.mada.jaxrs.model.types.TypeBigDecimal
- neededImports() - Method in class dk.mada.jaxrs.model.types.TypeByteArray
- neededImports() - Method in interface dk.mada.jaxrs.model.types.TypeContainer
- neededImports() - Method in class dk.mada.jaxrs.model.types.TypeDate
- neededImports() - Method in class dk.mada.jaxrs.model.types.TypeDateTime
- neededImports() - Method in interface dk.mada.jaxrs.model.types.TypeInterface
- neededImports() - Method in class dk.mada.jaxrs.model.types.TypeLocalTime
- neededImports() - Method in interface dk.mada.jaxrs.model.types.TypeReference
- neededImports() - Method in class dk.mada.jaxrs.model.types.TypeUUID
- NEGATIVE - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.ValidationApi
-
Negative.
- NEGATIVE_OR_ZERO - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.ValidationApi
-
Negative or zero.
- newApi(GeneratorOpts) - Static method in class dk.mada.jaxrs.generator.mpclient.imports.Imports
-
Creates a new instance for API files.
- newDto(GeneratorOpts) - Static method in class dk.mada.jaxrs.generator.mpclient.imports.Imports
-
Creates a new instance for DTO POJO files.
- newEnum(GeneratorOpts, boolean) - Static method in class dk.mada.jaxrs.generator.mpclient.imports.Imports
-
Creates a new instance for enumeration types.
- newExtras(GeneratorOpts, ExtraTemplate) - Static method in class dk.mada.jaxrs.generator.mpclient.imports.Imports
-
Adds imports needed for extra templates.
- newInterface(GeneratorOpts) - Static method in class dk.mada.jaxrs.generator.mpclient.imports.Imports
-
Adds imports needed for interface templates.
- newRecord(GeneratorOpts) - Static method in class dk.mada.jaxrs.generator.mpclient.imports.Imports
-
Creates a new instance for DTO record files.
- nickname() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiOp
-
Returns the operation nickname.
- nickname() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp
-
Returns the operation nickname.
- nickname(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp.Builder
-
Initializes the value for the
nickname
attribute. - NOFORMAT_INT - Enum constant in enum class dk.mada.jaxrs.model.types.Primitive
-
An integer of unknown format.
- noFormatNumberType() - Method in record class dk.mada.jaxrs.openapi.Parser.LeakedGeneratorOpts
-
Returns the value of the
noFormatNumberType
record component. - NONE - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.RecordBuilderControl
-
No builders created.
- NOT_BLANK - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.ValidationApi
-
NotBlank.
- NOT_EMPTY - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.ValidationApi
-
NotEmpty.
- NOT_NULL - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.ValidationApi
-
NotNull.
- notes() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiOp
-
Returns the optional operation notes.
- notes() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp
-
Returns the optional operation notes.
- notes(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp.Builder
-
Initializes the optional value
notes
to notes. - notes(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp.Builder
-
Initializes the optional value
notes
to notes. - notNull() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxProperty
-
Returns true if the property must be NotNull.
- notNull() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Returns true if the property must be NotNull.
- notNull(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty.Builder
-
Initializes the value for the
notNull
attribute. - NULL_UNMARKED - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.Jspecify
-
NullUnmarked.
- nullable() - Method in record class dk.mada.jaxrs.model.Validation
-
Returns the value of the
nullable
record component. - NULLABLE - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.Jspecify
-
Nullable.
O
- OBJECT - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name of Object.
- OBJECTS - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaUtil
-
Objects.
- of() - Static method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiRenderer
-
Convience static factory that will reuse the same singleton instance.
- of() - Static method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoRenderer
-
Convience static factory that will reuse the same singleton instance.
- of() - Static method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializerRenderer
-
Convience static factory that will reuse the same singleton instance.
- of() - Static method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterfaceRenderer
-
Convience static factory that will reuse the same singleton instance.
- of(TypeName, Type, List<String>) - Static method in interface dk.mada.jaxrs.model.types.TypeEnum
-
Creates a new enumeration type instance.
- of(TypeNames, Type) - Static method in interface dk.mada.jaxrs.model.types.TypeArray
-
Creates a type for an array (list).
- of(TypeNames, Type) - Static method in interface dk.mada.jaxrs.model.types.TypeMap
-
Creates a new map-type instance.
- of(TypeNames, Type) - Static method in interface dk.mada.jaxrs.model.types.TypeSet
-
Creates a type for a set.
- of(Type, Validation) - Static method in interface dk.mada.jaxrs.model.types.TypeReference
-
Creates a new type reference.
- of(Type, Validation) - Method in class dk.mada.jaxrs.openapi.ParserTypeRefs
-
Makes a new parser reference to a primitive/special type.
- of(Validation) - Static method in interface dk.mada.jaxrs.model.types.TypeValidation
-
Creates a new validation carrier type.
- of(Schema<?>) - Static method in interface dk.mada.jaxrs.openapi.SchemaParser
-
Returns a parser suitable for the given schema.
- of(String) - Static method in enum class dk.mada.jaxrs.model.api.StatusCode
-
Convert OpenApi wire status code a model StatusCode.
- of(String) - Method in class dk.mada.jaxrs.model.types.TypeNames
-
Creates a new type name.
- of(String, TypeName, Set<TypeName>) - Static method in interface dk.mada.jaxrs.model.types.TypeInterface
-
Creates a type for an interface.
- OFF - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.AuthHeader
-
Disable.
- OFFSET - Enum constant in enum class dk.mada.jaxrs.model.types.TypeDateTime.DateTimeVariant
-
OffsetDateTime.
- OFFSET_DATE_TIME - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaTime
-
OffsetDateTime.
- OFFSET_DATE_TIME - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name of OffsetDateTime.
- OFFSET_DATE_TIME_JACKSON_DESERIALIZER - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.ExtraTemplate
-
OffsetDateTime Jackson deserializer template.
- OFFSET_DATE_TIME_JACKSON_SERIALIZER - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.ExtraTemplate
-
OffsetDateTime Jackson serializer template.
- ON - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.AuthHeader
-
Enable on all resource methods.
- oneOfSchemas() - Method in interface dk.mada.jaxrs.openapi.SchemaParser
-
Returns the oneOf schemas.
- openapiId() - Method in interface dk.mada.jaxrs.model.Dto
-
Returns the name the DTO was identified by in the schema.
- openapiId() - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Returns the name the DTO was identified by in the schema.
- openapiId(TypeName) - Method in class dk.mada.jaxrs.model.ImmutableDto.Builder
-
Initializes the value for the
openapiId
attribute. - OpenapiStringUtils - Class in dk.mada.jaxrs.generator.mpclient.dto
-
Methods lifted directly from OpenApi-generator.
- openapiTypeFormat() - Method in enum class dk.mada.jaxrs.model.types.Primitive
-
Returns the OpenApi type:format of this primitive.
- operation() - Method in record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApi.CtxOperationRef
-
Returns the value of the
operation
record component. - Operation - Interface in dk.mada.jaxrs.model.api
-
Information about a single operation.
- OPERATION - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.MicroProfile
-
Operation.
- operationId() - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Returns an optional operation id.
- operationId() - Method in interface dk.mada.jaxrs.model.api.Operation
-
Returns an optional operation id.
- operationId(String) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation.Builder
-
Initializes the optional value
operationId
to operationId. - operationId(Optional<String>) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation.Builder
-
Initializes the optional value
operationId
to operationId. - operations() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApi
-
Returns the operation contexts in this API class.
- operations() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Returns the operation contexts in this API class.
- operations() - Method in record class dk.mada.jaxrs.model.Model
-
Returns the value of the
operations
record component. - operations(Operations) - Method in class dk.mada.jaxrs.openapi.Resolver
-
Resolves parser type references in operations.
- operations(Iterable<? extends CtxApi.CtxOperationRef>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi.Builder
-
Sets or replaces all elements for
operations
list. - Operations - Class in dk.mada.jaxrs.model.api
-
Operations in the model.
- Operations(Collection<Operation>) - Constructor for class dk.mada.jaxrs.model.api.Operations
-
Constructs new instance.
- optionName() - Method in enum class dk.mada.jaxrs.model.api.ContentSelector.Location
-
Returns the option name necessary to control selection at this location.
- OptionReader - Class in dk.mada.jaxrs.model.options
-
Configuration manipulation helpers.
- OptionReader(Properties) - Constructor for class dk.mada.jaxrs.model.options.OptionReader
-
Constructs a new instance.
- OPTIONS - Enum constant in enum class dk.mada.jaxrs.model.api.HttpMethod
-
Describe the communication options for the target resource.
- overwrite() - Method in record class dk.mada.jaxrs.generator.api.ClientContext
-
Returns the value of the
overwrite
record component.
P
- packageName() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApi
-
Returns the package name.
- packageName() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Returns the package name.
- packageName() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDto
-
Returns the package name for the class.
- packageName() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializer
-
Returns the package name for the class.
- packageName() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterface
-
Returns the package name for the class.
- packageName() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Returns the package name for the class.
- packageName() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Returns the package name for the class.
- packageName() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Returns the package name for the class.
- packageName() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeInterface
-
Returns the name of the package the interface is generated in.
- packageName() - Method in interface dk.mada.jaxrs.model.types.TypeInterface
-
Returns the name of the package the interface is generated in.
- packageName(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi.Builder
-
Initializes the value for the
packageName
attribute. - packageName(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Initializes the value for the
packageName
attribute. - packageName(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer.Builder
-
Initializes the value for the
packageName
attribute. - packageName(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface.Builder
-
Initializes the value for the
packageName
attribute. - packageName(String) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeInterface.Builder
-
Initializes the value for the
packageName
attribute. - Parameter - Interface in dk.mada.jaxrs.model.api
-
Information about a single parameter.
- parameters() - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Returns the operation parameters.
- parameters() - Method in interface dk.mada.jaxrs.model.api.Operation
-
Returns the operation parameters.
- parameters(Iterable<? extends Parameter>) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation.Builder
-
Sets or replaces all elements for
parameters
list. - paramName() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiParam
-
Returns the name given to the parameter in the function.
- paramName() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Returns the name given to the parameter in the function.
- paramName(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam.Builder
-
Initializes the value for the
paramName
attribute. - parent() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDto
-
Returns the optional name of a parent class.
- parent() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Returns the optional name of a parent class.
- parent(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Initializes the optional value
parent
to parent. - parent(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Initializes the optional value
parent
to parent. - parse(Path) - Method in class dk.mada.jaxrs.openapi.Parser
-
Parse the specified OpenApi specification.
- Parser - Class in dk.mada.jaxrs.openapi
-
Parses OpenAPI specification and transforms to local model classes.
- Parser(boolean, TypeNames, Naming, ParserOpts, Parser.LeakedGeneratorOpts) - Constructor for class dk.mada.jaxrs.openapi.Parser
-
Constructs a new parser.
- PARSER_API_PREFERRED_REQUEST_MEDIATYPES - Static variable in class dk.mada.jaxrs.model.api.ContentSelector
-
Preferred request media types option name.
- PARSER_API_PREFERRED_RESPONSE_MEDIATYPES - Static variable in class dk.mada.jaxrs.model.api.ContentSelector
-
Preferred response media types option name.
- PARSER_FIXUP_MISSING_TYPE - Static variable in class dk.mada.jaxrs.openapi.ParserOpts
-
Option name for assuming Object on missing type.
- PARSER_INTERNAL_PROPERTIES_NAME_MARKER - Static variable in class dk.mada.jaxrs.model.naming.Naming
-
Prefix DTO names for composite properties.
- Parser.LeakedGeneratorOpts - Record Class in dk.mada.jaxrs.openapi
-
Generator options that have leaked into the parser.
- ParserOpts - Class in dk.mada.jaxrs.openapi
-
parser-* configuration options.
- ParserOpts(OptionReader) - Constructor for class dk.mada.jaxrs.openapi.ParserOpts
-
Constructs a new instance.
- ParserTypeCombined - Record Class in dk.mada.jaxrs.openapi
-
Type representing a synthetic combined class during parsing.
- ParserTypeCombined(TypeName, List<ParserTypeRef>) - Constructor for record class dk.mada.jaxrs.openapi.ParserTypeCombined
-
Creates an instance of a
ParserTypeCombined
record class. - ParserTypeComposite - Record Class in dk.mada.jaxrs.openapi
-
Type representing a composite class (schema with allOf) during parsing.
- ParserTypeComposite(TypeName, List<ParserTypeRef>) - Constructor for record class dk.mada.jaxrs.openapi.ParserTypeComposite
-
Creates an instance of a
ParserTypeComposite
record class. - ParserTypeRef - Record Class in dk.mada.jaxrs.openapi
-
A reference to types used during parsing.
- ParserTypeRef(Type, TypeName, Validation) - Constructor for record class dk.mada.jaxrs.openapi.ParserTypeRef
-
Creates an instance of a
ParserTypeRef
record class. - ParserTypeRefs - Class in dk.mada.jaxrs.openapi
-
Constructs and keeps track of parser references.
- ParserTypeRefs(TypeNames) - Constructor for class dk.mada.jaxrs.openapi.ParserTypeRefs
-
Constructs new instance.
- ParserTypes - Class in dk.mada.jaxrs.openapi
-
Types found while parsing.
- ParserTypes(TypeNames, ParserOpts, Parser.LeakedGeneratorOpts) - Constructor for class dk.mada.jaxrs.openapi.ParserTypes
-
Create new instance.
- PATCH - Enum constant in enum class dk.mada.jaxrs.model.api.HttpMethod
-
Apply partial modifications to a resource.
- path() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiOp
-
Returns the operation path.
- path() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp
-
Returns the operation path.
- path() - Method in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaUtil
-
Returns the import path regardless of rendering preferences.
- path() - Method in record class dk.mada.jaxrs.generator.mpclient.imports.UserMappedImport
-
Returns the value of the
path
record component. - path() - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Returns the operation resource path.
- path() - Method in interface dk.mada.jaxrs.model.api.Operation
-
Returns the operation resource path.
- path(Imports.ImportRenderPrefs) - Method in enum class dk.mada.jaxrs.generator.mpclient.imports.Jackson
-
Returns the import path suitable for the active jackson implementation.
- path(Imports.ImportRenderPrefs) - Method in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaIo
- path(Imports.ImportRenderPrefs) - Method in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaMath
- path(Imports.ImportRenderPrefs) - Method in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaTime
- path(Imports.ImportRenderPrefs) - Method in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaUtil
- path(Imports.ImportRenderPrefs) - Method in enum class dk.mada.jaxrs.generator.mpclient.imports.JaxRs
- path(Imports.ImportRenderPrefs) - Method in enum class dk.mada.jaxrs.generator.mpclient.imports.Jsonb
- path(Imports.ImportRenderPrefs) - Method in enum class dk.mada.jaxrs.generator.mpclient.imports.Jspecify
- path(Imports.ImportRenderPrefs) - Method in enum class dk.mada.jaxrs.generator.mpclient.imports.MicroProfile
- path(Imports.ImportRenderPrefs) - Method in enum class dk.mada.jaxrs.generator.mpclient.imports.Quarkus
- path(Imports.ImportRenderPrefs) - Method in enum class dk.mada.jaxrs.generator.mpclient.imports.RestEasy
- path(Imports.ImportRenderPrefs) - Method in interface dk.mada.jaxrs.generator.mpclient.imports.TypedImport
-
Returns the import path suitable for the import type, or null if not applicable.
- path(Imports.ImportRenderPrefs) - Method in record class dk.mada.jaxrs.generator.mpclient.imports.UserMappedImport
- path(Imports.ImportRenderPrefs) - Method in enum class dk.mada.jaxrs.generator.mpclient.imports.ValidationApi
- path(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp.Builder
-
Initializes the optional value
path
to path. - path(String) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation.Builder
-
Initializes the value for the
path
attribute. - path(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp.Builder
-
Initializes the optional value
path
to path. - pattern() - Method in record class dk.mada.jaxrs.model.Validation
-
Returns the optional pattern.
- PATTERN - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.ValidationApi
-
Pattern.
- POSITIVE - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.ValidationApi
-
Positive.
- POSITIVE_OR_ZERO - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.ValidationApi
-
Positive or zero.
- POST - Enum constant in enum class dk.mada.jaxrs.model.api.HttpMethod
-
Perform resource-specific processing on the request payload.
- Primitive - Enum Class in dk.mada.jaxrs.model.types
-
Primitive types of the java language (plus String).
- println(String) - Static method in class dk.mada.jaxrs.generator.mpclient.Console
-
Prints message to console, appending newline.
- produces() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiOpExt
-
Returns the optional @Produces value for the operation.
- produces() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt
-
Returns the optional @Produces value for the operation.
- produces(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt.Builder
-
Initializes the optional value
produces
to produces. - produces(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt.Builder
-
Initializes the optional value
produces
to produces. - properties() - Method in interface dk.mada.jaxrs.model.Dto
-
Returns the properties on the DTO.
- properties() - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Returns the properties on the DTO.
- properties(Iterable<? extends Property>) - Method in class dk.mada.jaxrs.model.ImmutableDto.Builder
-
Sets or replaces all elements for
properties
list. - Property - Interface in dk.mada.jaxrs.model
-
Models a property in a DTO.
- propertyBaseName() - Method in record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoDiscriminator
-
Returns the value of the
propertyBaseName
record component. - PropertyConverter - Class in dk.mada.jaxrs.generator.mpclient.dto
-
Converts DTO properties to CtxProperties.
- PropertyConverter(GeneratorOpts, PropertyGenerator) - Constructor for class dk.mada.jaxrs.generator.mpclient.dto.PropertyConverter
-
Constructs new instance.
- PropertyGenerator - Class in dk.mada.jaxrs.generator.mpclient.dto
-
Property generator.
- PropertyGenerator(Naming, GeneratorOpts, EnumGenerator) - Constructor for class dk.mada.jaxrs.generator.mpclient.dto.PropertyGenerator
-
Constructs a new generator.
- propertyName() - Method in record class dk.mada.jaxrs.model.SubtypeSelector
-
Returns the value of the
propertyName
record component. - PUT - Enum constant in enum class dk.mada.jaxrs.model.api.HttpMethod
-
Replace all current representations of the target resource with the request payload.
- putAllReturnContainer(Map<String, ? extends String>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi.Builder
-
Put all mappings from the specified map as entries to
returnContainer
map. - putAllVendorExtensions(Map<String, ? extends String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Put all mappings from the specified map as entries to
vendorExtensions
map. - putReturnContainer(String, String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi.Builder
-
Put one entry to the
returnContainer
map. - putReturnContainer(Map.Entry<String, ? extends String>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi.Builder
-
Put one entry to the
returnContainer
map. - putVendorExtensions(String, String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Put one entry to the
vendorExtensions
map. - putVendorExtensions(Map.Entry<String, ? extends String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Put one entry to the
vendorExtensions
map.
Q
- Quarkus - Enum Class in dk.mada.jaxrs.generator.mpclient.imports
-
Quarkus import paths.
- quarkusRegisterForReflection() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoExt
-
Returns true if DTO should render @RegisterForReflection.
- quarkusRegisterForReflection() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Returns true if DTO should render @RegisterForReflection.
- quarkusRegisterForReflection(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Initializes the value for the
quarkusRegisterForReflection
attribute. - quote(String) - Static method in class dk.mada.jaxrs.generator.mpclient.StringRenderer
-
Quote text.
R
- readonly() - Method in record class dk.mada.jaxrs.model.Validation
-
Returns the value of the
readonly
record component. - reference() - Method in interface dk.mada.jaxrs.model.api.Content
-
Returns the content type.
- reference() - Method in class dk.mada.jaxrs.model.api.ImmutableContent
-
Returns the content type.
- reference() - Method in class dk.mada.jaxrs.model.api.ImmutableParameter
-
Returns parameter type.
- reference() - Method in interface dk.mada.jaxrs.model.api.Parameter
-
Returns parameter type.
- reference() - Method in interface dk.mada.jaxrs.model.Dto
-
Returns the type of the DTO object.
- reference() - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Returns the type of the DTO object.
- reference() - Method in class dk.mada.jaxrs.model.ImmutableProperty
-
Returns the property type.
- reference() - Method in interface dk.mada.jaxrs.model.Property
-
Returns the property type.
- reference(Reference) - Method in class dk.mada.jaxrs.model.api.ImmutableContent.Builder
-
Initializes the value for the
reference
attribute. - reference(Reference) - Method in class dk.mada.jaxrs.model.api.ImmutableParameter.Builder
-
Initializes the value for the
reference
attribute. - reference(Reference) - Method in class dk.mada.jaxrs.model.ImmutableDto.Builder
-
Initializes the value for the
reference
attribute. - reference(Reference) - Method in class dk.mada.jaxrs.model.ImmutableProperty.Builder
-
Initializes the value for the
reference
attribute. - reference(Schema<?>, String, String, boolean, ContentSelector.ContentContext) - Method in class dk.mada.jaxrs.openapi.TypeConverter
-
Converts a OpenApi schema to parser type reference.
- Reference - Interface in dk.mada.jaxrs.model.types
-
A reference to a type with validation requirements.
- refType() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeReference
-
Returns the referenced type.
- refType() - Method in interface dk.mada.jaxrs.model.types.Reference
-
Returns the referenced type.
- refType() - Method in record class dk.mada.jaxrs.openapi.ParserTypeRef
-
Returns the value of the
refType
record component. - refType(Type) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeReference.Builder
-
Initializes the value for the
refType
attribute. - refTypeName() - Method in record class dk.mada.jaxrs.openapi.ParserTypeRef
-
Returns the value of the
refTypeName
record component. - REGISTER_FOR_REFLECTION - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.Quarkus
-
RegisterForReflection.
- REGISTER_PROVIDER - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.MicroProfile
-
RegisterProvider.
- REGISTER_REST_CLIENT - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.MicroProfile
-
RegisterRestClient.
- remapDto(TypeName, Type) - Method in class dk.mada.jaxrs.openapi.ParserTypes
-
Remaps a DTO to a new type.
- renameConflictingName(String) - Method in class dk.mada.jaxrs.model.naming.Naming
-
Converts a conflicting name to a new name.
- render(CtxApi, Appendable, Function<Object, String>, Function<String, String>) - Static method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiRenderer
-
Renders the passed in model.
- render(CtxDto, Appendable, Function<Object, String>, Function<String, String>) - Static method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoRenderer
-
Renders the passed in model.
- render(CtxExtraDateSerializer, Appendable, Function<Object, String>, Function<String, String>) - Static method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializerRenderer
-
Renders the passed in model.
- render(CtxInterface, Appendable, Function<Object, String>, Function<String, String>) - Static method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterfaceRenderer
-
Renders the passed in model.
- renderApiTemplate(Path, CtxApi) - Method in class dk.mada.jaxrs.generator.mpclient.Templates
-
Renders and writes the API template.
- renderDtoTemplate(CtxDto) - Method in class dk.mada.jaxrs.generator.mpclient.Templates
-
Renders and writes the DTO template.
- renderedValidation() - Method in record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxValidation
-
Returns the value of the
renderedValidation
record component. - renderExtraTemplate(ExtraTemplate, CtxExtraDateSerializer) - Method in class dk.mada.jaxrs.generator.mpclient.Templates
-
Renders and writes an extra template.
- renderInterfaceTemplate(CtxInterface) - Method in class dk.mada.jaxrs.generator.mpclient.Templates
-
Renders and writes the interface template.
- renderJavadocMacroSpacer() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiOpExt
-
Returns true if a spacer is needed before javadoc macros.
- renderJavadocMacroSpacer() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt
-
Returns true if a spacer is needed before javadoc macros.
- renderJavadocMacroSpacer(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt.Builder
-
Initializes the value for the
renderJavadocMacroSpacer
attribute. - renderJavadocReturn() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiOpExt
-
Returns true if the javadoc @return statement should be rendered.
- renderJavadocReturn() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt
-
Returns true if the javadoc @return statement should be rendered.
- renderJavadocReturn(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt.Builder
-
Initializes the value for the
renderJavadocReturn
attribute. - renderLocalDate() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializer
-
Returns true if this should render LocalDate type handling.
- renderLocalDate() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Returns true if this should render LocalDate type handling.
- renderLocalDate(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer.Builder
-
Initializes the value for the
renderLocalDate
attribute. - renderLocalDateTime() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializer
-
Returns true if this should render LocalDateTime type handling.
- renderLocalDateTime() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Returns true if this should render LocalDateTime type handling.
- renderLocalDateTime(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer.Builder
-
Initializes the value for the
renderLocalDateTime
attribute. - renderOffsetDateTime() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializer
-
Returns true if this should render OffsetDateTime type handling.
- renderOffsetDateTime() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Returns true if this should render OffsetDateTime type handling.
- renderOffsetDateTime(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer.Builder
-
Initializes the value for the
renderOffsetDateTime
attribute. - renderSchema() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterface
-
Returns true if OpenApi schema information should be rendered.
- renderSchema() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Returns true if OpenApi schema information should be rendered.
- renderSchema(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface.Builder
-
Initializes the value for the
renderSchema
attribute. - REQUEST - Enum constant in enum class dk.mada.jaxrs.model.api.ContentSelector.Location
-
Marks the request part of the operation.
- requestBody() - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Returns the optional request body.
- requestBody() - Method in interface dk.mada.jaxrs.model.api.Operation
-
Returns the optional request body.
- requestBody(RequestBody) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation.Builder
-
Initializes the optional value
requestBody
to requestBody. - requestBody(Optional<? extends RequestBody>) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation.Builder
-
Initializes the optional value
requestBody
to requestBody. - RequestBody - Interface in dk.mada.jaxrs.model.api
-
Information about an operation's request body.
- required() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxProperty
-
Returns true if this property is required.
- required() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Returns true if this property is required.
- required() - Method in record class dk.mada.jaxrs.model.Validation
-
Returns the value of the
required
record component. - required(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty.Builder
-
Initializes the value for the
required
attribute. - requiredImports() - Method in enum class dk.mada.jaxrs.generator.mpclient.ExtraTemplate
-
Returns the required imports for this template.
- requiredValidation() - Static method in class dk.mada.jaxrs.openapi.Validations
-
Returns the simplest required validation instance.
- resolveNameConflicts(Collection<Dto>) - Method in class dk.mada.jaxrs.openapi.ConflictRenamer
-
Resolves name conflicts in DTOs.
- Resolver - Class in dk.mada.jaxrs.openapi
-
Works through a parsed model that contains parser type references and resolves them to pure model types.
- Resolver(ParserOpts, TypeNames, ParserTypes, ConflictRenamer) - Constructor for class dk.mada.jaxrs.openapi.Resolver
-
Create new instance.
- resourcePath() - Method in record class dk.mada.jaxrs.model.api.ContentSelector.ContentContext
-
Returns the value of the
resourcePath
record component. - Response - Interface in dk.mada.jaxrs.model.api
-
Models the response for a resource call.
- RESPONSE - Enum constant in enum class dk.mada.jaxrs.model.api.ContentSelector.Location
-
Marks the response part of the operation.
- responses() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiOp
-
Returns all responses of the operation.
- responses() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp
-
Returns all responses of the operation.
- responses() - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Returns the operation responses.
- responses() - Method in interface dk.mada.jaxrs.model.api.Operation
-
Returns the operation responses.
- responses(Iterable<? extends CtxApiResponse>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp.Builder
-
Sets or replaces all elements for
responses
list. - responses(Iterable<? extends Response>) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation.Builder
-
Sets or replaces all elements for
responses
list. - responseSchema() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiOpExt
-
Use simpler @APIResponseSchema instead of @APIResponses+@APIResponse.
- responseSchema() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt
-
Use simpler @APIResponseSchema instead of @APIResponses+@APIResponse.
- responseSchema(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt.Builder
-
Initializes the value for the
responseSchema
attribute. - RestEasy - Enum Class in dk.mada.jaxrs.generator.mpclient.imports
-
RestEasy import paths.
- returnContainer() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApi
-
Returns the return type information for containers. This is wrong..
- returnContainer() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Returns the return type information for containers. This is wrong..
- returnContainer(Map<String, ? extends String>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi.Builder
-
Sets or replaces all mappings from the specified map as entries for the
returnContainer
map. - returnType() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiOp
-
Returns the operation return type.
- returnType() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp
-
Returns the operation return type.
- returnType(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp.Builder
-
Initializes the value for the
returnType
attribute. - RS_STAR - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.JaxRs
-
All the JaxRs path types.
S
- schema() - Method in interface dk.mada.jaxrs.openapi.SchemaParser
-
Returns the OpenApi schema this parser operates on.
- schema() - Method in class dk.mada.jaxrs.openapi.SchemaParserV30
- schema() - Method in class dk.mada.jaxrs.openapi.SchemaParserV31
- SCHEMA - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.MicroProfile
-
Schema.
- SCHEMA_TYPE - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.MicroProfile
-
SchemaType.
- schemaOptions() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoExt
-
Returns schema options, or null.
- schemaOptions() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxPropertyExt
-
Returns the optional schema options (for use in @Schema).
- schemaOptions() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Returns schema options, or null.
- schemaOptions() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Returns the optional schema options (for use in @Schema).
- schemaOptions(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Initializes the value for the
schemaOptions
attribute. - schemaOptions(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt.Builder
-
Initializes the optional value
schemaOptions
to schemaOptions. - schemaOptions(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt.Builder
-
Initializes the optional value
schemaOptions
to schemaOptions. - SchemaParser - Interface in dk.mada.jaxrs.openapi
-
OpenApi Schema parser.
- SchemaParserV30 - Class in dk.mada.jaxrs.openapi
-
OpenApi V3.0.x parser details.
- SchemaParserV30(Schema<?>) - Constructor for class dk.mada.jaxrs.openapi.SchemaParserV30
-
Creates new parser instance.
- SchemaParserV31 - Class in dk.mada.jaxrs.openapi
-
OpenApi V3.1.x parser details.
- SchemaParserV31(Schema<?>) - Constructor for class dk.mada.jaxrs.openapi.SchemaParserV31
-
Creates new parser instance.
- SecurityScheme - Record Class in dk.mada.jaxrs.model
-
Security schemes.
- SecurityScheme(String) - Constructor for record class dk.mada.jaxrs.model.SecurityScheme
-
Creates an instance of a
SecurityScheme
record class. - securitySchemes() - Method in record class dk.mada.jaxrs.model.Model
-
Returns the value of the
securitySchemes
record component. - SecurityTransformer - Class in dk.mada.jaxrs.openapi
-
Transforms OpenApi security to local model objects.
- SecurityTransformer() - Constructor for class dk.mada.jaxrs.openapi.SecurityTransformer
-
Creates new instance.
- selectContent(Content, ContentSelector.ContentContext) - Method in class dk.mada.jaxrs.openapi.ApiTransformer
-
Selects desired content implementation from context and configuration.
- selectPreferredMediaType(Collection<String>, ContentSelector.ContentContext) - Method in class dk.mada.jaxrs.model.api.ContentSelector
-
Select preferred media type,
- SERIALIZER_PROVIDER - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.Jackson
-
SerializerProvider.
- SET - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaUtil
-
Set.
- setNoformatIntTypes(Primitive) - Method in enum class dk.mada.jaxrs.model.types.Primitive
-
Sets the primitive to use in place of integers without format.
- setter() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxProperty
-
Returns the name of the setter.
- setter() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxPropertyExt
-
Returns the setter name.
- setter() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Returns the name of the setter.
- setter() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Returns the setter name.
- setter(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty.Builder
-
Initializes the value for the
setter
attribute. - setter(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt.Builder
-
Initializes the value for the
setter
attribute. - SHORT - Enum constant in enum class dk.mada.jaxrs.model.types.Primitive
-
The short - not mapped in legacy https://swagger.io/specification/#data-types.
- SHORT - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name of short.
- SHORT_INT - Enum constant in enum class dk.mada.jaxrs.model.types.Primitive
-
The short via smallrye #2128.
- SHORT_NUMBER - Enum constant in enum class dk.mada.jaxrs.model.types.Primitive
-
The byte via https://spec.openapis.org/registry/format/.
- SHORT_WRAPPER - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name of Short.
- showParserInfo() - Method in record class dk.mada.jaxrs.generator.api.ClientContext
-
Returns the value of the
showParserInfo
record component. - SIZE - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.ValidationApi
-
Size.
- skipApi() - Method in record class dk.mada.jaxrs.generator.api.ClientContext
-
Returns the value of the
skipApi
record component. - skipDto() - Method in record class dk.mada.jaxrs.generator.api.ClientContext
-
Returns the value of the
skipDto
record component. - splitByComma(String) - Static method in class dk.mada.jaxrs.model.options.OptionReader
-
Splits and trims string by comma.
- splitByNewline(String) - Static method in class dk.mada.jaxrs.model.options.OptionReader
-
Splits string by newline.
- StandardTransformers - Class in dk.mada.jaxrs.generator.mpclient.validation
-
Standard transformers.
- statuscode() - Method in record class dk.mada.jaxrs.model.api.ContentSelector.ContentContext
-
Returns the value of the
statuscode
record component. - StatusCode - Enum Class in dk.mada.jaxrs.model.api
-
HTTP status codes.
- STRING - Enum constant in enum class dk.mada.jaxrs.model.types.Primitive
-
The string (not a primitive, but basically).
- STRING - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name of String.
- StringRenderer - Class in dk.mada.jaxrs.generator.mpclient
-
Renders text in various forms suitable for use in the templates.
- subtypeSelector() - Method in interface dk.mada.jaxrs.model.Dto
-
Returns an optional sub-type mapping.
- subtypeSelector() - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Returns an optional sub-type mapping.
- subtypeSelector(SubtypeSelector) - Method in class dk.mada.jaxrs.model.ImmutableDto.Builder
-
Initializes the optional value
subtypeSelector
to subtypeSelector. - subtypeSelector(Optional<? extends SubtypeSelector>) - Method in class dk.mada.jaxrs.model.ImmutableDto.Builder
-
Initializes the optional value
subtypeSelector
to subtypeSelector. - SubtypeSelector - Record Class in dk.mada.jaxrs.model
-
Sub-type selection information.
- SubtypeSelector(String, Map<String, Reference>) - Constructor for record class dk.mada.jaxrs.model.SubtypeSelector
-
Creates an instance of a
SubtypeSelector
record class. - summary() - Method in record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApi.CtxOperationExternalDoc
-
Returns the value of the
summary
record component. - summary() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiOp
-
Returns the optional operation summary.
- summary() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp
-
Returns the optional operation summary.
- summary() - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Returns an optional summary of the operation.
- summary() - Method in interface dk.mada.jaxrs.model.api.Operation
-
Returns an optional summary of the operation.
- summary(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp.Builder
-
Initializes the optional value
summary
to summary. - summary(String) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation.Builder
-
Initializes the optional value
summary
to summary. - summary(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp.Builder
-
Initializes the optional value
summary
to summary. - summary(Optional<String>) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation.Builder
-
Initializes the optional value
summary
to summary. - summaryString() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiOpExt
-
Returns an optional summary as a java string.
- summaryString() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt
-
Returns an optional summary as a java string.
- summaryString(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt.Builder
-
Initializes the optional value
summaryString
to summaryString. - summaryString(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt.Builder
-
Initializes the optional value
summaryString
to summaryString. - supportsType(Class<?>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiRenderer
-
If this template support the model class
- supportsType(Class<?>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoRenderer
-
If this template support the model class
- supportsType(Class<?>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializerRenderer
-
If this template support the model class
- supportsType(Class<?>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterfaceRenderer
-
If this template support the model class
- syntheticMultipart() - Method in record class dk.mada.jaxrs.model.api.ContentSelector.ContentContext
-
Returns the value of the
syntheticMultipart
record component. - syntheticOpId() - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Returns a synthetic operation id computed by path and http type.
- syntheticOpId() - Method in interface dk.mada.jaxrs.model.api.Operation
-
Returns a synthetic operation id computed by path and http type.
- syntheticOpId(String) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation.Builder
-
Initializes the value for the
syntheticOpId
attribute.
T
- tags() - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Returns the operation tags.
- tags() - Method in interface dk.mada.jaxrs.model.api.Operation
-
Returns the operation tags.
- tags(Iterable<String>) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation.Builder
-
Sets or replaces all elements for
tags
list. - templateCharset() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiRenderer
-
Template charset name.
- templateCharset() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoRenderer
-
Template charset name.
- templateCharset() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializerRenderer
-
Template charset name.
- templateCharset() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterfaceRenderer
-
Template charset name.
- templateEscaper() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiRenderer
-
Current escaper.
- templateEscaper() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoRenderer
-
Current escaper.
- templateEscaper() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializerRenderer
-
Current escaper.
- templateEscaper() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterfaceRenderer
-
Current escaper.
- templateFormatter() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiRenderer
-
Current formatter.
- templateFormatter() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoRenderer
-
Current formatter.
- templateFormatter() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializerRenderer
-
Current formatter.
- templateFormatter() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterfaceRenderer
-
Current formatter.
- templateName() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiRenderer
-
Logical template name.
- templateName() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoRenderer
-
Logical template name.
- templateName() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializerRenderer
-
Logical template name.
- templateName() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterfaceRenderer
-
Logical template name.
- templatePath() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiRenderer
-
Template path.
- templatePath() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoRenderer
-
Template path.
- templatePath() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializerRenderer
-
Template path.
- templatePath() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterfaceRenderer
-
Template path.
- Templates - Class in dk.mada.jaxrs.generator.mpclient
-
Templates processor.
- Templates(GeneratorOpts, Path) - Constructor for class dk.mada.jaxrs.generator.mpclient.Templates
-
Creates templates.
- templateString() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiRenderer
-
Template contents or blank if path.
- templateString() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoRenderer
-
Template contents or blank if path.
- templateString() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializerRenderer
-
Template contents or blank if path.
- templateString() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterfaceRenderer
-
Template contents or blank if path.
- termsOfService() - Method in class dk.mada.jaxrs.model.ImmutableInfo
-
Returns the optional TOS of the API.
- termsOfService() - Method in class dk.mada.jaxrs.model.Info
-
Returns the optional TOS of the API.
- termsOfService(String) - Method in class dk.mada.jaxrs.model.ImmutableInfo.Builder
-
Initializes the optional value
termsOfService
to termsOfService. - termsOfService(Optional<String>) - Method in class dk.mada.jaxrs.model.ImmutableInfo.Builder
-
Initializes the optional value
termsOfService
to termsOfService. - TIME_FORMAT_OPENAPI - Static variable in class dk.mada.jaxrs.model.types.TypeLocalTime
-
The OpenApi (not yet spec?) format from https://spec.openapis.org/registry/format/
- title() - Method in class dk.mada.jaxrs.model.ImmutableInfo
-
Returns the title of the API.
- title() - Method in class dk.mada.jaxrs.model.Info
-
Returns the title of the API.
- title(String) - Method in class dk.mada.jaxrs.model.ImmutableInfo.Builder
-
Initializes the value for the
title
attribute. - toCtxEnum(Type, List<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.EnumGenerator
-
Prepares enumeration context for rendering.
- toCtxProperty(DtoSubjectDefiner.DtoSubjectBase, Property) - Method in class dk.mada.jaxrs.generator.mpclient.dto.PropertyGenerator
-
Prepares property context for rendering.
- toMediaType(Imports, String) - Static method in class dk.mada.jaxrs.generator.mpclient.MediaTypes
-
Convert input media type to the render representation.
- toReference(Schema<?>) - Method in class dk.mada.jaxrs.openapi.TypeConverter
-
Converts a OpenApi schema to an internal model type.
- toReferenceFromApi(Schema<?>, ContentSelector.ContentContext) - Method in class dk.mada.jaxrs.openapi.TypeConverter
-
Creates the schema reference, but overrides the required state.
- toRule(String) - Static method in class dk.mada.jaxrs.model.naming.NamingRules
-
Created a single naming rules based on a single rule configuration.
- toRules(String) - Static method in class dk.mada.jaxrs.model.naming.NamingRules
-
Builds a list of rules based on input configuration.
- toString() - Method in record class dk.mada.jaxrs.generator.api.ClientContext
-
Returns a string representation of this record class.
- toString() - Method in record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApi.CtxOperationExternalDoc
-
Returns a string representation of this record class.
- toString() - Method in record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApi.CtxOperationRef
-
Returns a string representation of this record class.
- toString() - Method in record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiExt
-
Returns a string representation of this record class.
- toString() - Method in record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiResponse
-
Returns a string representation of this record class.
- toString() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Prints the immutable value
CtxApi
with attribute values. - toString() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp
-
Prints the immutable value
CtxApiOp
with attribute values. - toString() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt
-
Prints the immutable value
CtxApiOpExt
with attribute values. - toString() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Prints the immutable value
CtxApiParam
with attribute values. - toString() - Method in record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoDiscriminator.ModelMapping
-
Returns a string representation of this record class.
- toString() - Method in record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoDiscriminator
-
Returns a string representation of this record class.
- toString() - Method in record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxEnum.CtxEnumEntry
-
Returns a string representation of this record class.
- toString() - Method in record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxEnum
-
Returns a string representation of this record class.
- toString() - Method in record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxValidation
-
Returns a string representation of this record class.
- toString() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Prints the immutable value
CtxDto
with attribute values. - toString() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Prints the immutable value
CtxDtoExt
with attribute values. - toString() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Prints the immutable value
CtxExtraDateSerializer
with attribute values. - toString() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Prints the immutable value
CtxInterface
with attribute values. - toString() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Prints the immutable value
CtxProperty
with attribute values. - toString() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Prints the immutable value
CtxPropertyExt
with attribute values. - toString() - Method in record class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.LeakedParserOpts
-
Returns a string representation of this record class.
- toString() - Method in record class dk.mada.jaxrs.generator.mpclient.imports.UserMappedImport
-
Returns a string representation of this record class.
- toString() - Method in record class dk.mada.jaxrs.model.api.ContentSelector.ContentContext
-
Returns a string representation of this record class.
- toString() - Method in class dk.mada.jaxrs.model.api.ImmutableContent
-
Prints the immutable value
Content
with attribute values. - toString() - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Prints the immutable value
Operation
with attribute values. - toString() - Method in class dk.mada.jaxrs.model.api.ImmutableParameter
-
Prints the immutable value
Parameter
with attribute values. - toString() - Method in class dk.mada.jaxrs.model.api.ImmutableRequestBody
-
Prints the immutable value
RequestBody
with attribute values. - toString() - Method in class dk.mada.jaxrs.model.api.ImmutableResponse
-
Prints the immutable value
Response
with attribute values. - toString() - Method in class dk.mada.jaxrs.model.api.Operations
- toString() - Method in class dk.mada.jaxrs.model.ImmutableContact
-
Prints the immutable value
Contact
with attribute values. - toString() - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Prints the immutable value
Dto
with attribute values. - toString() - Method in class dk.mada.jaxrs.model.ImmutableInfo
-
Prints the immutable value
Info
with attribute values. - toString() - Method in class dk.mada.jaxrs.model.ImmutableProperty
-
Prints the immutable value
Property
with attribute values. - toString() - Method in record class dk.mada.jaxrs.model.Model
-
Returns a string representation of this record class.
- toString() - Method in record class dk.mada.jaxrs.model.naming.EnumNamer.EnumNameValue
-
Returns a string representation of this record class.
- toString() - Method in record class dk.mada.jaxrs.model.SecurityScheme
-
Returns a string representation of this record class.
- toString() - Method in record class dk.mada.jaxrs.model.SubtypeSelector
-
Returns a string representation of this record class.
- toString() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeArray
-
Prints the immutable value
TypeArray
with attribute values. - toString() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeEnum
-
Prints the immutable value
TypeEnum
with attribute values. - toString() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeInterface
-
Prints the immutable value
TypeInterface
with attribute values. - toString() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeMap
-
Prints the immutable value
TypeMap
with attribute values. - toString() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeReference
-
Prints the immutable value
TypeReference
with attribute values. - toString() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeSet
-
Prints the immutable value
TypeSet
with attribute values. - toString() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeValidation
-
Prints the immutable value
TypeValidation
with attribute values. - toString() - Method in class dk.mada.jaxrs.model.types.TypeByteArray
- toString() - Method in record class dk.mada.jaxrs.model.types.TypeName
-
Returns a string representation of this record class.
- toString() - Method in class dk.mada.jaxrs.model.types.TypeObject
- toString() - Method in class dk.mada.jaxrs.model.types.TypePlainObject
- toString() - Method in record class dk.mada.jaxrs.model.Validation
-
Returns a string representation of this record class.
- toString() - Method in record class dk.mada.jaxrs.openapi.Parser.LeakedGeneratorOpts
-
Returns a string representation of this record class.
- toString() - Method in record class dk.mada.jaxrs.openapi.ParserTypeCombined
-
Returns a string representation of this record class.
- toString() - Method in record class dk.mada.jaxrs.openapi.ParserTypeComposite
-
Returns a string representation of this record class.
- toString() - Method in record class dk.mada.jaxrs.openapi.ParserTypeRef
-
Returns a string representation of this record class.
- toString() - Method in class dk.mada.jaxrs.openapi.TypeUnknownAtParseTime
- TRACE - Enum constant in enum class dk.mada.jaxrs.generator.api.GeneratorLogLevel
-
Trace logging.
- TRACE - Enum constant in enum class dk.mada.jaxrs.model.api.HttpMethod
-
Perform a message loop-back test along the path to the target resource.
- transform(OpenAPI) - Method in class dk.mada.jaxrs.openapi.ApiTransformer
-
Transforms OpenApi specification to operations.
- transform(OpenAPI) - Method in class dk.mada.jaxrs.openapi.DtoTransformer
-
Transforms OpenApi specification to types model.
- transform(OpenAPI) - Method in class dk.mada.jaxrs.openapi.InfoTransformer
-
Transforms OpenApi document info section to model.
- transform(OpenAPI) - Method in class dk.mada.jaxrs.openapi.SecurityTransformer
-
Transforms OpenApi security to local model objects.
- transformDecimalMax(ValidationTransformer.State) - Static method in class dk.mada.jaxrs.generator.mpclient.validation.StandardTransformers
-
Transforms @DecimalMax annotation.
- transformDecimalMin(ValidationTransformer.State) - Static method in class dk.mada.jaxrs.generator.mpclient.validation.StandardTransformers
-
Transforms @DecimalMin annotation.
- transformMax(ValidationTransformer.State) - Static method in class dk.mada.jaxrs.generator.mpclient.validation.StandardTransformers
-
Transforms @Max annotation.
- transformMin(ValidationTransformer.State) - Static method in class dk.mada.jaxrs.generator.mpclient.validation.StandardTransformers
-
Transforms @Min annotation.
- transformNegative(ValidationTransformer.State) - Static method in class dk.mada.jaxrs.generator.mpclient.validation.MicroProfileTransformers
-
Transforms @Negative annotation.
- transformNegativeOrZero(ValidationTransformer.State) - Static method in class dk.mada.jaxrs.generator.mpclient.validation.MicroProfileTransformers
-
Transforms @NegativeOrZero annotation.
- transformNotBlank(ValidationTransformer.State) - Static method in class dk.mada.jaxrs.generator.mpclient.validation.MicroProfileTransformers
-
Transforms @NotBlank annotation.
- transformNotEmptyArray(ValidationTransformer.State) - Static method in class dk.mada.jaxrs.generator.mpclient.validation.MicroProfileTransformers
-
Transforms @NotEmpty annotation for arrays.
- transformNotEmptyString(ValidationTransformer.State) - Static method in class dk.mada.jaxrs.generator.mpclient.validation.MicroProfileTransformers
-
Transforms @NotEmpty annotation for strings.
- transformNullable(ValidationTransformer.State) - Static method in class dk.mada.jaxrs.generator.mpclient.validation.StandardTransformers
-
Transforms @Nullable annotation.
- transformPattern(ValidationTransformer.State) - Static method in class dk.mada.jaxrs.generator.mpclient.validation.StandardTransformers
-
Transforms @Pattern annotation.
- transformPositive(ValidationTransformer.State) - Static method in class dk.mada.jaxrs.generator.mpclient.validation.MicroProfileTransformers
-
Transforms @Positive annotation.
- transformPositiveOrZero(ValidationTransformer.State) - Static method in class dk.mada.jaxrs.generator.mpclient.validation.MicroProfileTransformers
-
Transforms @PositiveOrZero annotation.
- transformSizeItems(ValidationTransformer.State) - Static method in class dk.mada.jaxrs.generator.mpclient.validation.StandardTransformers
-
Transforms @Size annotation from min/maxItems.
- transformSizeLength(ValidationTransformer.State) - Static method in class dk.mada.jaxrs.generator.mpclient.validation.StandardTransformers
-
Transforms @Size annotation from min/maxLength.
- transformValid(ValidationTransformer.State) - Static method in class dk.mada.jaxrs.generator.mpclient.validation.StandardTransformers
-
Transforms @Valid annotation.
- trimContainerImplementations() - Method in class dk.mada.jaxrs.generator.mpclient.imports.Imports
-
Remove container implementations (e.g.
- type() - Method in interface dk.mada.jaxrs.openapi.SchemaParser
-
Returns the schema type, or null.
- type() - Method in class dk.mada.jaxrs.openapi.SchemaParserV30
- type() - Method in class dk.mada.jaxrs.openapi.SchemaParserV31
- Type - Interface in dk.mada.jaxrs.model.types
-
Types in the model.
- TypeArray - Interface in dk.mada.jaxrs.model.types
-
Type representing an array schema.
- TypeBigDecimal - Class in dk.mada.jaxrs.model.types
-
Special type for handing number schema.
- TypeByteArray - Class in dk.mada.jaxrs.model.types
-
Special type for handing byte[] type.
- TypeContainer - Interface in dk.mada.jaxrs.model.types
-
Type representing a container.
- TypeConverter - Class in dk.mada.jaxrs.openapi
-
Converts a specification schema to an internal model type.
- TypeConverter(TypeNames, ParserTypes, ParserTypeRefs, Naming, ParserOpts, Parser.LeakedGeneratorOpts) - Constructor for class dk.mada.jaxrs.openapi.TypeConverter
-
Constructs a new type converter.
- TypeDate - Class in dk.mada.jaxrs.model.types
-
Special type for handing date schema.
- TypeDateTime - Class in dk.mada.jaxrs.model.types
-
Special type for handing date-time schema.
- TypeDateTime.DateTimeVariant - Enum Class in dk.mada.jaxrs.model.types
-
The Java variants of date-time implementations.
- TypedImport - Interface in dk.mada.jaxrs.generator.mpclient.imports
-
Types imports for easier handling in the code.
- TypeEnum - Interface in dk.mada.jaxrs.model.types
-
Enumeration type.
- TypeInterface - Interface in dk.mada.jaxrs.model.types
-
Type representing an interface (schema with anyOf).
- TypeLocalTime - Class in dk.mada.jaxrs.model.types
-
Special type for optional special handing of types named LocalTime as if they are LocalTime.
- TypeMap - Interface in dk.mada.jaxrs.model.types
-
Keys in a map must be a scalar string.
- typeMapping() - Method in record class dk.mada.jaxrs.model.SubtypeSelector
-
Returns the value of the
typeMapping
record component. - typeName() - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Returns the type name.
- typeName() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeEnum
-
Returns the type name.
- typeName() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeInterface
-
Returns the type name.
- typeName() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeValidation
-
Returns the type name.
- typeName() - Method in enum class dk.mada.jaxrs.model.types.Primitive
-
Returns the type name of this type.
- typeName() - Method in interface dk.mada.jaxrs.model.types.Type
-
Returns the type name.
- typeName() - Method in interface dk.mada.jaxrs.model.types.TypeArray
-
Returns the type name.
- typeName() - Method in class dk.mada.jaxrs.model.types.TypeBigDecimal
- typeName() - Method in class dk.mada.jaxrs.model.types.TypeByteArray
- typeName() - Method in class dk.mada.jaxrs.model.types.TypeDate
- typeName() - Method in class dk.mada.jaxrs.model.types.TypeDateTime
- typeName() - Method in class dk.mada.jaxrs.model.types.TypeLocalTime
- typeName() - Method in interface dk.mada.jaxrs.model.types.TypeMap
-
Returns the type name.
- typeName() - Method in class dk.mada.jaxrs.model.types.TypeObject
- typeName() - Method in class dk.mada.jaxrs.model.types.TypePlainObject
- typeName() - Method in interface dk.mada.jaxrs.model.types.TypeReference
- typeName() - Method in interface dk.mada.jaxrs.model.types.TypeSet
-
Returns the type name.
- typeName() - Method in class dk.mada.jaxrs.model.types.TypeUUID
- typeName() - Method in class dk.mada.jaxrs.model.types.TypeVoid
- typeName() - Method in record class dk.mada.jaxrs.openapi.ParserTypeCombined
-
Returns the value of the
typeName
record component. - typeName() - Method in record class dk.mada.jaxrs.openapi.ParserTypeComposite
-
Returns the value of the
typeName
record component. - typeName() - Method in record class dk.mada.jaxrs.openapi.ParserTypeRef
- typeName() - Method in class dk.mada.jaxrs.openapi.TypeUnknownAtParseTime
- typeName(TypeName) - Method in class dk.mada.jaxrs.model.ImmutableDto.Builder
-
Initializes the value for the
typeName
attribute. - typeName(TypeName) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeEnum.Builder
-
Initializes the value for the
typeName
attribute. - typeName(TypeName) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeInterface.Builder
-
Initializes the value for the
typeName
attribute. - typeName(TypeName) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeValidation.Builder
-
Initializes the value for the
typeName
attribute. - TypeName - Record Class in dk.mada.jaxrs.model.types
-
A type name.
- TypeName(String) - Constructor for record class dk.mada.jaxrs.model.types.TypeName
-
Creates an instance of a
TypeName
record class. - typeNames() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeArray
-
Returns the type names instance.
- typeNames() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeMap
-
Returns the type names instance.
- typeNames() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeSet
-
Returns the type names instance.
- typeNames() - Method in interface dk.mada.jaxrs.model.types.TypeContainer
-
Returns the type names instance.
- typeNames(TypeNames) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeArray.Builder
-
Initializes the value for the
typeNames
attribute. - typeNames(TypeNames) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeMap.Builder
-
Initializes the value for the
typeNames
attribute. - typeNames(TypeNames) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeSet.Builder
-
Initializes the value for the
typeNames
attribute. - TypeNames - Class in dk.mada.jaxrs.model.types
-
Contains all declared type names in the model.
- TypeNames() - Constructor for class dk.mada.jaxrs.model.types.TypeNames
-
Constructs a new instance.
- TypeObject - Class in dk.mada.jaxrs.model.types
-
Special type for handing object type.
- TypePlainObject - Class in dk.mada.jaxrs.model.types
-
Special type for handing an object type - that maps to java's Object
- TypeReference - Interface in dk.mada.jaxrs.model.types
-
A reference to type with validation requirements.
- TypeSet - Interface in dk.mada.jaxrs.model.types
-
Type representing an array schema with unique elements (aka a set).
- TypeUnknownAtParseTime - Class in dk.mada.jaxrs.openapi
-
Special type for marking types unknown at parse time.
- TypeUUID - Class in dk.mada.jaxrs.model.types
-
Special type for handing UUID type.
- TypeValidation - Interface in dk.mada.jaxrs.model.types
-
Validation annotations for a type.
- TypeVoid - Class in dk.mada.jaxrs.model.types
-
Special type for handing void type.
U
- underscore(String) - Static method in class dk.mada.jaxrs.generator.mpclient.dto.OpenapiStringUtils
-
Underscore the given word.
- UNIX - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.LineEnding
-
Unix line endings, LF.
- url() - Method in record class dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApi.CtxOperationExternalDoc
-
Returns the value of the
url
record component. - url() - Method in class dk.mada.jaxrs.model.ImmutableContact
-
Returns the optional URL of the contact.
- url() - Method in class dk.mada.jaxrs.model.Info.Contact
-
Returns the optional URL of the contact.
- url(String) - Method in class dk.mada.jaxrs.model.ImmutableContact.Builder
-
Initializes the optional value
url
to url. - url(Optional<String>) - Method in class dk.mada.jaxrs.model.ImmutableContact.Builder
-
Initializes the optional value
url
to url. - UserMappedImport - Record Class in dk.mada.jaxrs.generator.mpclient.imports
-
A user-mapped import - replacing a given type with a imported class.
- UserMappedImport(String) - Constructor for record class dk.mada.jaxrs.generator.mpclient.imports.UserMappedImport
-
Creates an instance of a
UserMappedImport
record class. - UUID - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name for a UUID.
V
- VALID - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.ValidationApi
-
Valid.
- validation() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApiParam
-
Returns context for bean validation if relevant for this parameter.
- validation() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Returns context for bean validation if relevant for this parameter.
- validation() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxProperty
-
Returns context for bean validation if relevant for this property.
- validation() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Returns context for bean validation if relevant for this property.
- validation() - Method in class dk.mada.jaxrs.model.ImmutableProperty
-
Returns the validation required for this property.
- validation() - Method in interface dk.mada.jaxrs.model.Property
-
Returns the validation required for this property.
- validation() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeReference
-
Validation information that applies to this particular reference of the type.
- validation() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeValidation
-
Returns the validation carried by this dummy type.
- validation() - Method in interface dk.mada.jaxrs.model.types.Reference
-
Validation information that applies to this particular reference of the type.
- validation() - Method in interface dk.mada.jaxrs.model.types.TypeValidation
-
Returns the validation carried by this dummy type.
- validation() - Method in record class dk.mada.jaxrs.openapi.ParserTypeRef
-
Returns the value of the
validation
record component. - validation(CtxValidation) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam.Builder
-
Initializes the optional value
validation
to validation. - validation(CtxValidation) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty.Builder
-
Initializes the optional value
validation
to validation. - validation(Validation) - Method in class dk.mada.jaxrs.model.ImmutableProperty.Builder
-
Initializes the value for the
validation
attribute. - validation(Validation) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeReference.Builder
-
Initializes the value for the
validation
attribute. - validation(Validation) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeValidation.Builder
-
Initializes the value for the
validation
attribute. - validation(Optional<? extends CtxValidation>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam.Builder
-
Initializes the optional value
validation
to validation. - validation(Optional<? extends CtxValidation>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty.Builder
-
Initializes the optional value
validation
to validation. - Validation - Record Class in dk.mada.jaxrs.model
-
Models the validation requirements for a type or its reference.
- Validation(boolean, boolean, Boolean, Integer, Integer, Integer, Integer, BigDecimal, Boolean, BigDecimal, Boolean, String) - Constructor for record class dk.mada.jaxrs.model.Validation
-
Creates an instance of a
Validation
record class. - ValidationApi - Enum Class in dk.mada.jaxrs.generator.mpclient.imports
-
Validation import paths.
- ValidationGenerator - Class in dk.mada.jaxrs.generator.mpclient.validation
-
Validation generator.
- ValidationGenerator(GeneratorOpts) - Constructor for class dk.mada.jaxrs.generator.mpclient.validation.ValidationGenerator
-
Constructs new instance.
- validationRequired() - Static method in record class dk.mada.jaxrs.model.Validation
-
Returns a validation with required set.
- Validations - Class in dk.mada.jaxrs.openapi
-
Validation factory.
- value() - Method in record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxEnum.CtxEnumEntry
-
Returns the value of the
value
record component. - value() - Method in record class dk.mada.jaxrs.model.naming.EnumNamer.EnumNameValue
-
Returns the value of the
value
record component. - valueOf(String) - Static method in enum class dk.mada.jaxrs.generator.api.GeneratorLogLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dk.mada.jaxrs.generator.mpclient.ExtraTemplate
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.AuthHeader
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.LineEnding
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.PropertyConflictResolution
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.PropertyOrder
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.RecordBuilderControl
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.Jackson
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaIo
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaMath
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaTime
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaUtil
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.JaxRs
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.Jsonb
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.Jspecify
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.MicroProfile
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.Quarkus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.RestEasy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.ValidationApi
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dk.mada.jaxrs.model.api.ContentSelector.Location
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dk.mada.jaxrs.model.api.HttpMethod
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dk.mada.jaxrs.model.api.StatusCode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dk.mada.jaxrs.model.naming.NamingOpts.SchemaOrder
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dk.mada.jaxrs.model.types.Primitive
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dk.mada.jaxrs.model.types.TypeDateTime.DateTimeVariant
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class dk.mada.jaxrs.generator.api.GeneratorLogLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dk.mada.jaxrs.generator.mpclient.ExtraTemplate
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.AuthHeader
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.LineEnding
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.PropertyConflictResolution
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.PropertyOrder
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.RecordBuilderControl
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.Jackson
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaIo
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaMath
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaTime
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaUtil
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.JaxRs
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.Jsonb
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.Jspecify
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.MicroProfile
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.Quarkus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.RestEasy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dk.mada.jaxrs.generator.mpclient.imports.ValidationApi
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dk.mada.jaxrs.model.api.ContentSelector.Location
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dk.mada.jaxrs.model.api.HttpMethod
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dk.mada.jaxrs.model.api.StatusCode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dk.mada.jaxrs.model.naming.NamingOpts.SchemaOrder
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class dk.mada.jaxrs.model.types.ImmutableTypeEnum
-
Returns the enumeration values.
- values() - Static method in enum class dk.mada.jaxrs.model.types.Primitive
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dk.mada.jaxrs.model.types.TypeDateTime.DateTimeVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in interface dk.mada.jaxrs.model.types.TypeEnum
-
Returns the enumeration values.
- values(Iterable<String>) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeEnum.Builder
-
Sets or replaces all elements for
values
list. - vars() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDto
-
Returns the properties of the class.
- vars() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Returns the properties of the class.
- vars(Iterable<? extends CtxProperty>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Sets or replaces all elements for
vars
list. - varsOpenapiOrder() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoExt
-
Returns the properties of the class, in openapi document order.
- varsOpenapiOrder() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Returns the properties of the class, in openapi document order.
- varsOpenapiOrder(Iterable<? extends CtxProperty>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt.Builder
-
Sets or replaces all elements for
varsOpenapiOrder
list. - vendorExtensions() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDto
-
Returns optional vendor extensions.
- vendorExtensions() - Method in record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDtoDiscriminator.ModelMapping
-
Returns the value of the
vendorExtensions
record component. - vendorExtensions() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Returns optional vendor extensions.
- vendorExtensions(Map<String, ? extends String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Sets or replaces all mappings from the specified map as entries for the
vendorExtensions
map. - version() - Method in interface dk.mada.jaxrs.generator.mpclient.api.tmpl.CtxApi
-
Returns the application version.
- version() - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Returns the application version.
- version() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxDto
-
Returns the application version.
- version() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxExtraDateSerializer
-
Returns the application version.
- version() - Method in interface dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxInterface
-
Returns the application version.
- version() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Returns the application version.
- version() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Returns the application version.
- version() - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Returns the application version.
- version() - Method in class dk.mada.jaxrs.model.ImmutableInfo
-
Returns the version of the API.
- version() - Method in class dk.mada.jaxrs.model.Info
-
Returns the version of the API.
- version(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi.Builder
-
Initializes the value for the
version
attribute. - version(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto.Builder
-
Initializes the value for the
version
attribute. - version(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer.Builder
-
Initializes the value for the
version
attribute. - version(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface.Builder
-
Initializes the value for the
version
attribute. - version(String) - Method in class dk.mada.jaxrs.model.ImmutableInfo.Builder
-
Initializes the value for the
version
attribute. - VOID - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name of void.
W
- WINDOWS - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.GeneratorOpts.LineEnding
-
Windows line endings, CRLF.
- wireValue() - Method in record class dk.mada.jaxrs.generator.mpclient.dto.tmpl.CtxEnum.CtxEnumEntry
-
Returns the value of the
wireValue
record component. - withAddAuthorizationHeader(boolean) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Copy the current immutable object by setting a value for the
addAuthorizationHeader
attribute. - withAllowableValues(CtxEnum) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object by setting a value for the
allowableValues
attribute. - withAllowableValues(CtxEnum) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Copy the current immutable object by setting a value for the
allowableValues
attribute. - withAllParams(CtxApiParam...) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp
-
Copy the current immutable object with elements that replace the content of
allParams
. - withAllParams(Iterable<? extends CtxApiParam>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp
-
Copy the current immutable object with elements that replace the content of
allParams
. - withAppDescription(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Copy the current immutable object by setting a present value for the optional
appDescription
attribute. - withAppDescription(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object by setting a present value for the optional
appDescription
attribute. - withAppDescription(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Copy the current immutable object by setting a present value for the optional
appDescription
attribute. - withAppDescription(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Copy the current immutable object by setting a present value for the optional
appDescription
attribute. - withAppDescription(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Copy the current immutable object by setting an optional value for the
appDescription
attribute. - withAppDescription(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object by setting an optional value for the
appDescription
attribute. - withAppDescription(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Copy the current immutable object by setting an optional value for the
appDescription
attribute. - withAppDescription(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Copy the current immutable object by setting an optional value for the
appDescription
attribute. - withAppName(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Copy the current immutable object by setting a value for the
appName
attribute. - withAppName(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object by setting a value for the
appName
attribute. - withAppName(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Copy the current immutable object by setting a value for the
appName
attribute. - withAppName(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Copy the current immutable object by setting a value for the
appName
attribute. - withBaseName(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Copy the current immutable object by setting a value for the
baseName
attribute. - withBaseName(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Copy the current immutable object by setting a value for the
baseName
attribute. - withCannedLocalDateSerializerDTF(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Copy the current immutable object by setting a present value for the optional
cannedLocalDateSerializerDTF
attribute. - withCannedLocalDateSerializerDTF(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Copy the current immutable object by setting an optional value for the
cannedLocalDateSerializerDTF
attribute. - withCannedLocalDateTimeSerializerDTF(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Copy the current immutable object by setting a present value for the optional
cannedLocalDateTimeSerializerDTF
attribute. - withCannedLocalDateTimeSerializerDTF(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Copy the current immutable object by setting an optional value for the
cannedLocalDateTimeSerializerDTF
attribute. - withCannedOffsetDateTimeSerializerDTF(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Copy the current immutable object by setting a present value for the optional
cannedOffsetDateTimeSerializerDTF
attribute. - withCannedOffsetDateTimeSerializerDTF(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Copy the current immutable object by setting an optional value for the
cannedOffsetDateTimeSerializerDTF
attribute. - withClassModifiers(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Copy the current immutable object by setting a present value for the optional
classModifiers
attribute. - withClassModifiers(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Copy the current immutable object by setting an optional value for the
classModifiers
attribute. - withClassname(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Copy the current immutable object by setting a value for the
classname
attribute. - withClassname(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object by setting a value for the
classname
attribute. - withClassname(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Copy the current immutable object by setting a value for the
classname
attribute. - withClassName(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Copy the current immutable object by setting a value for the
className
attribute. - withClassVarName(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object by setting a value for the
classVarName
attribute. - withCode(StatusCode) - Method in class dk.mada.jaxrs.model.api.ImmutableResponse
-
Copy the current immutable object by setting a value for the
code
attribute. - withCommonPath(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Copy the current immutable object by setting a value for the
commonPath
attribute. - withConsumes(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt
-
Copy the current immutable object by setting a present value for the optional
consumes
attribute. - withConsumes(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt
-
Copy the current immutable object by setting an optional value for the
consumes
attribute. - withContact(Info.Contact) - Method in class dk.mada.jaxrs.model.ImmutableInfo
-
Copy the current immutable object by setting a value for the
contact
attribute. - withContent(Content) - Method in class dk.mada.jaxrs.model.api.ImmutableRequestBody
-
Copy the current immutable object by setting a value for the
content
attribute. - withContent(Content) - Method in class dk.mada.jaxrs.model.api.ImmutableResponse
-
Copy the current immutable object by setting a value for the
content
attribute. - withCustomLocalDateDeserializer(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Copy the current immutable object by setting a present value for the optional
customLocalDateDeserializer
attribute. - withCustomLocalDateDeserializer(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Copy the current immutable object by setting an optional value for the
customLocalDateDeserializer
attribute. - withCustomLocalDateSerializer(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Copy the current immutable object by setting a present value for the optional
customLocalDateSerializer
attribute. - withCustomLocalDateSerializer(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Copy the current immutable object by setting an optional value for the
customLocalDateSerializer
attribute. - withCustomOffsetDateTimeDeserializer(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Copy the current immutable object by setting a present value for the optional
customOffsetDateTimeDeserializer
attribute. - withCustomOffsetDateTimeDeserializer(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Copy the current immutable object by setting an optional value for the
customOffsetDateTimeDeserializer
attribute. - withCustomOffsetDateTimeSerializer(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Copy the current immutable object by setting a present value for the optional
customOffsetDateTimeSerializer
attribute. - withCustomOffsetDateTimeSerializer(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Copy the current immutable object by setting an optional value for the
customOffsetDateTimeSerializer
attribute. - withDataType(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object by setting a value for the
dataType
attribute. - withDataType(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Copy the current immutable object by setting a value for the
dataType
attribute. - withDataType(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Copy the current immutable object by setting a value for the
dataType
attribute. - withDatatypeWithEnum(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object by setting a value for the
datatypeWithEnum
attribute. - withDatatypeWithEnum(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Copy the current immutable object by setting a value for the
datatypeWithEnum
attribute. - withDefaultValue(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Copy the current immutable object by setting a value for the
defaultValue
attribute. - withDefaultValue(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Copy the current immutable object by setting a present value for the optional
defaultValue
attribute. - withDefaultValue(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Copy the current immutable object by setting an optional value for the
defaultValue
attribute. - withDeprecated(boolean) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Copy the current immutable object by setting a value for the
deprecated
attribute. - withDescription(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Copy the current immutable object by setting a present value for the optional
description
attribute. - withDescription(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object by setting a present value for the optional
description
attribute. - withDescription(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Copy the current immutable object by setting a present value for the optional
description
attribute. - withDescription(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Copy the current immutable object by setting a present value for the optional
description
attribute. - withDescription(String) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Copy the current immutable object by setting a present value for the optional
description
attribute. - withDescription(String) - Method in class dk.mada.jaxrs.model.api.ImmutableParameter
-
Copy the current immutable object by setting a present value for the optional
description
attribute. - withDescription(String) - Method in class dk.mada.jaxrs.model.api.ImmutableRequestBody
-
Copy the current immutable object by setting a present value for the optional
description
attribute. - withDescription(String) - Method in class dk.mada.jaxrs.model.api.ImmutableResponse
-
Copy the current immutable object by setting a present value for the optional
description
attribute. - withDescription(String) - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Copy the current immutable object by setting a present value for the optional
description
attribute. - withDescription(String) - Method in class dk.mada.jaxrs.model.ImmutableInfo
-
Copy the current immutable object by setting a present value for the optional
description
attribute. - withDescription(String) - Method in class dk.mada.jaxrs.model.ImmutableProperty
-
Copy the current immutable object by setting a present value for the optional
description
attribute. - withDescription(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Copy the current immutable object by setting an optional value for the
description
attribute. - withDescription(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object by setting an optional value for the
description
attribute. - withDescription(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Copy the current immutable object by setting an optional value for the
description
attribute. - withDescription(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Copy the current immutable object by setting an optional value for the
description
attribute. - withDescription(Optional<String>) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Copy the current immutable object by setting an optional value for the
description
attribute. - withDescription(Optional<String>) - Method in class dk.mada.jaxrs.model.api.ImmutableParameter
-
Copy the current immutable object by setting an optional value for the
description
attribute. - withDescription(Optional<String>) - Method in class dk.mada.jaxrs.model.api.ImmutableRequestBody
-
Copy the current immutable object by setting an optional value for the
description
attribute. - withDescription(Optional<String>) - Method in class dk.mada.jaxrs.model.api.ImmutableResponse
-
Copy the current immutable object by setting an optional value for the
description
attribute. - withDescription(Optional<String>) - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Copy the current immutable object by setting an optional value for the
description
attribute. - withDescription(Optional<String>) - Method in class dk.mada.jaxrs.model.ImmutableInfo
-
Copy the current immutable object by setting an optional value for the
description
attribute. - withDescription(Optional<String>) - Method in class dk.mada.jaxrs.model.ImmutableProperty
-
Copy the current immutable object by setting an optional value for the
description
attribute. - withDescriptionString(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Copy the current immutable object by setting a value for the
descriptionString
attribute. - withDeserializer(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Copy the current immutable object by setting a value for the
deserializer
attribute. - withDiscriminator(CtxDtoDiscriminator) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object by setting a present value for the optional
discriminator
attribute. - withDiscriminator(Optional<? extends CtxDtoDiscriminator>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object by setting an optional value for the
discriminator
attribute. - withEmail(String) - Method in class dk.mada.jaxrs.model.ImmutableContact
-
Copy the current immutable object by setting a present value for the optional
email
attribute. - withEmail(Optional<String>) - Method in class dk.mada.jaxrs.model.ImmutableContact
-
Copy the current immutable object by setting an optional value for the
email
attribute. - withEnumClassName(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Copy the current immutable object by setting a value for the
enumClassName
attribute. - withEnumSchemaOptions(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Copy the current immutable object by setting a present value for the optional
enumSchemaOptions
attribute. - withEnumSchemaOptions(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Copy the current immutable object by setting an optional value for the
enumSchemaOptions
attribute. - withEnumTypeName(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Copy the current immutable object by setting a value for the
enumTypeName
attribute. - withEnumValues(Iterable<String>) - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Copy the current immutable object with elements that replace the content of
enumValues
. - withEnumValues(String...) - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Copy the current immutable object with elements that replace the content of
enumValues
. - withExample(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Copy the current immutable object by setting a present value for the optional
example
attribute. - withExample(String) - Method in class dk.mada.jaxrs.model.ImmutableProperty
-
Copy the current immutable object by setting a present value for the optional
example
attribute. - withExample(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Copy the current immutable object by setting an optional value for the
example
attribute. - withExample(Optional<String>) - Method in class dk.mada.jaxrs.model.ImmutableProperty
-
Copy the current immutable object by setting an optional value for the
example
attribute. - withExtendsParents(Dto...) - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Copy the current immutable object with elements that replace the content of
extendsParents
. - withExtendsParents(Iterable<? extends Dto>) - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Copy the current immutable object with elements that replace the content of
extendsParents
. - withExternalDocs(CtxApi.CtxOperationExternalDoc...) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Copy the current immutable object with elements that replace the content of
externalDocs
. - withExternalDocs(Iterable<? extends CtxApi.CtxOperationExternalDoc>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Copy the current immutable object with elements that replace the content of
externalDocs
. - withFormParameters(Parameter...) - Method in class dk.mada.jaxrs.model.api.ImmutableRequestBody
-
Copy the current immutable object with elements that replace the content of
formParameters
. - withFormParameters(Iterable<? extends Parameter>) - Method in class dk.mada.jaxrs.model.api.ImmutableRequestBody
-
Copy the current immutable object with elements that replace the content of
formParameters
. - withGeneratedAnnotationClass(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Copy the current immutable object by setting a value for the
generatedAnnotationClass
attribute. - withGeneratedAnnotationClass(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object by setting a value for the
generatedAnnotationClass
attribute. - withGeneratedAnnotationClass(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Copy the current immutable object by setting a value for the
generatedAnnotationClass
attribute. - withGeneratedAnnotationClass(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Copy the current immutable object by setting a value for the
generatedAnnotationClass
attribute. - withGeneratedDate(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Copy the current immutable object by setting a present value for the optional
generatedDate
attribute. - withGeneratedDate(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object by setting a present value for the optional
generatedDate
attribute. - withGeneratedDate(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Copy the current immutable object by setting a present value for the optional
generatedDate
attribute. - withGeneratedDate(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Copy the current immutable object by setting a present value for the optional
generatedDate
attribute. - withGeneratedDate(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Copy the current immutable object by setting an optional value for the
generatedDate
attribute. - withGeneratedDate(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object by setting an optional value for the
generatedDate
attribute. - withGeneratedDate(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Copy the current immutable object by setting an optional value for the
generatedDate
attribute. - withGeneratedDate(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Copy the current immutable object by setting an optional value for the
generatedDate
attribute. - withGeneratorClass(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Copy the current immutable object by setting a value for the
generatorClass
attribute. - withGeneratorClass(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object by setting a value for the
generatorClass
attribute. - withGeneratorClass(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Copy the current immutable object by setting a value for the
generatorClass
attribute. - withGeneratorClass(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Copy the current immutable object by setting a value for the
generatorClass
attribute. - withGetter(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Copy the current immutable object by setting a value for the
getter
attribute. - withGetter(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Copy the current immutable object by setting a value for the
getter
attribute. - withHasResponses(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt
-
Copy the current immutable object by setting a value for the
hasResponses
attribute. - withHttpMethod(HttpMethod) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Copy the current immutable object by setting a value for the
httpMethod
attribute. - withHttpMethod(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp
-
Copy the current immutable object by setting a value for the
httpMethod
attribute. - withImplementations(TypeName...) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeInterface
-
Copy the current immutable object with elements that replace the content of
implementations
. - withImplementations(Iterable<? extends TypeName>) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeInterface
-
Copy the current immutable object with elements that replace the content of
implementations
. - withImplementations(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Copy the current immutable object by setting a value for the
implementations
attribute. - withImplementsInterfaces(TypeInterface...) - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Copy the current immutable object with elements that replace the content of
implementsInterfaces
. - withImplementsInterfaces(Iterable<? extends TypeInterface>) - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Copy the current immutable object with elements that replace the content of
implementsInterfaces
. - withImplementsInterfaces(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Copy the current immutable object by setting a present value for the optional
implementsInterfaces
attribute. - withImplementsInterfaces(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Copy the current immutable object by setting an optional value for the
implementsInterfaces
attribute. - withImports(SortedSet<String>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Copy the current immutable object by setting a value for the
imports
attribute. - withImports(SortedSet<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object by setting a value for the
imports
attribute. - withImports(SortedSet<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Copy the current immutable object by setting a value for the
imports
attribute. - withImports(SortedSet<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Copy the current immutable object by setting a value for the
imports
attribute. - withInfoEmail(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Copy the current immutable object by setting a present value for the optional
infoEmail
attribute. - withInfoEmail(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object by setting a present value for the optional
infoEmail
attribute. - withInfoEmail(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Copy the current immutable object by setting a present value for the optional
infoEmail
attribute. - withInfoEmail(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Copy the current immutable object by setting a present value for the optional
infoEmail
attribute. - withInfoEmail(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Copy the current immutable object by setting an optional value for the
infoEmail
attribute. - withInfoEmail(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object by setting an optional value for the
infoEmail
attribute. - withInfoEmail(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Copy the current immutable object by setting an optional value for the
infoEmail
attribute. - withInfoEmail(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Copy the current immutable object by setting an optional value for the
infoEmail
attribute. - withInnerDatatypeWithEnum(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Copy the current immutable object by setting a value for the
innerDatatypeWithEnum
attribute. - withInnerType(Type) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeArray
-
Copy the current immutable object by setting a value for the
innerType
attribute. - withInnerType(Type) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeEnum
-
Copy the current immutable object by setting a value for the
innerType
attribute. - withInnerType(Type) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeMap
-
Copy the current immutable object by setting a value for the
innerType
attribute. - withInnerType(Type) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeSet
-
Copy the current immutable object by setting a value for the
innerType
attribute. - withIsArray(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Copy the current immutable object by setting a value for the
isArray
attribute. - withIsBodyParam(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Copy the current immutable object by setting a value for the
isBodyParam
attribute. - withIsByteArray(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Copy the current immutable object by setting a value for the
isByteArray
attribute. - withIsContainer(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Copy the current immutable object by setting a value for the
isContainer
attribute. - withIsContainer(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Copy the current immutable object by setting a value for the
isContainer
attribute. - withIsDate(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Copy the current immutable object by setting a value for the
isDate
attribute. - withIsDateTime(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Copy the current immutable object by setting a value for the
isDateTime
attribute. - withIsEnum(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Copy the current immutable object by setting a value for the
isEnum
attribute. - withIsEnumUnknownDefault(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Copy the current immutable object by setting a value for the
isEnumUnknownDefault
attribute. - withIsEqualsPrimitive(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Copy the current immutable object by setting a value for the
isEqualsPrimitive
attribute. - withIsEqualsPrimitive(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Copy the current immutable object by setting a value for the
isEqualsPrimitive
attribute. - withIsFormParam(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Copy the current immutable object by setting a value for the
isFormParam
attribute. - withIsFormParam(boolean) - Method in class dk.mada.jaxrs.model.api.ImmutableParameter
-
Copy the current immutable object by setting a value for the
isFormParam
attribute. - withIsHeaderParam(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Copy the current immutable object by setting a value for the
isHeaderParam
attribute. - withIsHeaderParam(boolean) - Method in class dk.mada.jaxrs.model.api.ImmutableParameter
-
Copy the current immutable object by setting a value for the
isHeaderParam
attribute. - withIsJspecify(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Copy the current immutable object by setting a value for the
isJspecify
attribute. - withIsJspecifyNullUnmarked(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Copy the current immutable object by setting a value for the
isJspecifyNullUnmarked
attribute. - withIsMap(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Copy the current immutable object by setting a value for the
isMap
attribute. - withIsMultipartForm(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Copy the current immutable object by setting a value for the
isMultipartForm
attribute. - withIsMultipartForm(boolean) - Method in class dk.mada.jaxrs.model.api.ImmutableRequestBody
-
Copy the current immutable object by setting a value for the
isMultipartForm
attribute. - withIsMultipartForm(boolean) - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Copy the current immutable object by setting a value for the
isMultipartForm
attribute. - withIsNullable(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Copy the current immutable object by setting a value for the
isNullable
attribute. - withIsNullable(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object by setting a value for the
isNullable
attribute. - withIsNullable(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Copy the current immutable object by setting a value for the
isNullable
attribute. - withIsPathParam(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Copy the current immutable object by setting a value for the
isPathParam
attribute. - withIsPathParam(boolean) - Method in class dk.mada.jaxrs.model.api.ImmutableParameter
-
Copy the current immutable object by setting a value for the
isPathParam
attribute. - withIsQueryParam(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Copy the current immutable object by setting a value for the
isQueryParam
attribute. - withIsQueryParam(boolean) - Method in class dk.mada.jaxrs.model.api.ImmutableParameter
-
Copy the current immutable object by setting a value for the
isQueryParam
attribute. - withIsRecord(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object by setting a value for the
isRecord
attribute. - withIsRecordBuilder(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Copy the current immutable object by setting a value for the
isRecordBuilder
attribute. - withIsRecordCanonicalConstructor(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Copy the current immutable object by setting a value for the
isRecordCanonicalConstructor
attribute. - withIsRenderPropertyOrderAnnotation(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Copy the current immutable object by setting a value for the
isRenderPropertyOrderAnnotation
attribute. - withIsRenderSingleLineToString(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Copy the current immutable object by setting a value for the
isRenderSingleLineToString
attribute. - withIsRenderToStringHelper(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Copy the current immutable object by setting a value for the
isRenderToStringHelper
attribute. - withIsRequireNonNull(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Copy the current immutable object by setting a value for the
isRequireNonNull
attribute. - withIsSet(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Copy the current immutable object by setting a value for the
isSet
attribute. - withIsUseBigDecimalForDouble(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Copy the current immutable object by setting a value for the
isUseBigDecimalForDouble
attribute. - withIsUseEmptyCollections(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Copy the current immutable object by setting a value for the
isUseEmptyCollections
attribute. - withJackson(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object by setting a value for the
jackson
attribute. - withJacksonFasterxml(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Copy the current immutable object by setting a value for the
jacksonFasterxml
attribute. - withJacksonJsonSerializeOptions(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Copy the current immutable object by setting a present value for the optional
jacksonJsonSerializeOptions
attribute. - withJacksonJsonSerializeOptions(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Copy the current immutable object by setting an optional value for the
jacksonJsonSerializeOptions
attribute. - withJsonb(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Copy the current immutable object by setting a value for the
jsonb
attribute. - withJsonb(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Copy the current immutable object by setting a value for the
jsonb
attribute. - withJsonb(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Copy the current immutable object by setting a value for the
jsonb
attribute. - withJsonPropertyConstant(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Copy the current immutable object by setting a value for the
jsonPropertyConstant
attribute. - withMadaApi(CtxApiExt) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Copy the current immutable object by setting a value for the
madaApi
attribute. - withMadaDto(CtxDtoExt) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object by setting a value for the
madaDto
attribute. - withMadaOp(CtxApiOpExt) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp
-
Copy the current immutable object by setting a value for the
madaOp
attribute. - withMadaProp(CtxPropertyExt) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Copy the current immutable object by setting a value for the
madaProp
attribute. - withMediaTypes(Iterable<String>) - Method in class dk.mada.jaxrs.model.api.ImmutableContent
-
Copy the current immutable object with elements that replace the content of
mediaTypes
. - withMediaTypes(String...) - Method in class dk.mada.jaxrs.model.api.ImmutableContent
-
Copy the current immutable object with elements that replace the content of
mediaTypes
. - withMpSchemaName(String) - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Copy the current immutable object by setting a value for the
mpSchemaName
attribute. - withMultipartType(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Copy the current immutable object by setting a value for the
multipartType
attribute. - withName(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Copy the current immutable object by setting a value for the
name
attribute. - withName(String) - Method in class dk.mada.jaxrs.model.api.ImmutableParameter
-
Copy the current immutable object by setting a value for the
name
attribute. - withName(String) - Method in class dk.mada.jaxrs.model.ImmutableContact
-
Copy the current immutable object by setting a present value for the optional
name
attribute. - withName(String) - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Copy the current immutable object by setting a value for the
name
attribute. - withName(String) - Method in class dk.mada.jaxrs.model.ImmutableProperty
-
Copy the current immutable object by setting a value for the
name
attribute. - withName(Optional<String>) - Method in class dk.mada.jaxrs.model.ImmutableContact
-
Copy the current immutable object by setting an optional value for the
name
attribute. - withNameInCamelCase(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Copy the current immutable object by setting a value for the
nameInCamelCase
attribute. - withNameInSnakeCase(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Copy the current immutable object by setting a value for the
nameInSnakeCase
attribute. - withNickname(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp
-
Copy the current immutable object by setting a value for the
nickname
attribute. - withNotes(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp
-
Copy the current immutable object by setting a present value for the optional
notes
attribute. - withNotes(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp
-
Copy the current immutable object by setting an optional value for the
notes
attribute. - withNotNull(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Copy the current immutable object by setting a value for the
notNull
attribute. - withOpenapiId(TypeName) - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Copy the current immutable object by setting a value for the
openapiId
attribute. - withOperationId(String) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Copy the current immutable object by setting a present value for the optional
operationId
attribute. - withOperationId(Optional<String>) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Copy the current immutable object by setting an optional value for the
operationId
attribute. - withOperations(CtxApi.CtxOperationRef...) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Copy the current immutable object with elements that replace the content of
operations
. - withOperations(Iterable<? extends CtxApi.CtxOperationRef>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Copy the current immutable object with elements that replace the content of
operations
. - withPackageName(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Copy the current immutable object by setting a value for the
packageName
attribute. - withPackageName(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object by setting a value for the
packageName
attribute. - withPackageName(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Copy the current immutable object by setting a value for the
packageName
attribute. - withPackageName(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Copy the current immutable object by setting a value for the
packageName
attribute. - withPackageName(String) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeInterface
-
Copy the current immutable object by setting a value for the
packageName
attribute. - withParameters(Parameter...) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Copy the current immutable object with elements that replace the content of
parameters
. - withParameters(Iterable<? extends Parameter>) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Copy the current immutable object with elements that replace the content of
parameters
. - withParamName(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Copy the current immutable object by setting a value for the
paramName
attribute. - withParent(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object by setting a present value for the optional
parent
attribute. - withParent(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object by setting an optional value for the
parent
attribute. - withPath(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp
-
Copy the current immutable object by setting a present value for the optional
path
attribute. - withPath(String) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Copy the current immutable object by setting a value for the
path
attribute. - withPath(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp
-
Copy the current immutable object by setting an optional value for the
path
attribute. - withProduces(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt
-
Copy the current immutable object by setting a present value for the optional
produces
attribute. - withProduces(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt
-
Copy the current immutable object by setting an optional value for the
produces
attribute. - withProperties(Property...) - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Copy the current immutable object with elements that replace the content of
properties
. - withProperties(Iterable<? extends Property>) - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Copy the current immutable object with elements that replace the content of
properties
. - withQuarkusRegisterForReflection(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Copy the current immutable object by setting a value for the
quarkusRegisterForReflection
attribute. - withReference(Reference) - Method in class dk.mada.jaxrs.model.api.ImmutableContent
-
Copy the current immutable object by setting a value for the
reference
attribute. - withReference(Reference) - Method in class dk.mada.jaxrs.model.api.ImmutableParameter
-
Copy the current immutable object by setting a value for the
reference
attribute. - withReference(Reference) - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Copy the current immutable object by setting a value for the
reference
attribute. - withReference(Reference) - Method in class dk.mada.jaxrs.model.ImmutableProperty
-
Copy the current immutable object by setting a value for the
reference
attribute. - withRefType(Type) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeReference
-
Copy the current immutable object by setting a value for the
refType
attribute. - withRenderJavadocMacroSpacer(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt
-
Copy the current immutable object by setting a value for the
renderJavadocMacroSpacer
attribute. - withRenderJavadocReturn(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt
-
Copy the current immutable object by setting a value for the
renderJavadocReturn
attribute. - withRenderLocalDate(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Copy the current immutable object by setting a value for the
renderLocalDate
attribute. - withRenderLocalDateTime(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Copy the current immutable object by setting a value for the
renderLocalDateTime
attribute. - withRenderOffsetDateTime(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Copy the current immutable object by setting a value for the
renderOffsetDateTime
attribute. - withRenderSchema(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Copy the current immutable object by setting a value for the
renderSchema
attribute. - withRequestBody(RequestBody) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Copy the current immutable object by setting a present value for the optional
requestBody
attribute. - withRequestBody(Optional<? extends RequestBody>) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Copy the current immutable object by setting an optional value for the
requestBody
attribute. - withRequired(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Copy the current immutable object by setting a value for the
required
attribute. - withResponses(CtxApiResponse...) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp
-
Copy the current immutable object with elements that replace the content of
responses
. - withResponses(Response...) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Copy the current immutable object with elements that replace the content of
responses
. - withResponses(Iterable<? extends CtxApiResponse>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp
-
Copy the current immutable object with elements that replace the content of
responses
. - withResponses(Iterable<? extends Response>) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Copy the current immutable object with elements that replace the content of
responses
. - withResponseSchema(boolean) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt
-
Copy the current immutable object by setting a value for the
responseSchema
attribute. - withReturnContainer(Map<String, ? extends String>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Copy the current immutable object by replacing the
returnContainer
map with the specified map. - withReturnType(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp
-
Copy the current immutable object by setting a value for the
returnType
attribute. - withSchemaOptions(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Copy the current immutable object by setting a value for the
schemaOptions
attribute. - withSchemaOptions(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Copy the current immutable object by setting a present value for the optional
schemaOptions
attribute. - withSchemaOptions(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Copy the current immutable object by setting an optional value for the
schemaOptions
attribute. - withSetter(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Copy the current immutable object by setting a value for the
setter
attribute. - withSetter(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxPropertyExt
-
Copy the current immutable object by setting a value for the
setter
attribute. - withSubtypeSelector(SubtypeSelector) - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Copy the current immutable object by setting a present value for the optional
subtypeSelector
attribute. - withSubtypeSelector(Optional<? extends SubtypeSelector>) - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Copy the current immutable object by setting an optional value for the
subtypeSelector
attribute. - withSummary(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp
-
Copy the current immutable object by setting a present value for the optional
summary
attribute. - withSummary(String) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Copy the current immutable object by setting a present value for the optional
summary
attribute. - withSummary(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOp
-
Copy the current immutable object by setting an optional value for the
summary
attribute. - withSummary(Optional<String>) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Copy the current immutable object by setting an optional value for the
summary
attribute. - withSummaryString(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt
-
Copy the current immutable object by setting a present value for the optional
summaryString
attribute. - withSummaryString(Optional<String>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiOpExt
-
Copy the current immutable object by setting an optional value for the
summaryString
attribute. - withSyntheticOpId(String) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Copy the current immutable object by setting a value for the
syntheticOpId
attribute. - withTags(Iterable<String>) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Copy the current immutable object with elements that replace the content of
tags
. - withTags(String...) - Method in class dk.mada.jaxrs.model.api.ImmutableOperation
-
Copy the current immutable object with elements that replace the content of
tags
. - withTermsOfService(String) - Method in class dk.mada.jaxrs.model.ImmutableInfo
-
Copy the current immutable object by setting a present value for the optional
termsOfService
attribute. - withTermsOfService(Optional<String>) - Method in class dk.mada.jaxrs.model.ImmutableInfo
-
Copy the current immutable object by setting an optional value for the
termsOfService
attribute. - withTitle(String) - Method in class dk.mada.jaxrs.model.ImmutableInfo
-
Copy the current immutable object by setting a value for the
title
attribute. - withTypeName(TypeName) - Method in class dk.mada.jaxrs.model.ImmutableDto
-
Copy the current immutable object by setting a value for the
typeName
attribute. - withTypeName(TypeName) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeEnum
-
Copy the current immutable object by setting a value for the
typeName
attribute. - withTypeName(TypeName) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeInterface
-
Copy the current immutable object by setting a value for the
typeName
attribute. - withTypeName(TypeName) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeValidation
-
Copy the current immutable object by setting a value for the
typeName
attribute. - withTypeNames(TypeNames) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeArray
-
Copy the current immutable object by setting a value for the
typeNames
attribute. - withTypeNames(TypeNames) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeMap
-
Copy the current immutable object by setting a value for the
typeNames
attribute. - withTypeNames(TypeNames) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeSet
-
Copy the current immutable object by setting a value for the
typeNames
attribute. - withUrl(String) - Method in class dk.mada.jaxrs.model.ImmutableContact
-
Copy the current immutable object by setting a present value for the optional
url
attribute. - withUrl(Optional<String>) - Method in class dk.mada.jaxrs.model.ImmutableContact
-
Copy the current immutable object by setting an optional value for the
url
attribute. - withValidation(CtxValidation) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Copy the current immutable object by setting a present value for the optional
validation
attribute. - withValidation(CtxValidation) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Copy the current immutable object by setting a present value for the optional
validation
attribute. - withValidation(Validation) - Method in class dk.mada.jaxrs.model.ImmutableProperty
-
Copy the current immutable object by setting a value for the
validation
attribute. - withValidation(Validation) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeReference
-
Copy the current immutable object by setting a value for the
validation
attribute. - withValidation(Validation) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeValidation
-
Copy the current immutable object by setting a value for the
validation
attribute. - withValidation(Optional<? extends CtxValidation>) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApiParam
-
Copy the current immutable object by setting an optional value for the
validation
attribute. - withValidation(Optional<? extends CtxValidation>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxProperty
-
Copy the current immutable object by setting an optional value for the
validation
attribute. - withValues(Iterable<String>) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeEnum
-
Copy the current immutable object with elements that replace the content of
values
. - withValues(String...) - Method in class dk.mada.jaxrs.model.types.ImmutableTypeEnum
-
Copy the current immutable object with elements that replace the content of
values
. - withVars(CtxProperty...) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object with elements that replace the content of
vars
. - withVars(Iterable<? extends CtxProperty>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object with elements that replace the content of
vars
. - withVarsOpenapiOrder(CtxProperty...) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Copy the current immutable object with elements that replace the content of
varsOpenapiOrder
. - withVarsOpenapiOrder(Iterable<? extends CtxProperty>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDtoExt
-
Copy the current immutable object with elements that replace the content of
varsOpenapiOrder
. - withVendorExtensions(Map<String, ? extends String>) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object by replacing the
vendorExtensions
map with the specified map. - withVersion(String) - Method in class dk.mada.jaxrs.generator.mpclient.api.tmpl.ImmutableCtxApi
-
Copy the current immutable object by setting a value for the
version
attribute. - withVersion(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxDto
-
Copy the current immutable object by setting a value for the
version
attribute. - withVersion(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxExtraDateSerializer
-
Copy the current immutable object by setting a value for the
version
attribute. - withVersion(String) - Method in class dk.mada.jaxrs.generator.mpclient.dto.tmpl.ImmutableCtxInterface
-
Copy the current immutable object by setting a value for the
version
attribute. - withVersion(String) - Method in class dk.mada.jaxrs.model.ImmutableInfo
-
Copy the current immutable object by setting a value for the
version
attribute. - wrapperTypeName() - Method in enum class dk.mada.jaxrs.model.types.Primitive
-
Returns the type name of the wrapper of this type.
- wrapperTypeName() - Method in interface dk.mada.jaxrs.model.types.Type
-
Returns the wrapper type name.
- wrapperTypeName() - Method in interface dk.mada.jaxrs.model.types.TypeReference
Z
- ZONE_ID - Enum constant in enum class dk.mada.jaxrs.generator.mpclient.imports.JavaTime
-
ZoneId.
- ZONED - Enum constant in enum class dk.mada.jaxrs.model.types.TypeDateTime.DateTimeVariant
-
ZonedDateTime.
- ZONED_DATE_TIME - Static variable in class dk.mada.jaxrs.model.types.TypeNames
-
The type name of ZonedDateTime.
_
- _exclusiveMaximum() - Method in record class dk.mada.jaxrs.model.Validation
-
Returns the value of the
_exclusiveMaximum
record component. - _exclusiveMinimum() - Method in record class dk.mada.jaxrs.model.Validation
-
Returns the value of the
_exclusiveMinimum
record component. - _maximum() - Method in record class dk.mada.jaxrs.model.Validation
-
Returns the value of the
_maximum
record component. - _maxItems() - Method in record class dk.mada.jaxrs.model.Validation
-
Returns the value of the
_maxItems
record component. - _maxLength() - Method in record class dk.mada.jaxrs.model.Validation
-
Returns the value of the
_maxLength
record component. - _minimum() - Method in record class dk.mada.jaxrs.model.Validation
-
Returns the value of the
_minimum
record component. - _minItems() - Method in record class dk.mada.jaxrs.model.Validation
-
Returns the value of the
_minItems
record component. - _minLength() - Method in record class dk.mada.jaxrs.model.Validation
-
Returns the value of the
_minLength
record component. - _pattern() - Method in record class dk.mada.jaxrs.model.Validation
-
Returns the value of the
_pattern
record component.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form