All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static TsonOp |
binOp(String op,
TsonElementBase key,
TsonElementBase value) |
static CharStreamCodeSupport |
charStreamCodeSupportOf(String language) |
static TsonFormatBuilder |
format() |
static String |
getVersion() |
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(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(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(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(int[] value) |
static TsonElement |
of(Integer value) |
static TsonElement |
of(Integer[] value) |
static TsonElement |
of(LocalDate value) |
static TsonElement |
of(LocalDateTime value) |
static TsonElement |
of(LocalTime value) |
static TsonElement |
of(long value) |
static TsonElement |
of(Long value) |
static TsonElement |
of(long[] value) |
static TsonElement |
of(Long[] value) |
static TsonElement |
of(Number value) |
static TsonElement |
of(Pattern value) |
static TsonElement |
of(short value) |
static TsonElement |
of(Short value) |
static TsonElement |
of(short[] value) |
static TsonElement |
of(Short[] value) |
static TsonElement |
of(String value) |
static TsonElement |
of(String[] value) |
static TsonElement |
of(Time value) |
static TsonElement |
of(TsonElementBase b) |
static TsonElement |
ofAlias(String value) |
static TsonAnnotation |
ofAnnotation(String name,
TsonElementBase... elements) |
static TsonAnnotationBuilder |
ofAnnotationBuilder() |
static TsonElement |
ofAntiQuotedString(String value) |
static TsonArray |
ofArray(String name,
TsonElementBase... elems) |
static TsonArray |
ofArray(String name,
TsonElementBase[] params,
TsonElementBase... elems) |
static TsonArray |
ofArray(TsonElementBase... elements) |
static TsonArrayBuilder |
ofArrayBuilder() |
static TsonArrayBuilder |
ofArrayBuilder(String name) |
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 |
ofCustom(Object o) |
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 |
ofDoubleQuotedString(String value) |
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 TsonElement |
ofInstant(Instant value) |
static TsonElement |
ofInt(int value) |
static TsonElement |
ofInt(int value,
TsonNumberLayout layout) |
static TsonElement |
ofInt(int value,
TsonNumberLayout layout,
String unit) |
static TsonElement |
ofLineString(String value) |
static TsonElement |
ofLocalDate(Date value) |
static TsonElement |
ofLocalDate(LocalDate value) |
static TsonElement |
ofLocalDatetime(Date value) |
static TsonElement |
ofLocalDatetime(Instant value) |
static TsonElement |
ofLocalDatetime(LocalDateTime value) |
static TsonElement |
ofLocalTime(LocalTime value) |
static TsonElement |
ofLocalTime(Time value) |
static TsonElement |
ofLong(long value) |
static TsonElement |
ofLong(long value,
TsonNumberLayout layout) |
static TsonElement |
ofLong(long value,
TsonNumberLayout layout,
String unit) |
static TsonMatrixBuilder |
ofMatrixBuilder() |
static TsonMatrixBuilder |
ofMatrixBuilder(String name) |
static TsonMatrixBuilder |
ofMatrixBuilder(String name,
TsonElementBase[] params) |
static TsonElement |
ofName(String value) |
static TsonElement |
ofNull() |
static TsonElement |
ofNumber(Number value,
TsonNumberLayout layout,
String unit) |
static TsonObject |
ofObject(TsonElementBase... elems) |
static TsonObjectBuilder |
ofObjectBuilder() |
static TsonObjectBuilder |
ofObjectBuilder(String name) |
static TsonObjectBuilder |
ofObjectBuilder(String name,
TsonElementBase... elems) |
static TsonObjectBuilder |
ofObjectBuilder(String name,
TsonElementBase[] params,
TsonElementBase... elems) |
static TsonObjectBuilder |
ofObjectBuilder(TsonElementBase... elems) |
static TsonElementBuilder |
ofPair() |
static TsonPair |
ofPair(String key,
TsonElementBase value) |
static TsonPair |
ofPair(TsonElementBase key,
TsonElementBase value) |
static TsonPrimitiveBuilder |
ofPrimitiveBuilder() |
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 |
ofSingleQuotedString(String value) |
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(TsonElementType stringType,
String value) |
static TsonElement |
ofTripleAntiQuotedString(String value) |
static TsonElement |
ofTripleDoubleQuotedString(String value) |
static TsonElement |
ofTripleSingleQuotedString(String value) |
static TsonElement |
ofTrue() |
static TsonUplet |
ofUplet(String name,
TsonElementBase... elems) |
static TsonUplet |
ofUplet(TsonElementBase... elements) |
static TsonUpletBuilder |
ofUpletBuilder() |
static TsonElement |
parseAlias(String image) |
static TsonElement |
parseChar(String image) |
static TsonComment |
parseComments(String image) |
static TsonElement |
parseInstant(String image) |
static TsonElement |
parseLocalDate(String image) |
static TsonElement |
parseLocalDateTime(String image) |
static TsonElement |
parseLocalTime(String image) |
static TsonElement |
parseNumber(String image) |
static TsonElement |
parseRegex(String image) |
static TsonElement |
parseString(String image) |
static TsonProcessor |
processor() |