Package io.smallrye.openapi.spi
Class OASFactoryResolverImpl
java.lang.Object
org.eclipse.microprofile.openapi.spi.OASFactoryResolver
io.smallrye.openapi.spi.OASFactoryResolverImpl
public class OASFactoryResolverImpl
extends org.eclipse.microprofile.openapi.spi.OASFactoryResolver
An implementation of the OpenAPI 1.0 spec's
OASFactoryResolver. This class
is responsible for constructing vendor specific models given a Constructible
model interface.- Author:
- eric.wittmann@gmail.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends org.eclipse.microprofile.openapi.models.Constructible>
TcreateObject(Class<T> clazz) Methods inherited from class org.eclipse.microprofile.openapi.spi.OASFactoryResolver
instance, setInstance
-
Constructor Details
-
OASFactoryResolverImpl
public OASFactoryResolverImpl()
-
-
Method Details
-
createObject
public <T extends org.eclipse.microprofile.openapi.models.Constructible> T createObject(Class<T> clazz) - Specified by:
createObjectin classorg.eclipse.microprofile.openapi.spi.OASFactoryResolver- See Also:
-