Uses of Class
org.eclipse.microprofile.openapi.spi.OASFactoryResolver
Packages that use OASFactoryResolver
Package
Description
Service provider interface which allows vendors to set their implementations of OASFactoryResolver.
-
Uses of OASFactoryResolver in org.eclipse.microprofile.openapi.spi
Methods in org.eclipse.microprofile.openapi.spi that return OASFactoryResolverModifier and TypeMethodDescriptionstatic OASFactoryResolverOASFactoryResolver.instance()Creates an OASFactoryResolver object.Methods in org.eclipse.microprofile.openapi.spi with parameters of type OASFactoryResolverModifier and TypeMethodDescriptionstatic voidOASFactoryResolver.setInstance(OASFactoryResolver factory) Set the instance.