Uses of Class
io.helidon.openapi.ExpandedTypeDescription
Packages that use ExpandedTypeDescription
Package
Description
Helidon common OpenAPI classes to be used when integrating with servers (NĂma, Reactive, MicroProfile).
-
Uses of ExpandedTypeDescription in io.helidon.openapi
Methods in io.helidon.openapi that return ExpandedTypeDescriptionModifier and TypeMethodDescriptionExpandedTypeDescription.addExtensions()Adds property handling for extensions.ExpandedTypeDescription.addRef()Adds property handling for a$refreference.static ExpandedTypeDescriptionFactory method for ease of chaining other method invocations.Methods in io.helidon.openapi that return types with arguments of type ExpandedTypeDescriptionModifier and TypeMethodDescriptionstatic Map<Class<?>,ExpandedTypeDescription> ExpandedTypeDescription.buildImplsToTypes(ParserHelper helper) Build a map of implementations to types.ParserHelper.entrySet()Entries of this helper.ParserHelper.types()Types.Method parameters in io.helidon.openapi with type arguments of type ExpandedTypeDescriptionModifier and TypeMethodDescriptionstatic OpenAPIOpenAPIParser.parse(Map<Class<?>, ExpandedTypeDescription> types, InputStream inputStream) Parse open API.static voidSerializer.serialize(Map<Class<?>, ExpandedTypeDescription> types, Map<Class<?>, ExpandedTypeDescription> implsToTypes, OpenAPI openAPI, io.smallrye.openapi.runtime.io.Format fmt, Writer writer) Serialize using the selected format.