Uses of Interface
net.thevpc.tson.TsonCustomBuilder
Packages that use TsonCustomBuilder
-
Uses of TsonCustomBuilder in net.thevpc.tson
Methods in net.thevpc.tson that return TsonCustomBuilderModifier and TypeMethodDescriptionTsonCustomBuilder.addAnnotation(String name, TsonElementBase... elements) TsonCustomBuilder.addAnnotation(TsonAnnotation annotation) TsonCustomBuilder.addAnnotations(Collection<TsonAnnotation> annotations) TsonCustomBuilder.addAnnotations(TsonAnnotation... annotations) TsonCustomBuilder.annotation(String name, TsonElementBase... elements) TsonCustom.builder()TsonCustomBuilder.clearAnnotations()TsonCustomBuilder.comments(TsonComments comments) /////////////////////////////////////////////TsonCustomBuilder.removeAnnotationAt(int index) TsonCustomBuilder.setAnnotations(TsonAnnotation... annotations) TsonCustomBuilder.setComments(TsonComments comments)