Uses of Record Class
io.github.torand.openapi2java.model.OpenApiDefInfo
Packages that use OpenApiDefInfo
Package
Description
Provides classes to collect relevant information from an OpenAPI specification.
Provides classes to keep collected information from an OpenAPI specification.
Provides classes and interfaces to write source code based on collected OpenAPI information.
Provides classes to write Java source code based on collected OpenAPI information.
Provides classes to write Kotlin source code based on collected OpenAPI information.
-
Uses of OpenApiDefInfo in io.github.torand.openapi2java.collectors
Methods in io.github.torand.openapi2java.collectors that return OpenApiDefInfoModifier and TypeMethodDescriptionOpenApiDefInfoCollector.getOpenApiDefInfo(String name, List<io.swagger.v3.oas.models.security.SecurityRequirement> securityRequirements) -
Uses of OpenApiDefInfo in io.github.torand.openapi2java.model
Methods in io.github.torand.openapi2java.model that return OpenApiDefInfoModifier and TypeMethodDescriptionOpenApiDefInfo.withAddedAnnotation(AnnotationInfo annotation) Returns a newOpenApiDefInfoobject with specified annotation added.OpenApiDefInfo.withAddedNormalImport(String normalImport) Returns a newOpenApiDefInfoobject with specified normal import added. -
Uses of OpenApiDefInfo in io.github.torand.openapi2java.writers
Methods in io.github.torand.openapi2java.writers with parameters of type OpenApiDefInfoModifier and TypeMethodDescriptionvoidOpenApiDefWriter.write(OpenApiDefInfo openApiDefInfo) Writes code for specified OpenAPI definition. -
Uses of OpenApiDefInfo in io.github.torand.openapi2java.writers.java
Methods in io.github.torand.openapi2java.writers.java with parameters of type OpenApiDefInfo -
Uses of OpenApiDefInfo in io.github.torand.openapi2java.writers.kotlin
Methods in io.github.torand.openapi2java.writers.kotlin with parameters of type OpenApiDefInfoModifier and TypeMethodDescriptionvoidKotlinOpenApiDefWriter.write(OpenApiDefInfo openApiDefInfo)