Uses of Class
net.coru.api.generator.plugin.openapi.model.AuthObject
-
Packages that use AuthObject Package Description net.coru.api.generator.plugin.openapi.template net.coru.api.generator.plugin.openapi.utils -
-
Uses of AuthObject in net.coru.api.generator.plugin.openapi.template
Methods in net.coru.api.generator.plugin.openapi.template with parameters of type AuthObject Modifier and Type Method Description voidTemplateFactory. fillTemplate(String filePathToSave, FileSpec fileSpec, String className, List<PathObject> pathObjects, AuthObject authObject) -
Uses of AuthObject in net.coru.api.generator.plugin.openapi.utils
Methods in net.coru.api.generator.plugin.openapi.utils that return AuthObject Modifier and Type Method Description static AuthObjectMapperAuthUtil. getApiAuthObject(List<AuthSchemaObject> authSchemas, List<PathObject> pathObjects)
-