Uses of Class
fish.payara.microprofile.openapi.impl.model.media.SchemaImpl
-
Packages that use SchemaImpl Package Description fish.payara.microprofile.openapi.impl.config fish.payara.microprofile.openapi.impl.model.media -
-
Uses of SchemaImpl in fish.payara.microprofile.openapi.impl.config
Methods in fish.payara.microprofile.openapi.impl.config that return types with arguments of type SchemaImpl Modifier and Type Method Description Map<String,SchemaImpl>OpenApiConfiguration. getSchemaMap() -
Uses of SchemaImpl in fish.payara.microprofile.openapi.impl.model.media
Methods in fish.payara.microprofile.openapi.impl.model.media that return SchemaImpl Modifier and Type Method Description static SchemaImplSchemaImpl. createInstance(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation, ApiContext context)static SchemaImplSchemaImpl. fromImplementation(String implementationClass, ApiContext context)static SchemaImplSchemaImpl. valueOf(String content)
-