TsonKeyValueBuilder |
TsonKeyValueBuilder.addAnnotation(String name,
TsonElementBase... elements) |
TsonKeyValueBuilder |
TsonKeyValueBuilder.addAnnotation(TsonAnnotation annotation) |
TsonKeyValueBuilder |
TsonKeyValueBuilder.addAnnotations(Collection<TsonAnnotation> annotations) |
TsonKeyValueBuilder |
TsonKeyValueBuilder.addAnnotations(TsonAnnotation... annotations) |
TsonKeyValueBuilder |
TsonKeyValueBuilder.annotation(String name,
TsonElementBase... elements) |
TsonKeyValueBuilder |
TsonKeyValueBuilder.comments(TsonComments comments) |
TsonKeyValueBuilder |
TsonKeyValueBuilder.merge(TsonPair other) |
TsonKeyValueBuilder |
TsonKeyValueBuilder.removeAllAnnotations() |
TsonKeyValueBuilder |
TsonKeyValueBuilder.removeAnnotationAt(int index) |
TsonKeyValueBuilder |
TsonKeyValueBuilder.reset() |
TsonKeyValueBuilder |
TsonKeyValueBuilder.setAnnotations(TsonAnnotation... annotations) |
TsonKeyValueBuilder |
TsonKeyValueBuilder.setComments(TsonComments comments) |
TsonKeyValueBuilder |
TsonKeyValueBuilder.setKey(TsonElementBase key) |
TsonKeyValueBuilder |
TsonKeyValueBuilder.setValue(TsonElementBase value) |