public class TsonObjectBuilderImpl extends AbstractTsonElementBuilder<TsonObjectBuilder> implements TsonObjectBuilder
| Constructor and Description |
|---|
TsonObjectBuilderImpl() |
addAnnotation, addAnnotation, addAnnotations, addAnnotations, anchor, annotation, comments, getAnnotations, getComments, removeAllAnnotations, removeAnnotationAt, setAnnotations, setComments, toArray, toFunction, toObject, toString, toString, toString, toUpletclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAnnotation, addAnnotation, addAnnotations, addAnnotations, annotation, comments, removeAllAnnotations, removeAnnotationAt, setAnnotations, setCommentsforEach, spliteratoranchor, getAnnotations, getComments, toArray, toFunction, toObject, toUpletof, toString, toString, toStringpublic TsonElementType type()
type in interface TsonElementBasetype in interface TsonElementBuilderpublic TsonObjectBuilder clear()
clear in interface TsonObjectBuilderpublic Iterator<TsonElement> iterator()
iterator in interface Iterable<TsonElement>public TsonElementBaseListBuilder content()
content in interface TsonObjectBuilderpublic TsonObjectBuilder add(TsonElementBase key, TsonElementBase value)
add in interface TsonObjectBuilderpublic TsonObjectBuilder add(String key, String value)
add in interface TsonObjectBuilderpublic TsonObjectBuilder add(String key, int value)
add in interface TsonObjectBuilderpublic TsonObjectBuilder add(String key, long value)
add in interface TsonObjectBuilderpublic TsonObjectBuilder add(String key, float value)
add in interface TsonObjectBuilderpublic TsonObjectBuilder add(String key, double value)
add in interface TsonObjectBuilderpublic TsonObjectBuilder add(String key, byte value)
add in interface TsonObjectBuilderpublic TsonObjectBuilder add(String key, short value)
add in interface TsonObjectBuilderpublic TsonObjectBuilder add(String key, char value)
add in interface TsonObjectBuilderpublic TsonObjectBuilder add(String key, Enum value)
add in interface TsonObjectBuilderpublic TsonObjectBuilder add(String key, boolean value)
add in interface TsonObjectBuilderpublic TsonObjectBuilder add(String key, TsonElementBase value)
add in interface TsonObjectBuilderpublic TsonObjectBuilder set(TsonElementBase key, TsonElementBase value)
set in interface TsonObjectBuilderpublic TsonObjectBuilder set(String key, String value)
set in interface TsonObjectBuilderpublic TsonObjectBuilder set(String key, int value)
set in interface TsonObjectBuilderpublic TsonObjectBuilder set(String key, long value)
set in interface TsonObjectBuilderpublic TsonObjectBuilder set(String key, float value)
set in interface TsonObjectBuilderpublic TsonObjectBuilder set(String key, double value)
set in interface TsonObjectBuilderpublic TsonObjectBuilder set(String key, byte value)
set in interface TsonObjectBuilderpublic TsonObjectBuilder set(String key, short value)
set in interface TsonObjectBuilderpublic TsonObjectBuilder set(String key, char value)
set in interface TsonObjectBuilderpublic TsonObjectBuilder set(String key, Enum value)
set in interface TsonObjectBuilderpublic TsonObjectBuilder set(String key, boolean value)
set in interface TsonObjectBuilderpublic TsonObjectBuilder set(String key, TsonElementBase value)
set in interface TsonObjectBuilderpublic TsonObjectBuilder add(TsonElementBase element)
add in interface TsonObjectBuilderpublic TsonObjectBuilder remove(TsonElementBase element)
remove in interface TsonObjectBuilderpublic TsonObjectBuilder remove(String name)
remove in interface TsonObjectBuilderpublic TsonObjectBuilder addAt(int index, TsonElementBase element)
addAt in interface TsonObjectBuilderpublic TsonObjectBuilder removeAt(int index)
removeAt in interface TsonObjectBuilderpublic TsonObjectBuilder setAt(int index, TsonElementBase element)
setAt in interface TsonObjectBuilderpublic TsonElementHeaderBuilder<TsonObjectBuilder> header()
header in interface TsonObjectBuilderpublic TsonElementHeaderBuilder<TsonObjectBuilder> getHeader()
getHeader in interface TsonObjectBuilderpublic List<TsonElement> all()
all in interface TsonObjectBuilderpublic TsonObject build()
build in interface TsonElementBasebuild in interface TsonElementBuilderbuild in interface TsonObjectBuilderpublic TsonObjectBuilder addAll(TsonElement[] elements)
addAll in interface TsonObjectBuilderpublic TsonObjectBuilder addAll(TsonElementBase[] elements)
addAll in interface TsonObjectBuilderpublic TsonObjectBuilder addAll(Iterable<? extends TsonElementBase> elements)
addAll in interface TsonObjectBuilderpublic TsonObjectBuilder merge(TsonElementBase element)
merge in interface TsonObjectBuilderpublic TsonObjectBuilder ensureCapacity(int length)
ensureCapacity in interface TsonObjectBuilderCopyright © 2025 vpc open source initiative. All rights reserved.