Class OASFactoryResolverImpl


  • public class OASFactoryResolverImpl
    extends org.eclipse.microprofile.openapi.spi.OASFactoryResolver
    • Field Detail

      • MODEL_MAP

        public static final 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 Detail

      • OASFactoryResolverImpl

        public OASFactoryResolverImpl()
    • Method Detail

      • 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