Uses of Class
io.apicurio.hub.api.codegen.beans.CodegenJavaInterface
-
Packages that use CodegenJavaInterface Package Description io.apicurio.hub.api.codegen io.apicurio.hub.api.codegen.beans -
-
Uses of CodegenJavaInterface in io.apicurio.hub.api.codegen
Methods in io.apicurio.hub.api.codegen with parameters of type CodegenJavaInterface Modifier and Type Method Description protected StringOpenApi2JaxRs. generateJavaInterface(CodegenInfo info, CodegenJavaInterface interfaceInfo)protected StringOpenApi2JaxRs. generateJavaInterface(CodegenInfo info, CodegenJavaInterface interfaceInfo, String topLevelPackage)Generates a Jax-rs interface from the given codegen information. -
Uses of CodegenJavaInterface in io.apicurio.hub.api.codegen.beans
Methods in io.apicurio.hub.api.codegen.beans that return types with arguments of type CodegenJavaInterface Modifier and Type Method Description List<CodegenJavaInterface>CodegenInfo. getInterfaces()Method parameters in io.apicurio.hub.api.codegen.beans with type arguments of type CodegenJavaInterface Modifier and Type Method Description voidCodegenInfo. setInterfaces(List<CodegenJavaInterface> interfaces)
-