Uses of Class
net.anwiba.tools.definition.schema.json.gramma.element.JAnnotation
-
Packages that use JAnnotation Package Description net.anwiba.tools.definition.schema.json.generator.java.bean net.anwiba.tools.definition.schema.json.gramma.element -
-
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 JAnnotation Modifier and Type Method Description java.util.Map<java.lang.String,JAnnotation>AnnotationHandler. extractJssdAnnotations(java.lang.Iterable<JAnnotation> annotations)Methods in net.anwiba.tools.definition.schema.json.generator.java.bean with parameters of type JAnnotation Modifier and Type Method Description protected voidJObjectToBeanConverter. addSubTypes(BeanBuilder builder, JAnnotation annotation)Method parameters in net.anwiba.tools.definition.schema.json.generator.java.bean with type arguments of type JAnnotation Modifier and Type Method Description java.util.Map<java.lang.String,JAnnotation>AnnotationHandler. extractJssdAnnotations(java.lang.Iterable<JAnnotation> annotations)java.lang.StringJObjectToBeanConverter. getClassName(java.util.Map<java.lang.String,JAnnotation> jssdAnnotations, java.lang.String annotationName, java.lang.String parameterName, java.lang.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 JAnnotation Modifier and Type Method Description JAnnotationJObject. annotation(java.lang.String name)JAnnotationJAnnotationBuilder. build()Methods in net.anwiba.tools.definition.schema.json.gramma.element that return types with arguments of type JAnnotation Modifier and Type Method Description java.lang.Iterable<JAnnotation>JField. annotations()java.lang.Iterable<JAnnotation>JFieldBuilder. annotations()java.lang.Iterable<JAnnotation>JObject. annotations()Methods in net.anwiba.tools.definition.schema.json.gramma.element with parameters of type JAnnotation Modifier and Type Method Description voidIAnnotatable. add(JAnnotation annotation)voidJFieldBuilder. add(JAnnotation annotation)voidJObjectBuilder. add(JAnnotation annotation)
-