Uses of Class
io.apicurio.hub.api.codegen.beans.CodegenBeanAnnotationDirective
-
Packages that use CodegenBeanAnnotationDirective Package Description io.apicurio.hub.api.codegen.beans io.apicurio.hub.api.codegen.post -
-
Uses of CodegenBeanAnnotationDirective in io.apicurio.hub.api.codegen.beans
Methods in io.apicurio.hub.api.codegen.beans that return types with arguments of type CodegenBeanAnnotationDirective Modifier and Type Method Description List<CodegenBeanAnnotationDirective>CodegenJavaArgument. getAnnotations()List<CodegenBeanAnnotationDirective>CodegenJavaBean. getAnnotations()List<CodegenBeanAnnotationDirective>CodegenInfo. getBeanAnnotations()Method parameters in io.apicurio.hub.api.codegen.beans with type arguments of type CodegenBeanAnnotationDirective Modifier and Type Method Description voidCodegenJavaArgument. setAnnotations(List<CodegenBeanAnnotationDirective> annotations)voidCodegenJavaBean. setAnnotations(List<CodegenBeanAnnotationDirective> annotations)voidCodegenInfo. setBeanAnnotations(List<CodegenBeanAnnotationDirective> beanAnnotations) -
Uses of CodegenBeanAnnotationDirective in io.apicurio.hub.api.codegen.post
Method parameters in io.apicurio.hub.api.codegen.post with type arguments of type CodegenBeanAnnotationDirective Modifier and Type Method Description ByteArrayOutputStreamJavaBeanPostProcessor. process(String className, List<CodegenBeanAnnotationDirective> annotations, ByteArrayOutputStream beanData)Provides an opportunity to post-process a java bean class that was generated by the codegen layer.
-