Uses of Record Class
io.github.torand.openapi2java.model.PojoInfo
Packages that use PojoInfo
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 PojoInfo in io.github.torand.openapi2java.collectors
Methods in io.github.torand.openapi2java.collectors that return PojoInfoModifier and TypeMethodDescriptionPojoInfoCollector.getPojoInfo(String name, io.swagger.v3.oas.models.media.Schema<?> schema) -
Uses of PojoInfo in io.github.torand.openapi2java.model
Methods in io.github.torand.openapi2java.model that return PojoInfoModifier and TypeMethodDescriptionPojoInfo.withAddedAnnotation(AnnotationInfo annotation) Returns a newPojoInfoobject with specified annotation added.PojoInfo.withAddedProperties(Collection<PropertyInfo> properties) Returns a newPojoInfoobject with specified properties added.PojoInfo.withDeprecationMessage(String deprecationMessage) Returns a newPojoInfoobject with specified deprecation message.PojoInfo.withModelSubdir(String modelSubdir) Returns a newPojoInfoobject with specified model subdirectory.PojoInfo.withModelSubpackage(String modelSubpackage) Returns a newPojoInfoobject with specified model subpackage. -
Uses of PojoInfo in io.github.torand.openapi2java.writers
Methods in io.github.torand.openapi2java.writers with parameters of type PojoInfo -
Uses of PojoInfo in io.github.torand.openapi2java.writers.java
Methods in io.github.torand.openapi2java.writers.java with parameters of type PojoInfo -
Uses of PojoInfo in io.github.torand.openapi2java.writers.kotlin
Methods in io.github.torand.openapi2java.writers.kotlin with parameters of type PojoInfo