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 Details

    • OASFactoryResolverImpl

      public OASFactoryResolverImpl()
  • Method Details

    • createObject

      public <T extends org.eclipse.microprofile.openapi.models.Constructible> T createObject(Class<T> clazz)
      Specified by:
      createObject in class org.eclipse.microprofile.openapi.spi.OASFactoryResolver
      See Also:
      • OASFactoryResolver.createObject(java.lang.Class)