public class OASFactoryResolverImpl
extends org.eclipse.microprofile.openapi.spi.OASFactoryResolver
Modifier and Type | Field and Description |
---|---|
static Map<Class<? extends org.eclipse.microprofile.openapi.models.Constructible>,Class<? extends org.eclipse.microprofile.openapi.models.Constructible>> |
MODEL_MAP
A map of each OpenAPI model element to the class that models it.
|
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
Copyright © 2021. All rights reserved.