Uses of Class
net.binis.codegen.compiler.CGAnnotation
Packages that use CGAnnotation
Package
Description
-
Uses of CGAnnotation in net.binis.codegen.compiler
Fields in net.binis.codegen.compiler with type parameters of type CGAnnotationMethods in net.binis.codegen.compiler that return CGAnnotationModifier and TypeMethodDescriptionTreeMaker.Annotation(CGExpression annotationType, CGList<CGExpression> args) Methods in net.binis.codegen.compiler that return types with arguments of type CGAnnotationMethod parameters in net.binis.codegen.compiler with type arguments of type CGAnnotationModifier and TypeMethodDescriptionTreeMaker.Modifiers(long flags, CGList<CGAnnotation> annotations) protected voidCGModifiers.onModify(CGList<CGAnnotation> list) voidCGModifiers.setAnnotations(CGList<CGAnnotation> list) -
Uses of CGAnnotation in net.binis.codegen.compiler.utils
Methods in net.binis.codegen.compiler.utils that return CGAnnotationModifier and TypeMethodDescriptionstatic CGAnnotationElementAnnotationUtils.addAnnotation(Element element, Class<? extends Annotation> annotation) static CGAnnotationElementAnnotationUtils.addAnnotation(Element element, Class<? extends Annotation> annotation, Map<String, Object> attributes) static CGAnnotationElementAnnotationUtils.addAnnotation(Element element, Class<? extends Annotation> annotation, CGExpression... attributes) static CGAnnotationElementAnnotationUtils.addAnnotation(Element element, Class<? extends Annotation> annotation, CGList<CGExpression> attributes) static CGAnnotationElementAnnotationUtils.addAnnotation(CGDeclaration declaration, Class<? extends Annotation> annotation, Map<String, Object> attributes) static CGAnnotationElementAnnotationUtils.addAnnotation(CGDeclaration declaration, Class<? extends Annotation> annotation, CGExpression... attributes) static CGAnnotationElementAnnotationUtils.addAnnotation(CGDeclaration declaration, Class<? extends Annotation> annotation, CGList<CGExpression> attributes) static CGAnnotationElementAnnotationUtils.addOrReplaceAnnotation(Element element, Class<? extends Annotation> annotation) static CGAnnotationElementAnnotationUtils.addOrReplaceAnnotation(Element element, Class<? extends Annotation> annotation, Map<String, Object> attributes) static CGAnnotationElementAnnotationUtils.addOrReplaceAnnotation(Element element, Class<? extends Annotation> annotation, CGExpression... attributes) static CGAnnotationElementAnnotationUtils.addOrReplaceAnnotation(CGDeclaration declaration, Class<? extends Annotation> annotation) static CGAnnotationElementAnnotationUtils.addOrReplaceAnnotation(CGDeclaration declaration, Class<? extends Annotation> annotation, Map<String, Object> attributes) static CGAnnotationElementAnnotationUtils.addOrReplaceAnnotation(CGDeclaration declaration, Class<? extends Annotation> annotation, CGExpression... attributes) static CGAnnotationElementAnnotationUtils.createAnnotation(Class<? extends Annotation> annotation, Map<String, Object> attributes) static CGAnnotationElementAnnotationUtils.findAnnotation(Element element, Class<? extends Annotation> annotation) static CGAnnotationElementAnnotationUtils.findAnnotation(Element element, Predicate<CGAnnotation> filter) static CGAnnotationElementAnnotationUtils.findAnnotation(CGDeclaration declaration, Class<? extends Annotation> annotation) static CGAnnotationElementAnnotationUtils.findAnnotation(CGDeclaration declaration, Predicate<CGAnnotation> filter) static CGAnnotationElementAnnotationUtils.getAnnotation(Element element, Class<? extends Annotation> annotation) static CGAnnotationElementAnnotationUtils.getAnnotation(CGDeclaration declaration, Class<? extends Annotation> annotation) static CGAnnotationElementAnnotationUtils.removeAnnotation(Element element, Class<? extends Annotation> annotation) static CGAnnotationElementAnnotationUtils.removeAnnotation(Element element, CGAnnotation annotation) static CGAnnotationElementAnnotationUtils.removeAnnotation(CGDeclaration declaration, Class<? extends Annotation> annotation) static CGAnnotationElementAnnotationUtils.removeAnnotation(CGDeclaration declaration, CGAnnotation annotation) static CGAnnotationElementAnnotationUtils.replaceAnnotation(Element element, CGAnnotation oldAnnotation, Class<? extends Annotation> annotation, Map<String, Object> attributes) static CGAnnotationElementAnnotationUtils.replaceAnnotation(Element element, CGAnnotation oldAnnotation, Class<? extends Annotation> annotation, CGExpression... attributes) static CGAnnotationElementAnnotationUtils.replaceAnnotation(CGDeclaration declaration, CGAnnotation oldAnnotation, Class<? extends Annotation> annotation, Map<String, Object> attributes) static CGAnnotationElementAnnotationUtils.replaceAnnotation(CGDeclaration declaration, CGAnnotation oldAnnotation, Class<? extends Annotation> annotation, CGExpression... attributes) static CGAnnotationElementAnnotationUtils.replaceAnnotationWithAttributes(Element element, CGAnnotation oldAnnotation, Class<? extends Annotation> annotation) static CGAnnotationElementAnnotationUtils.replaceAnnotationWithAttributes(CGDeclaration declaration, CGAnnotation oldAnnotation, Class<? extends Annotation> annotation) Methods in net.binis.codegen.compiler.utils that return types with arguments of type CGAnnotationModifier and TypeMethodDescriptionstatic List<CGAnnotation>ElementAnnotationUtils.findAnnotations(Element element, Predicate<CGAnnotation> filter) static List<CGAnnotation>ElementAnnotationUtils.findAnnotations(CGDeclaration declaration, Predicate<CGAnnotation> filter) Methods in net.binis.codegen.compiler.utils with parameters of type CGAnnotationModifier and TypeMethodDescriptionstatic voidElementAnnotationUtils.addAnnotationAttribute(CGAnnotation annotation, String name, Object value) static voidElementAnnotationUtils.addIfMissingAnnotationAttribute(CGAnnotation annotation, String name, Object value) static CGAnnotationElementAnnotationUtils.removeAnnotation(Element element, CGAnnotation annotation) static CGAnnotationElementAnnotationUtils.removeAnnotation(CGDeclaration declaration, CGAnnotation annotation) static voidElementAnnotationUtils.removeAnnotationAttribute(CGAnnotation annotation, String name) static CGAnnotationElementAnnotationUtils.replaceAnnotation(Element element, CGAnnotation oldAnnotation, Class<? extends Annotation> annotation, Map<String, Object> attributes) static CGAnnotationElementAnnotationUtils.replaceAnnotation(Element element, CGAnnotation oldAnnotation, Class<? extends Annotation> annotation, CGExpression... attributes) static CGAnnotationElementAnnotationUtils.replaceAnnotation(CGDeclaration declaration, CGAnnotation oldAnnotation, Class<? extends Annotation> annotation, Map<String, Object> attributes) static CGAnnotationElementAnnotationUtils.replaceAnnotation(CGDeclaration declaration, CGAnnotation oldAnnotation, Class<? extends Annotation> annotation, CGExpression... attributes) static voidElementAnnotationUtils.replaceAnnotationAttribute(CGAnnotation annotation, String name, Object value) static CGAnnotationElementAnnotationUtils.replaceAnnotationWithAttributes(Element element, CGAnnotation oldAnnotation, Class<? extends Annotation> annotation) static CGAnnotationElementAnnotationUtils.replaceAnnotationWithAttributes(CGDeclaration declaration, CGAnnotation oldAnnotation, Class<? extends Annotation> annotation) Method parameters in net.binis.codegen.compiler.utils with type arguments of type CGAnnotationModifier and TypeMethodDescriptionstatic CGAnnotationElementAnnotationUtils.findAnnotation(Element element, Predicate<CGAnnotation> filter) static CGAnnotationElementAnnotationUtils.findAnnotation(CGDeclaration declaration, Predicate<CGAnnotation> filter) static List<CGAnnotation>ElementAnnotationUtils.findAnnotations(Element element, Predicate<CGAnnotation> filter) static List<CGAnnotation>ElementAnnotationUtils.findAnnotations(CGDeclaration declaration, Predicate<CGAnnotation> filter) -
Uses of CGAnnotation in net.binis.codegen.enrich.handler
Methods in net.binis.codegen.enrich.handler with parameters of type CGAnnotationModifier and TypeMethodDescriptionprotected voidOpenApiElementEnricherHandler.checkForDefaultValue(CGMethodDeclaration method, CGAnnotation ann) protected voidOpenApiElementEnricherHandler.checkForLength(CGMethodDeclaration method, CGAnnotation ann) protected voidOpenApiElementEnricherHandler.checkForRange(CGMethodDeclaration method, CGAnnotation ann) protected voidOpenApiElementEnricherHandler.checkForRequired(CGMethodDeclaration method, CGAnnotation ann)