TsonAnnotationBuilder |
TsonAnnotationBuilder.add(TsonElementBase element) |
TsonAnnotationBuilder |
TsonAnnotationBuilder.add(TsonElementBase element,
int index) |
TsonAnnotationBuilder |
TsonAnnotationBuilder.addAll(Iterable<? extends TsonElementBase> element) |
TsonAnnotationBuilder |
TsonAnnotationBuilder.addAll(TsonElement... element) |
TsonAnnotationBuilder |
TsonAnnotationBuilder.addAll(TsonElementBase... element) |
TsonAnnotationBuilder |
TsonAnnotation.builder() |
TsonAnnotationBuilder |
TsonAnnotationBuilder.ensureCapacity(int length) |
TsonAnnotationBuilder |
TsonAnnotationBuilder.merge(TsonAnnotation element) |
TsonAnnotationBuilder |
TsonAnnotationBuilder.merge(TsonElementBase element) |
TsonAnnotationBuilder |
TsonAnnotationBuilder.name(String name) |
static TsonAnnotationBuilder |
Tson.ofAnnotation() |
TsonAnnotationBuilder |
TsonElementsFactory.ofAnnotation() |
TsonAnnotationBuilder |
TsonAnnotationBuilder.param(TsonElementBase element) |
TsonAnnotationBuilder |
TsonAnnotationBuilder.remove(TsonElementBase element) |
TsonAnnotationBuilder |
TsonAnnotationBuilder.removeAt(int index) |
TsonAnnotationBuilder |
TsonAnnotationBuilder.reset() |
TsonAnnotationBuilder |
TsonAnnotationBuilder.setName(String name) |
TsonAnnotationBuilder |
TsonAnnotationBuilder.with(TsonElementBase... element) |