Modifier and Type | Method and Description |
---|---|
void |
ApiVisitor.VisitorFunction.apply(AnnotationModel annotation,
E element,
ApiContext context) |
void |
ApiVisitor.visitAPIResponse(org.glassfish.hk2.classmodel.reflect.AnnotationModel apiResponse,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApiVisitor.visitAPIResponses(org.glassfish.hk2.classmodel.reflect.AnnotationModel apiResponses,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApiVisitor.visitCallback(org.glassfish.hk2.classmodel.reflect.AnnotationModel callback,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApiVisitor.visitCallbacks(org.glassfish.hk2.classmodel.reflect.AnnotationModel callbacks,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApiVisitor.visitConsumes(org.glassfish.hk2.classmodel.reflect.AnnotationModel produces,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApiVisitor.visitCookieParam(org.glassfish.hk2.classmodel.reflect.AnnotationModel param,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApiVisitor.visitDELETE(org.glassfish.hk2.classmodel.reflect.AnnotationModel delete,
org.glassfish.hk2.classmodel.reflect.MethodModel element,
ApiContext context) |
void |
ApiVisitor.visitExtension(org.glassfish.hk2.classmodel.reflect.AnnotationModel extension,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApiVisitor.visitExtensions(org.glassfish.hk2.classmodel.reflect.AnnotationModel extensions,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApiVisitor.visitExternalDocumentation(org.glassfish.hk2.classmodel.reflect.AnnotationModel externalDocs,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApiVisitor.visitFormParam(org.glassfish.hk2.classmodel.reflect.AnnotationModel param,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApiVisitor.visitGET(org.glassfish.hk2.classmodel.reflect.AnnotationModel get,
org.glassfish.hk2.classmodel.reflect.MethodModel element,
ApiContext context) |
void |
ApiVisitor.visitHEAD(org.glassfish.hk2.classmodel.reflect.AnnotationModel head,
org.glassfish.hk2.classmodel.reflect.MethodModel element,
ApiContext context) |
void |
ApiVisitor.visitHeaderParam(org.glassfish.hk2.classmodel.reflect.AnnotationModel param,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApiVisitor.visitOpenAPI(org.glassfish.hk2.classmodel.reflect.AnnotationModel definition,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApiVisitor.visitOperation(org.glassfish.hk2.classmodel.reflect.AnnotationModel operation,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApiVisitor.visitOPTIONS(org.glassfish.hk2.classmodel.reflect.AnnotationModel options,
org.glassfish.hk2.classmodel.reflect.MethodModel element,
ApiContext context) |
void |
ApiVisitor.visitParameter(org.glassfish.hk2.classmodel.reflect.AnnotationModel parameter,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApiVisitor.visitParameters(org.glassfish.hk2.classmodel.reflect.AnnotationModel parameters,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApiVisitor.visitPATCH(org.glassfish.hk2.classmodel.reflect.AnnotationModel patch,
org.glassfish.hk2.classmodel.reflect.MethodModel element,
ApiContext context) |
void |
ApiVisitor.visitPathParam(org.glassfish.hk2.classmodel.reflect.AnnotationModel param,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApiVisitor.visitPOST(org.glassfish.hk2.classmodel.reflect.AnnotationModel post,
org.glassfish.hk2.classmodel.reflect.MethodModel element,
ApiContext context) |
void |
ApiVisitor.visitProduces(org.glassfish.hk2.classmodel.reflect.AnnotationModel produces,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApiVisitor.visitPUT(org.glassfish.hk2.classmodel.reflect.AnnotationModel put,
org.glassfish.hk2.classmodel.reflect.MethodModel element,
ApiContext context) |
void |
ApiVisitor.visitQueryParam(org.glassfish.hk2.classmodel.reflect.AnnotationModel param,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApiVisitor.visitRequestBody(org.glassfish.hk2.classmodel.reflect.AnnotationModel requestBody,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApiVisitor.visitSchema(org.glassfish.hk2.classmodel.reflect.AnnotationModel schema,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApiVisitor.visitSecurityRequirement(org.glassfish.hk2.classmodel.reflect.AnnotationModel securityRequirement,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApiVisitor.visitSecurityRequirements(org.glassfish.hk2.classmodel.reflect.AnnotationModel securityRequirements,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApiVisitor.visitSecurityScheme(org.glassfish.hk2.classmodel.reflect.AnnotationModel securityScheme,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApiVisitor.visitSecuritySchemes(org.glassfish.hk2.classmodel.reflect.AnnotationModel securitySchemes,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApiVisitor.visitServer(org.glassfish.hk2.classmodel.reflect.AnnotationModel server,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApiVisitor.visitServers(org.glassfish.hk2.classmodel.reflect.AnnotationModel servers,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApiVisitor.visitTag(org.glassfish.hk2.classmodel.reflect.AnnotationModel tag,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApiVisitor.visitTags(org.glassfish.hk2.classmodel.reflect.AnnotationModel tags,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
Modifier and Type | Method and Description |
---|---|
ApiContext |
OpenAPIImpl.getContext() |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.microprofile.openapi.models.PathItem |
PathItemImpl.createInstance(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
ApiContext context) |
static org.eclipse.microprofile.openapi.models.Components |
ComponentsImpl.createInstance(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
ApiContext context) |
static org.eclipse.microprofile.openapi.models.OpenAPI |
OpenAPIImpl.createInstance(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
ApiContext context) |
static org.eclipse.microprofile.openapi.models.Operation |
OperationImpl.createInstance(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
ApiContext context) |
static void |
ComponentsImpl.merge(org.eclipse.microprofile.openapi.models.Components from,
org.eclipse.microprofile.openapi.models.Components to,
boolean override,
ApiContext context) |
static void |
OpenAPIImpl.merge(org.eclipse.microprofile.openapi.models.OpenAPI from,
org.eclipse.microprofile.openapi.models.OpenAPI to,
boolean override,
ApiContext context) |
static void |
OperationImpl.merge(org.eclipse.microprofile.openapi.models.Operation from,
org.eclipse.microprofile.openapi.models.Operation to,
boolean override,
ApiContext context) |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.microprofile.openapi.models.callbacks.Callback |
CallbackImpl.createInstance(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
ApiContext context) |
static void |
CallbackImpl.merge(org.eclipse.microprofile.openapi.models.callbacks.Callback from,
org.eclipse.microprofile.openapi.models.callbacks.Callback to,
boolean override,
ApiContext context) |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.microprofile.openapi.models.examples.Example |
ExampleImpl.createInstance(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
ApiContext context) |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.microprofile.openapi.models.headers.Header |
HeaderImpl.createInstance(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
ApiContext context) |
static Map<String,org.eclipse.microprofile.openapi.models.headers.Header> |
HeaderImpl.createInstances(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
ApiContext context) |
static void |
HeaderImpl.merge(org.eclipse.microprofile.openapi.models.headers.Header from,
org.eclipse.microprofile.openapi.models.headers.Header to,
boolean override,
ApiContext context) |
static void |
HeaderImpl.merge(String headerName,
org.eclipse.microprofile.openapi.models.headers.Header header,
Map<String,org.eclipse.microprofile.openapi.models.headers.Header> headers,
boolean override,
ApiContext context) |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.microprofile.openapi.models.links.Link |
LinkImpl.createInstance(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
ApiContext context) |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.microprofile.openapi.models.media.Schema |
SchemaImpl.createInstance(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
ApiContext context) |
static ContentImpl |
ContentImpl.createInstance(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
ApiContext context) |
static org.eclipse.microprofile.openapi.models.media.Encoding |
EncodingImpl.createInstance(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
ApiContext context) |
static void |
ContentImpl.merge(ContentImpl from,
org.eclipse.microprofile.openapi.models.media.Content to,
boolean override,
ApiContext context) |
static void |
EncodingImpl.merge(org.eclipse.microprofile.openapi.models.media.Encoding from,
org.eclipse.microprofile.openapi.models.media.Encoding to,
boolean override,
ApiContext context) |
static void |
SchemaImpl.merge(org.eclipse.microprofile.openapi.models.media.Schema from,
org.eclipse.microprofile.openapi.models.media.Schema to,
boolean override,
ApiContext context) |
static void |
EncodingImpl.merge(String encodingName,
org.eclipse.microprofile.openapi.models.media.Encoding encoding,
Map<String,org.eclipse.microprofile.openapi.models.media.Encoding> encodings,
boolean override,
ApiContext context) |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.microprofile.openapi.models.parameters.Parameter |
ParameterImpl.createInstance(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
ApiContext context) |
static org.eclipse.microprofile.openapi.models.parameters.RequestBody |
RequestBodyImpl.createInstance(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
ApiContext context) |
static void |
ParameterImpl.merge(org.eclipse.microprofile.openapi.models.parameters.Parameter from,
org.eclipse.microprofile.openapi.models.parameters.Parameter to,
boolean override,
ApiContext context) |
static void |
RequestBodyImpl.merge(org.eclipse.microprofile.openapi.models.parameters.RequestBody from,
org.eclipse.microprofile.openapi.models.parameters.RequestBody to,
boolean override,
ApiContext context) |
Modifier and Type | Method and Description |
---|---|
static APIResponseImpl |
APIResponseImpl.createInstance(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
ApiContext context) |
static void |
APIResponseImpl.merge(org.eclipse.microprofile.openapi.models.responses.APIResponse from,
org.eclipse.microprofile.openapi.models.responses.APIResponse to,
boolean override,
ApiContext context) |
static void |
APIResponsesImpl.merge(org.eclipse.microprofile.openapi.models.responses.APIResponse from,
org.eclipse.microprofile.openapi.models.responses.APIResponses to,
boolean override,
ApiContext context) |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.microprofile.openapi.models.security.SecurityScheme |
SecuritySchemeImpl.createInstance(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
ApiContext context) |
static org.eclipse.microprofile.openapi.models.security.SecurityRequirement |
SecurityRequirementImpl.createInstance(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
ApiContext context) |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.microprofile.openapi.models.servers.ServerVariable |
ServerVariableImpl.createInstance(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
ApiContext context) |
static org.eclipse.microprofile.openapi.models.servers.Server |
ServerImpl.createInstance(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
ApiContext context) |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.microprofile.openapi.models.tags.Tag |
TagImpl.createInstance(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
ApiContext context) |
Modifier and Type | Method and Description |
---|---|
static <T> void |
ModelUtils.extractAnnotations(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotationModel,
ApiContext context,
String type,
BiFunction<org.glassfish.hk2.classmodel.reflect.AnnotationModel,ApiContext,T> factory,
List<T> wrapper) |
static <T> void |
ModelUtils.extractAnnotations(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotationModel,
ApiContext context,
String type,
String key,
BiFunction<org.glassfish.hk2.classmodel.reflect.AnnotationModel,ApiContext,T> factory,
Map<String,T> wrapper) |
static String |
ModelUtils.getParameterName(ApiContext context,
org.glassfish.hk2.classmodel.reflect.Parameter parameter) |
static org.eclipse.microprofile.openapi.models.parameters.Parameter.In |
ModelUtils.getParameterType(ApiContext context,
org.glassfish.hk2.classmodel.reflect.Parameter parameter) |
static org.eclipse.microprofile.openapi.models.media.Schema.SchemaType |
ModelUtils.getSchemaType(org.glassfish.hk2.classmodel.reflect.ParameterizedType type,
ApiContext context) |
static org.eclipse.microprofile.openapi.models.media.Schema.SchemaType |
ModelUtils.getSchemaType(String typeName,
ApiContext context)
Finds the
Schema.SchemaType that corresponds to a given class. |
static boolean |
ModelUtils.isMap(String typeName,
ApiContext context) |
static boolean |
ModelUtils.isRequestBody(ApiContext context,
org.glassfish.hk2.classmodel.reflect.Parameter parameter) |
Modifier and Type | Method and Description |
---|---|
static <T> void |
ModelUtils.extractAnnotations(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotationModel,
ApiContext context,
String type,
BiFunction<org.glassfish.hk2.classmodel.reflect.AnnotationModel,ApiContext,T> factory,
List<T> wrapper) |
static <T> void |
ModelUtils.extractAnnotations(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotationModel,
ApiContext context,
String type,
String key,
BiFunction<org.glassfish.hk2.classmodel.reflect.AnnotationModel,ApiContext,T> factory,
Map<String,T> wrapper) |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationProcessor.visitAPIResponse(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApplicationProcessor.visitAPIResponses(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApplicationProcessor.visitCallback(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApplicationProcessor.visitCallbacks(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApplicationProcessor.visitConsumes(org.glassfish.hk2.classmodel.reflect.AnnotationModel consumes,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApplicationProcessor.visitCookieParam(org.glassfish.hk2.classmodel.reflect.AnnotationModel param,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApplicationProcessor.visitDELETE(org.glassfish.hk2.classmodel.reflect.AnnotationModel delete,
org.glassfish.hk2.classmodel.reflect.MethodModel element,
ApiContext context) |
void |
ApplicationProcessor.visitExtension(org.glassfish.hk2.classmodel.reflect.AnnotationModel extension,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApplicationProcessor.visitExtensions(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApplicationProcessor.visitExternalDocumentation(org.glassfish.hk2.classmodel.reflect.AnnotationModel externalDocs,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApplicationProcessor.visitFormParam(org.glassfish.hk2.classmodel.reflect.AnnotationModel param,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApplicationProcessor.visitGET(org.glassfish.hk2.classmodel.reflect.AnnotationModel get,
org.glassfish.hk2.classmodel.reflect.MethodModel element,
ApiContext context) |
void |
ApplicationProcessor.visitHEAD(org.glassfish.hk2.classmodel.reflect.AnnotationModel head,
org.glassfish.hk2.classmodel.reflect.MethodModel element,
ApiContext context) |
void |
ApplicationProcessor.visitHeaderParam(org.glassfish.hk2.classmodel.reflect.AnnotationModel param,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApplicationProcessor.visitOpenAPI(org.glassfish.hk2.classmodel.reflect.AnnotationModel definition,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApplicationProcessor.visitOperation(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApplicationProcessor.visitOPTIONS(org.glassfish.hk2.classmodel.reflect.AnnotationModel options,
org.glassfish.hk2.classmodel.reflect.MethodModel element,
ApiContext context) |
void |
ApplicationProcessor.visitParameter(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApplicationProcessor.visitParameters(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApplicationProcessor.visitPATCH(org.glassfish.hk2.classmodel.reflect.AnnotationModel patch,
org.glassfish.hk2.classmodel.reflect.MethodModel element,
ApiContext context) |
void |
ApplicationProcessor.visitPathParam(org.glassfish.hk2.classmodel.reflect.AnnotationModel param,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApplicationProcessor.visitPOST(org.glassfish.hk2.classmodel.reflect.AnnotationModel post,
org.glassfish.hk2.classmodel.reflect.MethodModel element,
ApiContext context) |
void |
ApplicationProcessor.visitProduces(org.glassfish.hk2.classmodel.reflect.AnnotationModel produces,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApplicationProcessor.visitPUT(org.glassfish.hk2.classmodel.reflect.AnnotationModel put,
org.glassfish.hk2.classmodel.reflect.MethodModel element,
ApiContext context) |
void |
ApplicationProcessor.visitQueryParam(org.glassfish.hk2.classmodel.reflect.AnnotationModel param,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApplicationProcessor.visitRequestBody(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApplicationProcessor.visitSchema(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApplicationProcessor.visitSchemaField(org.glassfish.hk2.classmodel.reflect.AnnotationModel schemaAnnotation,
org.glassfish.hk2.classmodel.reflect.FieldModel field,
ApiContext context) |
void |
ApplicationProcessor.visitSecurityRequirement(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApplicationProcessor.visitSecurityRequirements(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApplicationProcessor.visitSecurityScheme(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApplicationProcessor.visitSecuritySchemes(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApplicationProcessor.visitServer(org.glassfish.hk2.classmodel.reflect.AnnotationModel server,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApplicationProcessor.visitServers(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApplicationProcessor.visitTag(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
void |
ApplicationProcessor.visitTags(org.glassfish.hk2.classmodel.reflect.AnnotationModel annotation,
org.glassfish.hk2.classmodel.reflect.AnnotatedElement element,
ApiContext context) |
Modifier and Type | Class and Description |
---|---|
class |
OpenApiContext |
Copyright © 2020. All rights reserved.