Uses of Interface
net.thevpc.tson.TsonElementBuilder
Packages that use TsonElementBuilder
-
Uses of TsonElementBuilder in net.thevpc.tson
Subinterfaces of TsonElementBuilder in net.thevpc.tsonModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceMethods in net.thevpc.tson that return TsonElementBuilderModifier and TypeMethodDescriptionTsonElementBuilder.addAnnotation(String name, TsonElementBase... elements) TsonElementBuilder.addAnnotation(TsonAnnotation annotation) TsonElementBuilder.addAnnotations(Collection<TsonAnnotation> annotations) TsonElementBuilder.addAnnotations(TsonAnnotation... annotations) TsonElementBuilder.annotation(String name, TsonElementBase... elements) TsonElement.builder()TsonElementBuilder.clearAnnotations()TsonElementBuilder.comments(TsonComments comments) static TsonElementBuilderTson.ofPair()TsonElementBuilder.removeAnnotationAt(int index) TsonElementBuilder.setAnnotations(TsonAnnotation... annotations) TsonElementBuilder.setComments(TsonComments comments)