Uses of Class
net.coru.api.generator.plugin.openapi.model.AuthSchemaObject
-
Packages that use AuthSchemaObject Package Description net.coru.api.generator.plugin.openapi.model net.coru.api.generator.plugin.openapi.utils -
-
Uses of AuthSchemaObject in net.coru.api.generator.plugin.openapi.model
Methods in net.coru.api.generator.plugin.openapi.model with parameters of type AuthSchemaObject Modifier and Type Method Description GlobalObject.GlobalObjectBuilderGlobalObject.GlobalObjectBuilder. authSchema(AuthSchemaObject authSchema)Method parameters in net.coru.api.generator.plugin.openapi.model with type arguments of type AuthSchemaObject Modifier and Type Method Description GlobalObject.GlobalObjectBuilderGlobalObject.GlobalObjectBuilder. authSchemas(List<AuthSchemaObject> authSchemas) -
Uses of AuthSchemaObject in net.coru.api.generator.plugin.openapi.utils
Methods in net.coru.api.generator.plugin.openapi.utils that return types with arguments of type AuthSchemaObject Modifier and Type Method Description static List<AuthSchemaObject>MapperAuthUtil. createAuthSchemaList(io.swagger.v3.oas.models.OpenAPI openAPI)Method parameters in net.coru.api.generator.plugin.openapi.utils with type arguments of type AuthSchemaObject Modifier and Type Method Description static AuthObjectMapperAuthUtil. getApiAuthObject(List<AuthSchemaObject> authSchemas, List<PathObject> pathObjects)static GlobalObjectMapperPathUtil. mapOpenApiObjectToOurModels(io.swagger.v3.oas.models.OpenAPI openAPI, FileSpec fileSpec, List<AuthSchemaObject> authSchemaList)
-