Uses of Interface
net.thevpc.tson.TsonAnnotationBuilder
Packages that use TsonAnnotationBuilder
-
Uses of TsonAnnotationBuilder in net.thevpc.tson
Methods in net.thevpc.tson that return TsonAnnotationBuilderModifier and TypeMethodDescriptionTsonAnnotationBuilder.add(TsonElementBase element) TsonAnnotationBuilder.add(TsonElementBase element, int index) TsonAnnotationBuilder.addAll(Iterable<? extends TsonElementBase> element) TsonAnnotationBuilder.addAll(TsonElement... element) TsonAnnotationBuilder.addAll(TsonElementBase... element) TsonAnnotation.builder()TsonAnnotationBuilder.ensureCapacity(int length) TsonAnnotationBuilder.merge(TsonAnnotation element) TsonAnnotationBuilder.merge(TsonElementBase element) static TsonAnnotationBuilderTson.ofAnnotationBuilder()TsonElementsFactory.ofAnnotationBuilder()TsonAnnotationBuilder.remove(TsonElementBase element) TsonAnnotationBuilder.removeAt(int index) TsonAnnotationBuilder.reset()TsonAnnotationBuilder.setParametrized(boolean parametrized) TsonAnnotationBuilder.with(TsonElementBase... element)