Uses of Interface
net.thevpc.tson.TsonObjectBuilder
Packages that use TsonObjectBuilder
-
Uses of TsonObjectBuilder in net.thevpc.tson
Methods in net.thevpc.tson that return TsonObjectBuilderModifier and TypeMethodDescriptionTsonObjectBuilder.add(String key, TsonElementBase value) TsonObjectBuilder.add(TsonElementBase element) TsonObjectBuilder.add(TsonElementBase key, TsonElementBase value) TsonObjectBuilder.addAll(Iterable<? extends TsonElementBase> element) TsonObjectBuilder.addAll(TsonElement... element) TsonObjectBuilder.addAll(TsonElementBase... element) TsonObjectBuilder.addAnnotation(String name, TsonElementBase... elements) TsonObjectBuilder.addAnnotation(TsonAnnotation annotation) TsonObjectBuilder.addAnnotations(Collection<TsonAnnotation> annotations) TsonObjectBuilder.addAnnotations(TsonAnnotation... annotations) TsonObjectBuilder.addAt(int index, TsonElementBase element) TsonObjectBuilder.addParam(TsonElementBase element) TsonObjectBuilder.addParam(TsonElementBase element, int index) TsonObjectBuilder.addParams(Iterable<? extends TsonElementBase> element) TsonObjectBuilder.addParams(TsonElement[] element) TsonObjectBuilder.addParams(TsonElementBase[] element) TsonObjectBuilder.annotation(String name, TsonElementBase... elements) TsonObject.builder()TsonObjectBuilder.clear()TsonObjectBuilder.clearAnnotations()TsonObjectBuilder.clearBody()TsonObjectBuilder.clearParams()TsonObjectBuilder.comments(TsonComments comments) /////////////////////////////////////////////TsonObjectBuilder.ensureCapacity(int length) TsonObjectBuilder.merge(TsonElementBase element) TsonElementsFactory.ofObjBuilder()static TsonObjectBuilderTson.ofObjectBuilder()static TsonObjectBuilderTson.ofObjectBuilder(String name) static TsonObjectBuilderTson.ofObjectBuilder(String name, TsonElementBase... elems) static TsonObjectBuilderTson.ofObjectBuilder(String name, TsonElementBase[] params, TsonElementBase... elems) static TsonObjectBuilderTson.ofObjectBuilder(TsonElementBase... elems) TsonObjectBuilder.remove(TsonElementBase element) TsonObjectBuilder.removeAnnotationAt(int index) TsonObjectBuilder.removeAt(int index) TsonObjectBuilder.removeParam(TsonElementBase element) TsonObjectBuilder.removeParamAt(int index) TsonObjectBuilder.set(String key, TsonElementBase value) TsonObjectBuilder.set(TsonElementBase key, TsonElementBase value) TsonObjectBuilder.setAnnotations(TsonAnnotation... annotations) TsonObjectBuilder.setAt(int index, TsonElementBase element) TsonObjectBuilder.setComments(TsonComments comments) TsonObjectBuilder.setParametrized(boolean parametrized) TsonElementBuilder.toObject()