All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static TsonBinOp |
binOp(String op,
TsonElementBase key,
TsonElementBase value) |
static CharStreamCodeSupport |
charStreamCodeSupportOf(String language) |
static TsonFormatBuilder |
format() |
static String |
getVersion() |
static TsonElement |
name(String value) |
static TsonPrimitiveBuilder |
of() |
static TsonElement |
of(BigDecimal value) |
static TsonElement |
of(BigInteger value) |
static TsonElement |
of(boolean value) |
static TsonElement |
of(Boolean value) |
static TsonElement |
of(byte value) |
static TsonElement |
of(Byte value) |
static TsonElement |
of(byte[] value) |
static TsonElement |
of(char value) |
static TsonElement |
of(Character value) |
static TsonElement |
of(Date value) |
static TsonElement |
of(Date value) |
static TsonElement |
of(double value) |
static TsonElement |
of(Double value) |
static TsonElement |
of(Enum b) |
static TsonElement |
of(float value) |
static TsonElement |
of(Float value) |
static TsonElement |
of(InputStream value) |
static TsonElement |
of(Instant value) |
static TsonElement |
of(int value) |
static TsonElement |
of(Integer value) |
static TsonElement |
of(LocalDate value) |
static TsonElement |
of(LocalTime value) |
static TsonElement |
of(long value) |
static TsonElement |
of(Long value) |
static TsonElement |
of(Pattern value) |
static TsonElement |
of(short value) |
static TsonElement |
of(Short value) |
static TsonElement |
of(String value) |
static TsonElement |
of(Time value) |
static TsonElement |
of(TsonElementBase b) |
static TsonElement |
ofAlias(String value) |
static TsonAnnotationBuilder |
ofAnnotation() |
static TsonAnnotation |
ofAnnotation(String name,
TsonElementBase... elements) |
static TsonArrayBuilder |
ofArray() |
static TsonArrayBuilder |
ofArray(String name) |
static TsonArrayBuilder |
ofArray(String name,
TsonElementBase[] params,
TsonElementBase... elems) |
static TsonArrayBuilder |
ofArray(TsonElementBase... elements) |
static TsonElement |
ofBigComplex(BigDecimal real,
BigDecimal imag) |
static TsonElement |
ofBigComplex(BigDecimal real,
BigDecimal imag,
String unit) |
static TsonElement |
ofBigDecimal(BigDecimal value) |
static TsonElement |
ofBigDecimal(BigDecimal value,
String unit) |
static TsonElement |
ofBigInt(BigInteger value) |
static TsonElement |
ofBigInt(BigInteger value,
TsonNumberLayout layout) |
static TsonElement |
ofBigInt(BigInteger value,
TsonNumberLayout layout,
String unit) |
static TsonBinaryStreamBuilder |
ofBinStream() |
static TsonElement |
ofBinStream(byte[] value) |
static TsonElement |
ofBinStream(File value) |
static TsonElement |
ofBinStream(InputStream value) |
static TsonElement |
ofBinStream(Path value) |
static TsonElement |
ofBoolean(boolean val) |
static TsonElement |
ofByte(byte value) |
static TsonElement |
ofByte(byte value,
TsonNumberLayout layout) |
static TsonElement |
ofByte(byte value,
TsonNumberLayout layout,
String unit) |
static TsonElement |
ofChar(char value) |
static TsonElement |
ofCharStream(char[] value) |
static TsonElement |
ofCharStream(File value) |
static TsonElement |
ofCharStream(Path value) |
static TsonElement |
ofCharStream(Path value,
String language) |
static TsonElement |
ofCharStream(Reader value) |
static TsonElement |
ofCharStream(String value) |
static TsonElement |
ofCharStream(String value,
String language) |
static TsonElement |
ofDate(Date value) |
static TsonElement |
ofDate(LocalDate value) |
static TsonElement |
ofDatetime(Date value) |
static TsonElement |
ofDatetime(Instant value) |
static TsonDocumentBuilder |
ofDocument() |
static TsonDocumentHeaderBuilder |
ofDocumentHeader() |
static TsonElement |
ofDouble(double value) |
static TsonElement |
ofDouble(double value,
String unit) |
static TsonElement |
ofDoubleComplex(double real,
double imag) |
static TsonElement |
ofDoubleComplex(double real,
double imag,
String unit) |
static TsonElement |
ofElement(TsonElementBase value) |
static TsonElementBase |
ofElementBase(TsonElementBase value) |
static TsonElement |
ofFalse() |
static TsonElement |
ofFloat(float value) |
static TsonElement |
ofFloat(float value,
String unit) |
static TsonElement |
ofFloatComplex(float real,
float imag) |
static TsonElement |
ofFloatComplex(float real,
float imag,
String unit) |
static TsonFunctionBuilder |
ofFunction() |
static TsonFunctionBuilder |
ofFunction(String name,
TsonElementBase... elems) |
static TsonElement |
ofInt(int value) |
static TsonElement |
ofInt(int value,
TsonNumberLayout layout) |
static TsonElement |
ofInt(int value,
TsonNumberLayout layout,
String unit) |
static TsonElement |
ofLong(long value) |
static TsonElement |
ofLong(long value,
TsonNumberLayout layout) |
static TsonElement |
ofLong(long value,
TsonNumberLayout layout,
String unit) |
static TsonMatrixBuilder |
ofMatrix() |
static TsonMatrixBuilder |
ofMatrix(String name) |
static TsonMatrixBuilder |
ofMatrix(String name,
TsonElementBase[] params) |
static TsonElement |
ofNull() |
static TsonObjectBuilder |
ofObj() |
static TsonObjectBuilder |
ofObj(String name) |
static TsonObjectBuilder |
ofObj(String name,
TsonElementBase[] params,
TsonElementBase... elems) |
static TsonObjectBuilder |
ofObj(TsonElementBase... elems) |
static TsonElementBuilder |
ofPair() |
static TsonPair |
ofPair(String key,
TsonElementBase value) |
static TsonPair |
ofPair(TsonElementBase key,
TsonElementBase value) |
static TsonElement |
ofRegex(Pattern value) |
static TsonElement |
ofRegex(String value) |
static TsonElement |
ofShort(short value) |
static TsonElement |
ofShort(short value,
TsonNumberLayout layout) |
static TsonElement |
ofShort(short value,
TsonNumberLayout layout,
String unit) |
static TsonElement |
ofStopStream(char[] value,
String stopWord) |
static TsonElement |
ofStopStream(File value,
String stopWord) |
static TsonElement |
ofStopStream(Path value,
String stopWord) |
static TsonElement |
ofStopStream(Reader value,
String stopWord) |
static TsonElement |
ofStopStream(String value,
String stopWord) |
static TsonElement |
ofString(String value) |
static TsonElement |
ofString(String value,
TsonStringLayout layout) |
static TsonElement |
ofTime(LocalTime value) |
static TsonElement |
ofTime(Time value) |
static TsonElement |
ofTrue() |
static TsonUpletBuilder |
ofUplet() |
static TsonUpletBuilder |
ofUplet(TsonElementBase... elements) |
static TsonElement |
parseAlias(String image) |
static TsonElement |
parseCharElem(String image) |
static TsonComment |
parseComments(String image) |
static TsonElement |
parseDate(String image) |
static TsonElement |
parseDateTime(String image) |
static TsonElement |
parseNumber(String image) |
static TsonElement |
parseRegex(String image) |
static TsonElement |
parseString(String image) |
static TsonElement |
parseTime(String image) |
static TsonProcessor |
processor() |
static TsonReader |
reader() |
static TsonSerializer |
serializer() |
static void |
setSerializer(TsonSerializer newSerializer) |
static TsonWriter |
writer() |