public class OASFactoryResolverImpl
extends org.eclipse.microprofile.openapi.spi.OASFactoryResolver
OASFactoryResolver
. This class
is responsible for constructing vendor specific models given a Constructible
model interface.Constructor and Description |
---|
OASFactoryResolverImpl() |
Modifier and Type | Method and Description |
---|---|
<T extends org.eclipse.microprofile.openapi.models.Constructible> |
createObject(Class<T> clazz) |
public <T extends org.eclipse.microprofile.openapi.models.Constructible> T createObject(Class<T> clazz)
createObject
in class org.eclipse.microprofile.openapi.spi.OASFactoryResolver
OASFactoryResolver.createObject(java.lang.Class)
Copyright © 2018–2020. All rights reserved.