Uses of Record Class
io.github.torand.openapi2java.model.ResourceInfo
Packages that use ResourceInfo
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 ResourceInfo in io.github.torand.openapi2java.collectors
Methods in io.github.torand.openapi2java.collectors that return ResourceInfoModifier and TypeMethodDescriptionResourceInfoCollector.getResourceInfo(String resourceName, Map<String, io.swagger.v3.oas.models.PathItem> paths, List<io.swagger.v3.oas.models.security.SecurityRequirement> securityRequirements, io.swagger.v3.oas.models.tags.Tag tag) -
Uses of ResourceInfo in io.github.torand.openapi2java.model
Methods in io.github.torand.openapi2java.model that return ResourceInfoModifier and TypeMethodDescriptionResourceInfo.withAddedAnnotation(AnnotationInfo annotation) Returns a newResourceInfoobject with specified annotation added.ResourceInfo.withAddedAnnotations(Collection<AnnotationInfo> annotations) Returns a newResourceInfoobject with specified annotations added.ResourceInfo.withAddedMethod(MethodInfo method) Returns a newResourceInfoobject with specified method added.ResourceInfo.withAddedNormalImport(String normalImport) Returns a newResourceInfoobject with specified normal import added. -
Uses of ResourceInfo in io.github.torand.openapi2java.writers
Methods in io.github.torand.openapi2java.writers with parameters of type ResourceInfoModifier and TypeMethodDescriptionvoidResourceWriter.write(ResourceInfo resourceInfo) Writes code for specified resource interface. -
Uses of ResourceInfo in io.github.torand.openapi2java.writers.java
Methods in io.github.torand.openapi2java.writers.java with parameters of type ResourceInfo -
Uses of ResourceInfo in io.github.torand.openapi2java.writers.kotlin
Methods in io.github.torand.openapi2java.writers.kotlin with parameters of type ResourceInfo