public interface TsonPrimitiveBuilder extends TsonElementBuilder
anchor, annotations, comments, toArray, toObject, toUplet, typetoString, toString, toStringTsonElement value()
TsonPrimitiveBuilder copyFrom(TsonElementBase element)
TsonPrimitiveBuilder setNull()
TsonPrimitiveBuilder set(String value)
TsonPrimitiveBuilder set(LocalDate value)
TsonPrimitiveBuilder set(Date value)
TsonPrimitiveBuilder set(Date value)
TsonPrimitiveBuilder set(Instant value)
TsonPrimitiveBuilder set(Time value)
TsonPrimitiveBuilder set(LocalTime value)
TsonPrimitiveBuilder set(Pattern value)
TsonPrimitiveBuilder set(boolean value)
TsonPrimitiveBuilder set(char value)
TsonPrimitiveBuilder set(int value)
TsonPrimitiveBuilder set(long value)
TsonPrimitiveBuilder set(byte value)
TsonPrimitiveBuilder set(short value)
TsonPrimitiveBuilder set(float value)
TsonPrimitiveBuilder set(double value)
TsonPrimitiveBuilder setName(String value)
TsonPrimitiveBuilder setAlias(String value)
TsonPrimitiveBuilder setRegex(String value)
TsonPrimitiveBuilder set(Boolean value)
TsonPrimitiveBuilder set(Character value)
TsonPrimitiveBuilder set(Integer value)
TsonPrimitiveBuilder set(Long value)
TsonPrimitiveBuilder set(Byte value)
TsonPrimitiveBuilder set(Short value)
TsonPrimitiveBuilder set(Float value)
TsonPrimitiveBuilder set(Double value)
TsonPrimitiveBuilder set(byte[] value)
TsonPrimitiveBuilder set(InputStream value)
boolean getBoolean()
char getChar()
byte getByte()
short getShort()
int getInt()
long getLong()
float getFloat()
double getDouble()
TsonPrimitiveBuilder setBinary(File value)
TsonPrimitiveBuilder setBinary(Path value)
TsonPrimitiveBuilder setCode(File value)
TsonPrimitiveBuilder setCode(Path value)
TsonPrimitiveBuilder setStopStream(File value, String stopWord)
TsonPrimitiveBuilder setStopWordStream(Path value, String stopWord)
Boolean getBooleanObject()
Character getCharObject()
Byte getByteObject()
Short getShortObject()
Integer getIntObject()
Long getLongObject()
Float getFloatObject()
Double getDoubleObject()
String getString()
LocalDate getLocalDate()
LocalDateTime getLocalDateTime()
LocalTime getLocalTime()
Pattern getRegex()
TsonElement build()
build in interface TsonElementBasebuild in interface TsonElementBuilderTsonPrimitiveBuilder comments(TsonComments comments)
comments in interface TsonElementBuilderTsonPrimitiveBuilder setComments(TsonComments comments)
setComments in interface TsonElementBuilderTsonPrimitiveBuilder setAnnotations(TsonAnnotation... annotations)
setAnnotations in interface TsonElementBuilderTsonPrimitiveBuilder addAnnotations(TsonAnnotation... annotations)
addAnnotations in interface TsonElementBuilderTsonPrimitiveBuilder addAnnotations(Collection<TsonAnnotation> annotations)
addAnnotations in interface TsonElementBuilderTsonPrimitiveBuilder annotation(String name, TsonElementBase... elements)
annotation in interface TsonElementBuilderTsonPrimitiveBuilder addAnnotation(String name, TsonElementBase... elements)
addAnnotation in interface TsonElementBuilderTsonPrimitiveBuilder addAnnotation(TsonAnnotation annotation)
addAnnotation in interface TsonElementBuilderTsonPrimitiveBuilder removeAnnotationAt(int index)
removeAnnotationAt in interface TsonElementBuilderTsonPrimitiveBuilder clearAnnotations()
clearAnnotations in interface TsonElementBuilderCopyright © 2025 vpc open source initiative. All rights reserved.