Uses of Interface
net.thevpc.tson.TsonPairBuilder
Packages that use TsonPairBuilder
-
Uses of TsonPairBuilder in net.thevpc.tson
Methods in net.thevpc.tson that return TsonPairBuilderModifier and TypeMethodDescriptionTsonPairBuilder.addAnnotation(String name, TsonElementBase... elements) TsonPairBuilder.addAnnotation(TsonAnnotation annotation) TsonPairBuilder.addAnnotations(Collection<TsonAnnotation> annotations) TsonPairBuilder.addAnnotations(TsonAnnotation... annotations) TsonPairBuilder.annotation(String name, TsonElementBase... elements) TsonPair.builder()TsonPairBuilder.clearAnnotations()TsonPairBuilder.comments(TsonComments comments) /////////////////////////////////////////////TsonPairBuilder.key(TsonElementBase key) TsonElementsFactory.ofPairBuilder()TsonPairBuilder.removeAnnotationAt(int index) TsonPairBuilder.reset()TsonPairBuilder.setAnnotations(TsonAnnotation... annotations) TsonPairBuilder.setComments(TsonComments comments) TsonPairBuilder.value(TsonElementBase value)