Uses of Class
io.github.torand.openapi2java.collectors.BaseCollector
Packages that use BaseCollector
Package
Description
Provides classes to collect relevant information from an OpenAPI specification.
-
Uses of BaseCollector in io.github.torand.openapi2java.collectors
Subclasses of BaseCollector in io.github.torand.openapi2java.collectorsModifier and TypeClassDescriptionclassCollects information about an enum from a schema.classCollects information about a method from an operation.classCollects information about an OpenAPI definition from a collection of security requirements.classCollects information about a pojo from a schema.classCollects information about a property from a schema.classCollects information about a resource from a collection of path items.classCollects information about a security requirement from a collection of OpenAPI security requirements.classCollects information about a type from a schema.