Uses of Class
net.anwiba.tools.definition.schema.json.gramma.element.JAnnotation
Packages that use JAnnotation
Package
Description
-
Uses of JAnnotation in net.anwiba.tools.definition.schema.json.generator.java.bean
Methods in net.anwiba.tools.definition.schema.json.generator.java.bean that return types with arguments of type JAnnotationModifier and TypeMethodDescriptionAnnotationHandler.extractJssdAnnotations(Iterable<JAnnotation> annotations) Methods in net.anwiba.tools.definition.schema.json.generator.java.bean with parameters of type JAnnotationModifier and TypeMethodDescriptionprotected voidJObjectToBeanConverter.addSubTypes(BeanBuilder builder, JAnnotation annotation) Method parameters in net.anwiba.tools.definition.schema.json.generator.java.bean with type arguments of type JAnnotationModifier and TypeMethodDescriptionAnnotationHandler.extractJssdAnnotations(Iterable<JAnnotation> annotations) JObjectToBeanConverter.getClassName(Map<String, JAnnotation> jssdAnnotations, String annotationName, String parameterName, String defaultValue) -
Uses of JAnnotation in net.anwiba.tools.definition.schema.json.gramma.element
Methods in net.anwiba.tools.definition.schema.json.gramma.element that return JAnnotationMethods in net.anwiba.tools.definition.schema.json.gramma.element that return types with arguments of type JAnnotationModifier and TypeMethodDescriptionJField.annotations()JFieldBuilder.annotations()JObject.annotations()Methods in net.anwiba.tools.definition.schema.json.gramma.element with parameters of type JAnnotationModifier and TypeMethodDescriptionvoidIAnnotatable.add(JAnnotation annotation) voidJFieldBuilder.add(JAnnotation annotation) voidJObjectBuilder.add(JAnnotation annotation)