Uses of Class
io.apicurio.hub.api.codegen.jaxrs.InterfaceInfo
-
Packages that use InterfaceInfo Package Description io.apicurio.hub.api.codegen.jaxrs -
-
Uses of InterfaceInfo in io.apicurio.hub.api.codegen.jaxrs
Methods in io.apicurio.hub.api.codegen.jaxrs that return types with arguments of type InterfaceInfo Modifier and Type Method Description List<InterfaceInfo>InterfacesVisitor. getInterfaces()Constructor parameters in io.apicurio.hub.api.codegen.jaxrs with type arguments of type InterfaceInfo Constructor Description OpenApi2CodegenVisitor(JaxRsProjectSettings settings, List<InterfaceInfo> interfaces, CodegenTarget target)Constructor.
-