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.OASFactoryResolverAn implementation of the OpenAPI 1.0 spec'sOASFactoryResolver. This class is responsible for constructing vendor specific models given aConstructiblemodel interface.- Author:
- eric.wittmann@gmail.com
-
-
Constructor Summary
Constructors Constructor Description OASFactoryResolverImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends org.eclipse.microprofile.openapi.models.Constructible>
TcreateObject(Class<T> clazz)
-
-
-
Method Detail
-
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:
OASFactoryResolver.createObject(java.lang.Class)
-
-