Uses of Interface
io.github.torand.openapi2java.model.ImportsSupplier
Packages that use ImportsSupplier
Package
Description
Provides classes to keep collected information from an OpenAPI specification.
-
Uses of ImportsSupplier in io.github.torand.openapi2java.model
Classes in io.github.torand.openapi2java.model that implement ImportsSupplierModifier and TypeClassDescriptionfinal recordDescribes an annotation.final recordDescribes a constant value.final recordDescribes a collection of imports and static imports.final recordDescribes a method parameter.final recordDescribes an OpenAPI definition.final recordDescribes a resource.final recordDescribes a type.Methods in io.github.torand.openapi2java.model with parameters of type ImportsSupplierModifier and TypeMethodDescriptionAnnotationInfo.withAddedImports(ImportsSupplier importSupplier) Returns a newAnnotationInfoobject with specified imports added.ImportInfo.withAddedImports(ImportsSupplier importSupplier) Returns a newImportInfoobject with all imports from specified supplier added.MethodParamInfo.withAddedImports(ImportsSupplier importsSupplier) Returns a newMethodParamInfoobject with specified imports added.Method parameters in io.github.torand.openapi2java.model with type arguments of type ImportsSupplierModifier and TypeMethodDescriptionAnnotationInfo.withAddedImports(Collection<? extends ImportsSupplier> importSuppliers) Returns a newAnnotationInfoobject with specified imports added.ImportInfo.withAddedImports(Collection<? extends ImportsSupplier> importSuppliers) Returns a newImportInfoobject with all imports from specified suppliers added.