Uses of Class
org.eclipse.microprofile.openapi.spi.OASFactoryResolver
-
-
Uses of OASFactoryResolver in org.eclipse.microprofile.openapi.spi
Methods in org.eclipse.microprofile.openapi.spi that return OASFactoryResolver Modifier and Type Method Description static OASFactoryResolver
OASFactoryResolver. instance()
Creates an OASFactoryResolver object.Methods in org.eclipse.microprofile.openapi.spi with parameters of type OASFactoryResolver Modifier and Type Method Description static void
OASFactoryResolver. setInstance(OASFactoryResolver factory)
Set the instance.
-