Uses of Class
io.apicurio.hub.api.codegen.beans.CodegenJavaBean
-
Packages that use CodegenJavaBean Package Description io.apicurio.hub.api.codegen io.apicurio.hub.api.codegen.beans io.apicurio.hub.api.codegen.util -
-
Uses of CodegenJavaBean in io.apicurio.hub.api.codegen
Methods in io.apicurio.hub.api.codegen that return CodegenJavaBean Modifier and Type Method Description protected static CodegenJavaBeanOpenApi2JaxRs. findMatchingBean(CodegenInfo info, String typeSignature)Find a bean that matches the schema signature. -
Uses of CodegenJavaBean in io.apicurio.hub.api.codegen.beans
Methods in io.apicurio.hub.api.codegen.beans that return types with arguments of type CodegenJavaBean Modifier and Type Method Description List<CodegenJavaBean>CodegenInfo. getBeans()Method parameters in io.apicurio.hub.api.codegen.beans with type arguments of type CodegenJavaBean Modifier and Type Method Description voidCodegenInfo. setBeans(List<CodegenJavaBean> beans) -
Uses of CodegenJavaBean in io.apicurio.hub.api.codegen.util
Methods in io.apicurio.hub.api.codegen.util that return CodegenJavaBean Modifier and Type Method Description CodegenJavaBeanIndexedCodeWriter. getBean(String className)Gets the bean for a given class name.Methods in io.apicurio.hub.api.codegen.util with parameters of type CodegenJavaBean Modifier and Type Method Description voidIndexedCodeWriter. indexBean(String beanClassname, CodegenJavaBean bean)
-