| Modifier and Type | Method and Description |
|---|---|
TsonElement |
DefaultTsonElementFormat.toTson(NElement elem) |
TsonElement[] |
DefaultTsonElementFormat.toTsonElemArray(List<NElement> elems) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TsonAlias |
interface |
TsonArray |
interface |
TsonBigComplex |
interface |
TsonBigDecimal |
interface |
TsonBigInt |
interface |
TsonBinaryStream |
interface |
TsonBoolean |
interface |
TsonByte |
interface |
TsonChar |
interface |
TsonCharStream |
interface |
TsonCustom |
interface |
TsonDouble |
interface |
TsonDoubleComplex |
interface |
TsonFloat |
interface |
TsonFloatComplex |
interface |
TsonInstant |
interface |
TsonInt |
interface |
TsonListContainer |
interface |
TsonLocalDate |
interface |
TsonLocalDateTime |
interface |
TsonLocalTime |
interface |
TsonLong |
interface |
TsonMatrix |
interface |
TsonName |
interface |
TsonNamedElement |
interface |
TsonNull |
interface |
TsonNumber |
interface |
TsonObject |
interface |
TsonOp |
interface |
TsonPair |
interface |
TsonParametrizedElement |
interface |
TsonRegex |
interface |
TsonShort |
interface |
TsonString |
interface |
TsonTemporal |
interface |
TsonUplet |
| Modifier and Type | Method and Description |
|---|---|
default TsonElement |
TsonElement.build() |
TsonElement |
TsonCustomBuilder.build() |
TsonElement |
TsonPrimitiveBuilder.build() |
TsonElement |
TsonElementBase.build() |
TsonElement |
TsonElementBuilder.build() |
TsonElement |
TsonMatrix.cell(int col,
int row) |
TsonElement |
TsonDocumentBuilder.content() |
<T> TsonElement |
TsonObjectContext.elem(T any) |
<T> TsonElement |
TsonCustomDeserializer.FactoryConfigurerContext.elem(T any) |
<T> TsonElement |
TsonCustomDeserializer.InstanceConfigurerContext.elem(T any) |
<T> TsonElement |
TsonCustomDeserializer.FieldConfigurerContext.elem(T any) |
TsonElement |
TsonCustomDeserializer.FactoryConfigurerContext.element() |
TsonElement |
TsonCustomDeserializer.InstanceConfigurerContext.element() |
TsonElement |
TsonCustomDeserializer.FieldConfigurerContext.element() |
TsonElement |
TsonCustomDeserializer.FieldConfigurerContext.field() |
TsonElement |
TsonOp.first() |
TsonElement |
TsonOpBuilder.first() |
TsonElement |
TsonArray.get(int index) |
TsonElement |
TsonAnnotationBuilder.get(int index) |
TsonElement |
TsonMatrixBuilder.get(int column,
int row) |
TsonElement |
TsonObject.get(String name) |
TsonElement |
TsonElementList.get(String name) |
TsonElement |
TsonElementListBuilder.get(String name) |
TsonElement |
TsonObject.get(TsonElement element) |
TsonElement |
TsonElementList.get(TsonElement name) |
TsonElement |
TsonElementListBuilder.get(TsonElementBase name) |
TsonElement |
TsonElementList.getAt(int index) |
TsonElement |
TsonElementListBuilder.getAt(int index) |
TsonElement |
TsonDocument.getContent() |
TsonElement[] |
TsonDocumentHeaderBuilder.getParams() |
TsonElement |
TsonPairBuilder.key() |
TsonElement |
TsonPair.key() |
static TsonElement |
Tson.of(BigDecimal value) |
TsonElement |
TsonElementsFactory.of(BigDecimal value) |
static TsonElement |
Tson.of(BigInteger value) |
TsonElement |
TsonElementsFactory.of(BigInteger value) |
static TsonElement |
Tson.of(boolean value) |
TsonElement |
TsonElementsFactory.of(boolean value) |
static TsonElement |
Tson.of(Boolean value) |
TsonElement |
TsonElementsFactory.of(Boolean value) |
static TsonElement |
Tson.of(boolean[] value) |
static TsonElement |
Tson.of(Boolean[] value) |
static TsonElement |
Tson.of(byte value) |
TsonElement |
TsonElementsFactory.of(byte value) |
static TsonElement |
Tson.of(Byte value) |
TsonElement |
TsonElementsFactory.of(Byte value) |
static TsonElement |
Tson.of(byte[] value) |
TsonElement |
TsonElementsFactory.of(byte[] value) |
static TsonElement |
Tson.of(char value) |
TsonElement |
TsonElementsFactory.of(char value) |
static TsonElement |
Tson.of(Character value) |
TsonElement |
TsonElementsFactory.of(Character value) |
static TsonElement |
Tson.of(Date value) |
static TsonElement |
Tson.of(Date value) |
TsonElement |
TsonElementsFactory.of(Date value) |
TsonElement |
TsonElementsFactory.of(Date value) |
static TsonElement |
Tson.of(double value) |
TsonElement |
TsonElementsFactory.of(double value) |
static TsonElement |
Tson.of(Double value) |
TsonElement |
TsonElementsFactory.of(Double value) |
static TsonElement |
Tson.of(double[] value) |
static TsonElement |
Tson.of(Double[] value) |
static TsonElement |
Tson.of(Enum b) |
TsonElement |
TsonElementsFactory.of(Enum b) |
static TsonElement |
Tson.of(float value) |
TsonElement |
TsonElementsFactory.of(float value) |
static TsonElement |
Tson.of(Float value) |
TsonElement |
TsonElementsFactory.of(Float value) |
static TsonElement |
Tson.of(float[] value) |
static TsonElement |
Tson.of(Float[] value) |
static TsonElement |
Tson.of(InputStream value) |
TsonElement |
TsonElementsFactory.of(InputStream value) |
static TsonElement |
Tson.of(Instant value) |
TsonElement |
TsonElementsFactory.of(Instant value) |
static TsonElement |
Tson.of(int value) |
TsonElement |
TsonElementsFactory.of(int value) |
static TsonElement |
Tson.of(int[] value) |
static TsonElement |
Tson.of(Integer value) |
TsonElement |
TsonElementsFactory.of(Integer value) |
static TsonElement |
Tson.of(Integer[] value) |
static TsonElement |
Tson.of(LocalDate value) |
TsonElement |
TsonElementsFactory.of(LocalDate value) |
static TsonElement |
Tson.of(LocalDateTime value) |
static TsonElement |
Tson.of(LocalTime value) |
TsonElement |
TsonElementsFactory.of(LocalTime value) |
static TsonElement |
Tson.of(long value) |
TsonElement |
TsonElementsFactory.of(long value) |
static TsonElement |
Tson.of(Long value) |
TsonElement |
TsonElementsFactory.of(Long value) |
static TsonElement |
Tson.of(long[] value) |
static TsonElement |
Tson.of(Long[] value) |
static TsonElement |
Tson.of(Number value) |
static TsonElement |
Tson.of(Pattern value) |
TsonElement |
TsonElementsFactory.of(Pattern value) |
static TsonElement |
Tson.of(short value) |
TsonElement |
TsonElementsFactory.of(short value) |
static TsonElement |
Tson.of(Short value) |
TsonElement |
TsonElementsFactory.of(Short value) |
static TsonElement |
Tson.of(short[] value) |
static TsonElement |
Tson.of(Short[] value) |
static TsonElement |
Tson.of(String value) |
static TsonElement |
Tson.of(String[] value) |
static TsonElement |
Tson.of(Time value) |
TsonElement |
TsonElementsFactory.of(Time value) |
static TsonElement |
Tson.of(TsonElementBase b) |
TsonElement |
TsonElementsFactory.of(TsonElementBase b) |
static TsonElement |
Tson.ofAlias(String value) |
TsonElement |
TsonElementsFactory.ofAlias(String value) |
static TsonElement |
Tson.ofAntiQuotedString(String value) |
TsonElement |
TsonElementsFactory.ofAntiQuotedString(String value) |
static TsonElement |
Tson.ofBigComplex(BigDecimal real,
BigDecimal imag) |
TsonElement |
TsonElementsFactory.ofBigComplex(BigDecimal real,
BigDecimal imag) |
static TsonElement |
Tson.ofBigComplex(BigDecimal real,
BigDecimal imag,
String unit) |
TsonElement |
TsonElementsFactory.ofBigComplex(BigDecimal real,
BigDecimal imag,
String unit) |
static TsonElement |
Tson.ofBigDecimal(BigDecimal value) |
TsonElement |
TsonElementsFactory.ofBigDecimal(BigDecimal value) |
static TsonElement |
Tson.ofBigDecimal(BigDecimal value,
String unit) |
TsonElement |
TsonElementsFactory.ofBigDecimal(BigDecimal value,
String unit) |
static TsonElement |
Tson.ofBigInt(BigInteger value) |
TsonElement |
TsonElementsFactory.ofBigInt(BigInteger value) |
static TsonElement |
Tson.ofBigInt(BigInteger value,
TsonNumberLayout layout) |
TsonElement |
TsonElementsFactory.ofBigInt(BigInteger value,
TsonNumberLayout layout) |
static TsonElement |
Tson.ofBigInt(BigInteger value,
TsonNumberLayout layout,
String unit) |
TsonElement |
TsonElementsFactory.ofBigInt(BigInteger value,
TsonNumberLayout layout,
String unit) |
static TsonElement |
Tson.ofBinStream(byte[] value) |
TsonElement |
TsonElementsFactory.ofBinStream(byte[] value) |
static TsonElement |
Tson.ofBinStream(File value) |
TsonElement |
TsonElementsFactory.ofBinStream(File value) |
static TsonElement |
Tson.ofBinStream(InputStream value) |
TsonElement |
TsonElementsFactory.ofBinStream(InputStream value) |
static TsonElement |
Tson.ofBinStream(Path value) |
TsonElement |
TsonElementsFactory.ofBinStream(Path value) |
static TsonElement |
Tson.ofBoolean(boolean val) |
TsonElement |
TsonElementsFactory.ofBoolean(boolean val) |
static TsonElement |
Tson.ofByte(byte value) |
TsonElement |
TsonElementsFactory.ofByte(byte value) |
static TsonElement |
Tson.ofByte(byte value,
TsonNumberLayout layout) |
TsonElement |
TsonElementsFactory.ofByte(byte value,
TsonNumberLayout layout) |
static TsonElement |
Tson.ofByte(byte value,
TsonNumberLayout layout,
String unit) |
TsonElement |
TsonElementsFactory.ofByte(byte value,
TsonNumberLayout layout,
String unit) |
static TsonElement |
Tson.ofChar(char value) |
TsonElement |
TsonElementsFactory.ofChar(char value) |
static TsonElement |
Tson.ofCharStream(char[] value) |
TsonElement |
TsonElementsFactory.ofCharStream(char[] value) |
TsonElement |
TsonElementsFactory.ofCharStream(char[] value,
String type) |
static TsonElement |
Tson.ofCharStream(File value) |
TsonElement |
TsonElementsFactory.ofCharStream(File value) |
TsonElement |
TsonElementsFactory.ofCharStream(File value,
String type) |
static TsonElement |
Tson.ofCharStream(Path value) |
TsonElement |
TsonElementsFactory.ofCharStream(Path value) |
static TsonElement |
Tson.ofCharStream(Path value,
String language) |
TsonElement |
TsonElementsFactory.ofCharStream(Path value,
String language) |
static TsonElement |
Tson.ofCharStream(Reader value) |
TsonElement |
TsonElementsFactory.ofCharStream(Reader value) |
TsonElement |
TsonElementsFactory.ofCharStream(Reader value,
String type) |
static TsonElement |
Tson.ofCharStream(String value) |
TsonElement |
TsonElementsFactory.ofCharStream(String value) |
static TsonElement |
Tson.ofCharStream(String value,
String language) |
TsonElement |
TsonElementsFactory.ofCharStream(String value,
String language) |
static TsonElement |
Tson.ofCustom(Object o) |
TsonElement |
TsonElementsFactory.ofCustom(Object o) |
static TsonElement |
Tson.ofDouble(double value) |
TsonElement |
TsonElementsFactory.ofDouble(double value) |
static TsonElement |
Tson.ofDouble(double value,
String unit) |
TsonElement |
TsonElementsFactory.ofDouble(double value,
String unit) |
static TsonElement |
Tson.ofDoubleComplex(double real,
double imag) |
TsonElement |
TsonElementsFactory.ofDoubleComplex(double real,
double imag) |
static TsonElement |
Tson.ofDoubleComplex(double real,
double imag,
String unit) |
TsonElement |
TsonElementsFactory.ofDoubleComplex(double real,
double imag,
String unit) |
static TsonElement |
Tson.ofDoubleQuotedString(String value) |
TsonElement |
TsonElementsFactory.ofDoubleQuotedString(String value) |
static TsonElement |
Tson.ofElement(TsonElementBase value) |
TsonElement |
TsonElementsFactory.ofElement(TsonElementBase value) |
static TsonElement |
Tson.ofFalse() |
static TsonElement |
Tson.ofFloat(float value) |
TsonElement |
TsonElementsFactory.ofFloat(float value) |
static TsonElement |
Tson.ofFloat(float value,
String unit) |
TsonElement |
TsonElementsFactory.ofFloat(float value,
String unit) |
static TsonElement |
Tson.ofFloatComplex(float real,
float imag) |
TsonElement |
TsonElementsFactory.ofFloatComplex(float real,
float imag) |
static TsonElement |
Tson.ofFloatComplex(float real,
float imag,
String unit) |
TsonElement |
TsonElementsFactory.ofFloatComplex(float real,
float imag,
String unit) |
static TsonElement |
Tson.ofInstant(Instant value) |
TsonElement |
TsonElementsFactory.ofInstant(Instant value) |
static TsonElement |
Tson.ofInt(int value) |
TsonElement |
TsonElementsFactory.ofInt(int value) |
static TsonElement |
Tson.ofInt(int value,
TsonNumberLayout layout) |
TsonElement |
TsonElementsFactory.ofInt(int value,
TsonNumberLayout layout) |
static TsonElement |
Tson.ofInt(int value,
TsonNumberLayout layout,
String unit) |
TsonElement |
TsonElementsFactory.ofInt(int value,
TsonNumberLayout layout,
String unit) |
static TsonElement |
Tson.ofLineString(String value) |
TsonElement |
TsonElementsFactory.ofLineString(String value) |
static TsonElement |
Tson.ofLocalDate(Date value) |
TsonElement |
TsonElementsFactory.ofLocalDate(Date value) |
static TsonElement |
Tson.ofLocalDate(LocalDate value) |
TsonElement |
TsonElementsFactory.ofLocalDate(LocalDate value) |
static TsonElement |
Tson.ofLocalDatetime(Date value) |
TsonElement |
TsonElementsFactory.ofLocalDatetime(Date value) |
static TsonElement |
Tson.ofLocalDatetime(Instant value) |
TsonElement |
TsonElementsFactory.ofLocalDatetime(Instant value) |
static TsonElement |
Tson.ofLocalDatetime(LocalDateTime value) |
TsonElement |
TsonElementsFactory.ofLocalDatetime(LocalDateTime value) |
static TsonElement |
Tson.ofLocalTime(LocalTime value) |
TsonElement |
TsonElementsFactory.ofLocalTime(LocalTime value) |
static TsonElement |
Tson.ofLocalTime(Time value) |
TsonElement |
TsonElementsFactory.ofLocalTime(Time value) |
static TsonElement |
Tson.ofLong(long value) |
TsonElement |
TsonElementsFactory.ofLong(long value) |
static TsonElement |
Tson.ofLong(long value,
TsonNumberLayout layout) |
TsonElement |
TsonElementsFactory.ofLong(long value,
TsonNumberLayout layout) |
static TsonElement |
Tson.ofLong(long value,
TsonNumberLayout layout,
String unit) |
TsonElement |
TsonElementsFactory.ofLong(long value,
TsonNumberLayout layout,
String unit) |
static TsonElement |
Tson.ofName(String value) |
TsonElement |
TsonElementsFactory.ofName(String value) |
static TsonElement |
Tson.ofNull() |
TsonElement |
TsonElementsFactory.ofNull() |
static TsonElement |
Tson.ofNumber(Number value,
TsonNumberLayout layout,
String unit) |
TsonElement |
TsonElementsFactory.ofNumber(Number value,
TsonNumberLayout layout,
String unit) |
static TsonElement |
Tson.ofRegex(Pattern value) |
TsonElement |
TsonElementsFactory.ofRegex(Pattern value) |
static TsonElement |
Tson.ofRegex(String value) |
TsonElement |
TsonElementsFactory.ofRegex(String value) |
static TsonElement |
Tson.ofShort(short value) |
TsonElement |
TsonElementsFactory.ofShort(short value) |
static TsonElement |
Tson.ofShort(short value,
TsonNumberLayout layout) |
TsonElement |
TsonElementsFactory.ofShort(short value,
TsonNumberLayout layout) |
static TsonElement |
Tson.ofShort(short value,
TsonNumberLayout layout,
String unit) |
TsonElement |
TsonElementsFactory.ofShort(short value,
TsonNumberLayout layout,
String unit) |
static TsonElement |
Tson.ofSingleQuotedString(String value) |
TsonElement |
TsonElementsFactory.ofSingleQuotedString(String value) |
static TsonElement |
Tson.ofStopStream(char[] value,
String stopWord) |
TsonElement |
TsonElementsFactory.ofStopStream(char[] value,
String stopWord) |
static TsonElement |
Tson.ofStopStream(File value,
String stopWord) |
TsonElement |
TsonElementsFactory.ofStopStream(File value,
String stopWord) |
static TsonElement |
Tson.ofStopStream(Path value,
String stopWord) |
TsonElement |
TsonElementsFactory.ofStopStream(Path value,
String stopWord) |
static TsonElement |
Tson.ofStopStream(Reader value,
String stopWord) |
TsonElement |
TsonElementsFactory.ofStopStream(Reader value,
String stopWord) |
static TsonElement |
Tson.ofStopStream(String value,
String stopWord) |
TsonElement |
TsonElementsFactory.ofStopStream(String value,
String stopWord) |
static TsonElement |
Tson.ofString(String value) |
static TsonElement |
Tson.ofString(TsonElementType stringType,
String value) |
TsonElement |
TsonElementsFactory.ofString(TsonElementType stringType,
String value) |
static TsonElement |
Tson.ofTripleAntiQuotedString(String value) |
TsonElement |
TsonElementsFactory.ofTripleAntiQuotedString(String value) |
static TsonElement |
Tson.ofTripleDoubleQuotedString(String value) |
TsonElement |
TsonElementsFactory.ofTripleDoubleQuotedString(String value) |
static TsonElement |
Tson.ofTripleSingleQuotedString(String value) |
TsonElement |
TsonElementsFactory.ofTripleSingleQuotedString(String value) |
static TsonElement |
Tson.ofTrue() |
TsonElement |
TsonUpletBuilder.param(int index) |
TsonElement |
TsonAnnotation.param(int index) |
TsonElement |
TsonUplet.param(int index) |
TsonElement[] |
TsonUpletBuilder.params() |
static TsonElement |
Tson.parseAlias(String image) |
TsonElement |
TsonElementsFactory.parseAlias(String s) |
static TsonElement |
Tson.parseChar(String image) |
TsonElement |
TsonElementsFactory.parseChar(String s) |
static TsonElement |
Tson.parseInstant(String image) |
TsonElement |
TsonElementsFactory.parseInstant(String s) |
static TsonElement |
Tson.parseLocalDate(String image) |
TsonElement |
TsonElementsFactory.parseLocalDate(String s) |
static TsonElement |
Tson.parseLocalDateTime(String image) |
TsonElement |
TsonElementsFactory.parseLocalDateTime(String s) |
static TsonElement |
Tson.parseLocalTime(String image) |
TsonElement |
TsonElementsFactory.parseLocalTime(String s) |
static TsonElement |
Tson.parseNumber(String image) |
TsonElement |
TsonElementsFactory.parseNumber(String s) |
static TsonElement |
Tson.parseRegex(String image) |
TsonElement |
TsonElementsFactory.parseRegex(String s) |
static TsonElement |
Tson.parseString(String image) |
TsonElement |
TsonElementsFactory.parseString(String s) |
TsonElement |
TsonProcessor.removeComments(TsonElement element) |
TsonElement |
TsonProcessor.resolveAliases(TsonElement element) |
TsonElement |
TsonOp.second() |
TsonElement |
TsonOpBuilder.second() |
TsonElement[] |
TsonElementList.toArray() |
TsonElement |
ToTson.toTson() |
TsonElement |
TsonPrimitiveBuilder.value() |
TsonElement |
TsonDocumentBuilder.value() |
TsonElement |
TsonPairBuilder.value() |
TsonElement |
TsonPair.value() |
| Modifier and Type | Method and Description |
|---|---|
List<TsonElement> |
TsonObjectBuilder.all() |
List<TsonElement> |
TsonDocumentHeader.all() |
List<TsonElement> |
TsonAnnotationBuilder.all() |
List<TsonElement> |
TsonArrayBuilder.all() |
List<TsonElement> |
TsonObjectBuilder.body() |
List<TsonElement> |
TsonArrayBuilder.body() |
List<TsonElement> |
TsonAnnotation.children()
like params but never null
|
List<TsonElement> |
TsonDocumentHeader.getAll() |
List<TsonElement> |
TsonArrayBuilder.getAll() |
List<TsonElement> |
TsonElementList.getValues(String name) |
List<TsonElement> |
TsonElementList.getValues(TsonElement name) |
List<TsonElement> |
TsonObjectBuilder.params() |
List<TsonElement> |
TsonMatrixBuilder.params() |
List<TsonElement> |
TsonAnnotation.params() |
List<TsonElement> |
TsonAnnotationBuilder.params() |
List<TsonElement> |
TsonArrayBuilder.params() |
Iterable<TsonElement> |
TsonElementBaseListBuilder.toIterable() |
Iterator<TsonElement> |
TsonElementBaseListBuilder.toIterator() |
List<TsonElement> |
TsonElementList.toList() |
List<TsonElement> |
TsonElementBaseListBuilder.toList() |
Map<TsonElement,TsonElement> |
TsonElementList.toMap() |
Map<TsonElement,TsonElement> |
TsonElementList.toMap() |
Map<TsonElement,TsonElement> |
TsonElementBaseListBuilder.toMap() |
Map<TsonElement,TsonElement> |
TsonElementBaseListBuilder.toMap() |
Map<TsonElement,List<TsonElement>> |
TsonElementList.toMultiMap() |
Map<TsonElement,List<TsonElement>> |
TsonElementList.toMultiMap() |
Map<TsonElement,List<TsonElement>> |
TsonElementBaseListBuilder.toMultiMap() |
Map<TsonElement,List<TsonElement>> |
TsonElementBaseListBuilder.toMultiMap() |
| Modifier and Type | Method and Description |
|---|---|
TsonObjectBuilder |
TsonObjectBuilder.addAll(TsonElement... element) |
TsonAnnotationBuilder |
TsonAnnotationBuilder.addAll(TsonElement... element) |
TsonArrayBuilder |
TsonArrayBuilder.addAll(TsonElement... element) |
TsonUpletBuilder |
TsonUpletBuilder.addAll(TsonElement[] element) |
TsonElementBaseListBuilder |
TsonElementBaseListBuilder.addAll(TsonElement[] elements) |
TsonObjectBuilder |
TsonObjectBuilder.addParams(TsonElement[] element) |
TsonMatrixBuilder |
TsonMatrixBuilder.addParams(TsonElement[] element) |
TsonArrayBuilder |
TsonArrayBuilder.addParams(TsonElement[] element) |
String |
TsonFormat.format(TsonElement element) |
TsonElement |
TsonObject.get(TsonElement element) |
TsonElement |
TsonElementList.get(TsonElement name) |
List<TsonElement> |
TsonElementList.getValues(TsonElement name) |
<T> T |
TsonObjectContext.obj(TsonElement element,
Class<T> clazz) |
<T> T |
TsonCustomDeserializer.FactoryConfigurerContext.obj(TsonElement element,
Class<T> clazz) |
<T> T |
TsonCustomDeserializer.InstanceConfigurerContext.obj(TsonElement element,
Class<T> clazz) |
<T> T |
TsonCustomDeserializer.FieldConfigurerContext.obj(TsonElement element,
Class<T> clazz) |
TsonElement |
TsonProcessor.removeComments(TsonElement element) |
TsonElement |
TsonProcessor.resolveAliases(TsonElement element) |
T |
TsonElementToObject.toObject(TsonElement element,
Class<T> to,
TsonObjectContext context) |
boolean |
TsonDocumentVisitor.visit(TsonElement element)
return true if need to continue with children
|
default void |
TsonParserVisitor.visitPrimitiveEnd(TsonElement primitiveElement) |
| Modifier and Type | Method and Description |
|---|---|
TsonElement |
TsonElementsFactoryImpl.of(BigDecimal value) |
TsonElement |
TsonElementsFactoryImpl.of(BigInteger value) |
TsonElement |
TsonElementsFactoryImpl.of(boolean value) |
TsonElement |
TsonElementsFactoryImpl.of(Boolean value) |
TsonElement |
TsonElementsFactoryImpl.of(byte value) |
TsonElement |
TsonElementsFactoryImpl.of(Byte value) |
TsonElement |
TsonElementsFactoryImpl.of(byte[] value) |
TsonElement |
TsonElementsFactoryImpl.of(char value) |
TsonElement |
TsonElementsFactoryImpl.of(Character value) |
TsonElement |
TsonElementsFactoryImpl.of(Date value) |
TsonElement |
TsonElementsFactoryImpl.of(Date value) |
TsonElement |
TsonElementsFactoryImpl.of(double value) |
TsonElement |
TsonElementsFactoryImpl.of(Double value) |
TsonElement |
TsonElementsFactoryImpl.of(Enum b) |
TsonElement |
TsonElementsFactoryImpl.of(float value) |
TsonElement |
TsonElementsFactoryImpl.of(Float value) |
TsonElement |
TsonElementsFactoryImpl.of(InputStream value) |
TsonElement |
TsonElementsFactoryImpl.of(Instant value) |
TsonElement |
TsonElementsFactoryImpl.of(int value) |
TsonElement |
TsonElementsFactoryImpl.of(Integer value) |
TsonElement |
TsonElementsFactoryImpl.of(LocalDate value) |
TsonElement |
TsonElementsFactoryImpl.of(LocalTime value) |
TsonElement |
TsonElementsFactoryImpl.of(long value) |
TsonElement |
TsonElementsFactoryImpl.of(Long value) |
TsonElement |
TsonElementsFactoryImpl.of(Pattern value) |
TsonElement |
TsonElementsFactoryImpl.of(short value) |
TsonElement |
TsonElementsFactoryImpl.of(Short value) |
TsonElement |
TsonElementsFactoryImpl.of(Time value) |
TsonElement |
TsonElementsFactoryImpl.of(TsonElementBase b) |
TsonElement |
TsonElementsFactoryImpl.ofAlias(String value) |
TsonElement |
TsonElementsFactoryImpl.ofAntiQuotedString(String value) |
TsonElement |
TsonElementsFactoryImpl.ofBigComplex(BigDecimal real,
BigDecimal imag) |
TsonElement |
TsonElementsFactoryImpl.ofBigComplex(BigDecimal real,
BigDecimal imag,
String unit) |
TsonElement |
TsonElementsFactoryImpl.ofBigDecimal(BigDecimal value) |
TsonElement |
TsonElementsFactoryImpl.ofBigDecimal(BigDecimal value,
String unit) |
TsonElement |
TsonElementsFactoryImpl.ofBigInt(BigInteger value) |
TsonElement |
TsonElementsFactoryImpl.ofBigInt(BigInteger value,
TsonNumberLayout layout) |
TsonElement |
TsonElementsFactoryImpl.ofBigInt(BigInteger value,
TsonNumberLayout layout,
String unit) |
TsonElement |
TsonElementsFactoryImpl.ofBinStream(byte[] value) |
TsonElement |
TsonElementsFactoryImpl.ofBinStream(File value) |
TsonElement |
TsonElementsFactoryImpl.ofBinStream(InputStream value) |
TsonElement |
TsonElementsFactoryImpl.ofBinStream(Path value) |
TsonElement |
TsonElementsFactoryImpl.ofBoolean(boolean val) |
TsonElement |
TsonElementsFactoryImpl.ofByte(byte value) |
TsonElement |
TsonElementsFactoryImpl.ofByte(byte value,
TsonNumberLayout layout) |
TsonElement |
TsonElementsFactoryImpl.ofByte(byte value,
TsonNumberLayout layout,
String unit) |
TsonElement |
TsonElementsFactoryImpl.ofChar(char value) |
TsonElement |
TsonElementsFactoryImpl.ofCharStream(char[] value) |
TsonElement |
TsonElementsFactoryImpl.ofCharStream(char[] value,
String type) |
TsonElement |
TsonElementsFactoryImpl.ofCharStream(File value) |
TsonElement |
TsonElementsFactoryImpl.ofCharStream(File value,
String type) |
TsonElement |
TsonElementsFactoryImpl.ofCharStream(Path value) |
TsonElement |
TsonElementsFactoryImpl.ofCharStream(Path value,
String language) |
TsonElement |
TsonElementsFactoryImpl.ofCharStream(Reader value) |
TsonElement |
TsonElementsFactoryImpl.ofCharStream(Reader value,
String type) |
TsonElement |
TsonElementsFactoryImpl.ofCharStream(String value) |
TsonElement |
TsonElementsFactoryImpl.ofCharStream(String value,
String language) |
TsonElement |
TsonElementsFactoryImpl.ofCustom(Object o) |
TsonElement |
TsonElementsFactoryImpl.ofDouble(double value) |
TsonElement |
TsonElementsFactoryImpl.ofDouble(double value,
String unit) |
TsonElement |
TsonElementsFactoryImpl.ofDoubleComplex(double real,
double imag) |
TsonElement |
TsonElementsFactoryImpl.ofDoubleComplex(double real,
double imag,
String unit) |
TsonElement |
TsonElementsFactoryImpl.ofDoubleQuotedString(String value) |
TsonElement |
TsonElementsFactoryImpl.ofElement(TsonElementBase value) |
TsonElement |
TsonElementsFactoryImpl.ofFloat(float value) |
TsonElement |
TsonElementsFactoryImpl.ofFloat(float value,
String unit) |
TsonElement |
TsonElementsFactoryImpl.ofFloatComplex(float real,
float imag) |
TsonElement |
TsonElementsFactoryImpl.ofFloatComplex(float real,
float imag,
String unit) |
TsonElement |
TsonElementsFactoryImpl.ofInstant(Instant value) |
TsonElement |
TsonElementsFactoryImpl.ofInt(int value) |
TsonElement |
TsonElementsFactoryImpl.ofInt(int value,
TsonNumberLayout layout) |
TsonElement |
TsonElementsFactoryImpl.ofInt(int value,
TsonNumberLayout layout,
String unit) |
TsonElement |
TsonElementsFactoryImpl.ofLineString(String value) |
TsonElement |
TsonElementsFactoryImpl.ofLocalDate(Date value) |
TsonElement |
TsonElementsFactoryImpl.ofLocalDate(LocalDate value) |
TsonElement |
TsonElementsFactoryImpl.ofLocalDatetime(Date value) |
TsonElement |
TsonElementsFactoryImpl.ofLocalDatetime(Instant value) |
TsonElement |
TsonElementsFactoryImpl.ofLocalDatetime(LocalDateTime value) |
TsonElement |
TsonElementsFactoryImpl.ofLocalTime(LocalTime value) |
TsonElement |
TsonElementsFactoryImpl.ofLocalTime(Time value) |
TsonElement |
TsonElementsFactoryImpl.ofLong(long value) |
TsonElement |
TsonElementsFactoryImpl.ofLong(long value,
TsonNumberLayout layout) |
TsonElement |
TsonElementsFactoryImpl.ofLong(long value,
TsonNumberLayout layout,
String unit) |
TsonElement |
TsonElementsFactoryImpl.ofName(String value) |
TsonElement |
TsonElementsFactoryImpl.ofNull() |
TsonElement |
TsonElementsFactoryImpl.ofNumber(Number value,
TsonNumberLayout layout,
String unit) |
TsonElement |
TsonElementsFactoryImpl.ofRegex(Pattern value) |
TsonElement |
TsonElementsFactoryImpl.ofRegex(String value) |
TsonElement |
TsonElementsFactoryImpl.ofShort(short value) |
TsonElement |
TsonElementsFactoryImpl.ofShort(short value,
TsonNumberLayout layout) |
TsonElement |
TsonElementsFactoryImpl.ofShort(short value,
TsonNumberLayout layout,
String unit) |
TsonElement |
TsonElementsFactoryImpl.ofSingleQuotedString(String value) |
TsonElement |
TsonElementsFactoryImpl.ofStopStream(char[] value,
String stopWord) |
TsonElement |
TsonElementsFactoryImpl.ofStopStream(File value,
String stopWord) |
TsonElement |
TsonElementsFactoryImpl.ofStopStream(Path value,
String stopWord) |
TsonElement |
TsonElementsFactoryImpl.ofStopStream(Reader value,
String stopWord) |
TsonElement |
TsonElementsFactoryImpl.ofStopStream(String value,
String stopWord) |
TsonElement |
TsonElementsFactoryImpl.ofString(TsonElementType stringType,
String value) |
TsonElement |
TsonElementsFactoryImpl.ofTripleAntiQuotedString(String value) |
TsonElement |
TsonElementsFactoryImpl.ofTripleDoubleQuotedString(String value) |
TsonElement |
TsonElementsFactoryImpl.ofTripleSingleQuotedString(String value) |
TsonElement |
TsonElementsFactoryImpl.parseAlias(String s) |
TsonElement |
TsonElementsFactoryImpl.parseChar(String s) |
TsonElement |
TsonElementsFactoryImpl.parseInstant(String s) |
TsonElement |
TsonElementsFactoryImpl.parseLocalDate(String s) |
TsonElement |
TsonElementsFactoryImpl.parseLocalDateTime(String s) |
TsonElement |
TsonElementsFactoryImpl.parseLocalTime(String s) |
TsonElement |
TsonElementsFactoryImpl.parseNaNElem(String s) |
TsonElement |
TsonElementsFactoryImpl.parseNegBoundElem(String s) |
TsonElement |
TsonElementsFactoryImpl.parseNegInfElem(String s) |
TsonElement |
TsonElementsFactoryImpl.parseNumber(String s) |
TsonElement |
TsonElementsFactoryImpl.parsePosBoundElem(String s) |
TsonElement |
TsonElementsFactoryImpl.parsePosInfElem(String s) |
TsonElement |
TsonElementsFactoryImpl.parseRegex(String s) |
TsonElement |
TsonElementsFactoryImpl.parseString(String value) |
TsonElement |
TsonProcessorImpl.removeComments(TsonElement element) |
TsonElement |
TsonProcessorImpl.resolveAliases(TsonElement element) |
| Modifier and Type | Method and Description |
|---|---|
TsonDocument |
TsonElementsFactoryImpl.elementsToDocument(TsonElement[] roots) |
TsonDocument |
TsonElementsFactoryImpl.elementToDocument(TsonElement root) |
TsonElement |
TsonProcessorImpl.removeComments(TsonElement element) |
TsonElement |
TsonProcessorImpl.resolveAliases(TsonElement element) |
| Modifier and Type | Method and Description |
|---|---|
TsonElement |
TsonCustomElementBuilderImpl.build() |
TsonElement |
TsonPrimitiveElementBuilderImpl.build() |
TsonElement |
TsonDocumentBuilderImpl.content() |
TsonElement |
TsonOpBuilderImpl.first() |
TsonElement |
TsonAnnotationBuilderImpl.get(int index) |
TsonElement |
TsonMatrixBuilderImpl.get(int column,
int row) |
TsonElement[] |
TsonDocumentHeaderBuilderImpl.getParams() |
TsonElement |
TsonPairBuilderImpl.key() |
TsonElement |
TsonUpletBuilderImpl.param(int index) |
TsonElement[] |
TsonUpletBuilderImpl.params() |
TsonElement |
TsonOpBuilderImpl.second() |
TsonElement |
TsonDocumentBuilderImpl.value() |
TsonElement |
TsonPrimitiveElementBuilderImpl.value() |
TsonElement |
TsonPairBuilderImpl.value() |
| Modifier and Type | Method and Description |
|---|---|
List<TsonElement> |
TsonObjectBuilderImpl.all() |
List<TsonElement> |
TsonArrayBuilderImpl.all() |
List<TsonElement> |
TsonAnnotationBuilderImpl.all() |
List<TsonElement> |
TsonObjectBuilderImpl.body() |
List<TsonElement> |
TsonArrayBuilderImpl.body() |
List<TsonElement> |
TsonArrayBuilderSupport.buildElements() |
List<TsonElement> |
TsonArrayBuilderImpl.getAll() |
List<TsonElement> |
TsonArrayBuilderSupport.getRows() |
Iterator<TsonElement> |
TsonUpletBuilderImpl.iterator() |
Iterator<TsonElement> |
TsonObjectBuilderImpl.iterator() |
Iterator<TsonElement> |
TsonArrayBuilderImpl.iterator() |
Iterator<TsonElement> |
TsonArrayBuilderSupport.iterator() |
List<TsonElement> |
TsonMatrixBuilderImpl.params() |
List<TsonElement> |
TsonObjectBuilderImpl.params() |
List<TsonElement> |
TsonArrayBuilderImpl.params() |
List<TsonElement> |
TsonAnnotationBuilderImpl.params() |
Iterable<TsonElement> |
TsonElementBaseListBuilderImpl.toIterable() |
Iterator<TsonElement> |
TsonElementBaseListBuilderImpl.toIterator() |
List<TsonElement> |
TsonElementBaseListBuilderImpl.toList() |
Map<TsonElement,TsonElement> |
TsonElementBaseListBuilderImpl.toMap() |
Map<TsonElement,TsonElement> |
TsonElementBaseListBuilderImpl.toMap() |
Map<TsonElement,List<TsonElement>> |
TsonElementBaseListBuilderImpl.toMultiMap() |
Map<TsonElement,List<TsonElement>> |
TsonElementBaseListBuilderImpl.toMultiMap() |
| Modifier and Type | Method and Description |
|---|---|
TsonUpletBuilder |
TsonUpletBuilderImpl.addAll(TsonElement[] element) |
TsonObjectBuilder |
TsonObjectBuilderImpl.addAll(TsonElement[] elements) |
TsonElementBaseListBuilder |
TsonElementBaseListBuilderImpl.addAll(TsonElement[] elements) |
TsonArrayBuilder |
TsonArrayBuilderImpl.addAll(TsonElement[] elements) |
void |
TsonArrayBuilderSupport.addAll(TsonElement[] element) |
TsonAnnotationBuilder |
TsonAnnotationBuilderImpl.addAll(TsonElement[] element) |
TsonMatrixBuilder |
TsonMatrixBuilderImpl.addParams(TsonElement[] element) |
TsonObjectBuilder |
TsonObjectBuilderImpl.addParams(TsonElement[] element) |
TsonArrayBuilder |
TsonArrayBuilderImpl.addParams(TsonElement[] element) |
| Modifier and Type | Class and Description |
|---|---|
static class |
TsonElementDecorator.AsPrimitive<T extends TsonElement> |
| Modifier and Type | Method and Description |
|---|---|
TsonElement |
TsonCustomImpl.build() |
TsonElement |
TsonLocalDateImpl.build() |
TsonElement |
TsonMatrixImpl.cell(int col,
int row) |
TsonElement |
TsonElementDecorator.AsMatrix.cell(int col,
int row) |
TsonElement |
TsonOpImpl.first() |
TsonElement |
TsonElementDecorator.AsOp.first() |
TsonElement |
TsonArrayImpl.get(int index) |
TsonElement |
TsonElementDecorator.AsArray.get(int index) |
TsonElement |
TsonObjectImpl.get(String name) |
TsonElement |
TsonElementListImpl.get(String name) |
TsonElement |
TsonElementDecorator.AsObject.get(String name) |
TsonElement |
TsonObjectImpl.get(TsonElement element) |
TsonElement |
TsonElementListImpl.get(TsonElement name) |
TsonElement |
TsonElementDecorator.AsObject.get(TsonElement element) |
TsonElement |
TsonElementListImpl.getAt(int index) |
TsonElement |
TsonElementDecorator.getBase() |
TsonElement |
TsonDocumentImpl.getContent() |
TsonElement |
TsonPairImpl.key() |
TsonElement |
TsonElementDecorator.AsPair.key() |
static TsonElement |
TsonElementDecorator.of(TsonElement base,
TsonComments comments,
Collection<TsonAnnotation> annotationsList) |
static TsonElement |
TsonElementDecorator.of(TsonElement base,
TsonComments comments,
TsonAnnotation[] annotations) |
TsonElement |
TsonAnnotationImpl.param(int index) |
TsonElement |
TsonElementDecorator.AsUplet.param(int index) |
TsonElement |
TsonUpletImpl.param(int index) |
TsonElement |
TsonOpImpl.second() |
TsonElement |
TsonElementDecorator.AsOp.second() |
TsonElement |
TsonElementDecorator.simplify() |
TsonElement[] |
TsonElementListImpl.toArray() |
TsonElement |
TsonPairImpl.value() |
TsonElement |
TsonElementDecorator.AsPair.value() |
| Modifier and Type | Method and Description |
|---|---|
List<TsonElement> |
TsonDocumentHeaderImpl.all() |
List<TsonElement> |
TsonAnnotationImpl.children() |
List<TsonElement> |
TsonDocumentHeaderImpl.getAll() |
List<TsonElement> |
TsonElementListImpl.getValues(String name) |
List<TsonElement> |
TsonElementListImpl.getValues(TsonElement name) |
Iterator<TsonElement> |
TsonArrayImpl.iterator() |
Iterator<TsonElement> |
TsonObjectImpl.iterator() |
Iterator<TsonElement> |
TsonElementListImpl.iterator() |
Iterator<TsonElement> |
TsonElementDecorator.AsObject.iterator() |
Iterator<TsonElement> |
TsonElementDecorator.AsUplet.iterator() |
Iterator<TsonElement> |
TsonElementDecorator.AsArray.iterator() |
Iterator<TsonElement> |
TsonUpletImpl.iterator() |
List<TsonElement> |
TsonAnnotationImpl.params() |
List<TsonElement> |
TsonElementListImpl.toList() |
Map<TsonElement,TsonElement> |
TsonElementListImpl.toMap() |
Map<TsonElement,TsonElement> |
TsonElementListImpl.toMap() |
Map<TsonElement,List<TsonElement>> |
TsonElementListImpl.toMultiMap() |
Map<TsonElement,List<TsonElement>> |
TsonElementListImpl.toMultiMap() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
TsonFloatComplexImpl.compareCore(TsonElement o) |
protected int |
TsonArrayImpl.compareCore(TsonElement o) |
protected int |
TsonLocalTimeImpl.compareCore(TsonElement o) |
protected int |
TsonNameImpl.compareCore(TsonElement o) |
protected int |
TsonOpImpl.compareCore(TsonElement o) |
protected int |
TsonCharImpl.compareCore(TsonElement o) |
protected int |
TsonShortImpl.compareCore(TsonElement o) |
protected int |
TsonMatrixImpl.compareCore(TsonElement o) |
protected int |
TsonPairImpl.compareCore(TsonElement o) |
protected int |
TsonBigComplexImpl.compareCore(TsonElement o) |
protected int |
TsonInstantImpl.compareCore(TsonElement o) |
protected int |
TsonCustomImpl.compareCore(TsonElement o) |
protected int |
TsonObjectImpl.compareCore(TsonElement o) |
protected int |
TsonCharStreamImpl.compareCore(TsonElement o) |
protected abstract int |
AbstractTsonElement.compareCore(TsonElement o) |
protected int |
TsonFloatImpl.compareCore(TsonElement o) |
protected int |
TsonLocalDateImpl.compareCore(TsonElement o) |
protected int |
TsonBigIntImpl.compareCore(TsonElement o) |
protected int |
TsonStringImpl.compareCore(TsonElement o) |
protected int |
TsonStopWordCharStreamImpl.compareCore(TsonElement o) |
protected int |
TsonBigDecimalImpl.compareCore(TsonElement o) |
protected int |
TsonDoubleImpl.compareCore(TsonElement o) |
protected int |
TsonLocalDateTimeImpl.compareCore(TsonElement o) |
protected int |
TsonDoubleComplexImpl.compareCore(TsonElement o) |
protected int |
TsonBinaryStreamImpl.compareCore(TsonElement o) |
protected int |
TsonLongImpl.compareCore(TsonElement o) |
protected int |
TsonBooleanImpl.compareCore(TsonElement o) |
protected int |
TsonUpletImpl.compareCore(TsonElement o) |
protected int |
TsonAliasImpl.compareCore(TsonElement o) |
protected int |
TsonRegexImpl.compareCore(TsonElement o) |
protected int |
TsonByteImpl.compareCore(TsonElement o) |
protected int |
TsonIntImpl.compareCore(TsonElement o) |
int |
TsonNullImpl.compareTo(TsonElement o) |
int |
TsonFloatComplexImpl.compareTo(TsonElement o) |
int |
TsonLocalTimeImpl.compareTo(TsonElement o) |
int |
TsonShortImpl.compareTo(TsonElement o) |
int |
AbstractTemporalTsonElement.compareTo(TsonElement o) |
int |
TsonBigComplexImpl.compareTo(TsonElement o) |
int |
AbstractTsonElement.compareTo(TsonElement o) |
int |
TsonFloatImpl.compareTo(TsonElement o) |
int |
TsonLocalDateImpl.compareTo(TsonElement o) |
int |
TsonBigIntImpl.compareTo(TsonElement o) |
int |
TsonElementDecorator.compareTo(TsonElement o) |
int |
TsonBigDecimalImpl.compareTo(TsonElement o) |
int |
TsonDoubleImpl.compareTo(TsonElement o) |
int |
TsonLocalDateTimeImpl.compareTo(TsonElement o) |
int |
TsonDoubleComplexImpl.compareTo(TsonElement o) |
int |
TsonLongImpl.compareTo(TsonElement o) |
int |
TsonByteImpl.compareTo(TsonElement o) |
int |
TsonIntImpl.compareTo(TsonElement o) |
protected int |
AbstractTemporalTsonElement.compareToAs(TsonElement a,
TsonElement b,
TsonElementType type) |
TsonElement |
TsonObjectImpl.get(TsonElement element) |
TsonElement |
TsonElementListImpl.get(TsonElement name) |
TsonElement |
TsonElementDecorator.AsObject.get(TsonElement element) |
List<TsonElement> |
TsonElementListImpl.getValues(TsonElement name) |
static TsonElement |
TsonElementDecorator.of(TsonElement base,
TsonComments comments,
Collection<TsonAnnotation> annotationsList) |
static TsonElement |
TsonElementDecorator.of(TsonElement base,
TsonComments comments,
TsonAnnotation[] annotations) |
| Constructor and Description |
|---|
TsonDocumentHeaderImpl(String version,
String encoding,
TsonElement[] params) |
TsonDocumentImpl(TsonDocumentHeader header,
TsonElement content) |
TsonOpImpl(String opName,
TsonOpType opType,
TsonElement first,
TsonElement second) |
TsonPairImpl(TsonElement key,
TsonElement value) |
| Constructor and Description |
|---|
TsonAnnotationImpl(String name,
List<TsonElement> params) |
TsonArrayImpl(String name,
TsonElementList params,
UnmodifiableArrayList<TsonElement> elements) |
TsonObjectImpl(String name,
TsonElementList params,
UnmodifiableArrayList<TsonElement> elements) |
TsonUpletImpl(String name,
UnmodifiableArrayList<TsonElement> elements) |
| Modifier and Type | Method and Description |
|---|---|
String |
TsonFormatImpl.format(TsonElement element) |
void |
TsonFormatImpl.format(TsonElement element,
Writer sb) |
void |
TsonFormatImpl.formatElement(TsonElement element,
boolean showComments,
boolean showAnnotations,
Writer sb) |
void |
TsonFormatImpl.formatElementCore(TsonElement element,
TsonAnnotation format,
Writer writer) |
| Modifier and Type | Field and Description |
|---|---|
TsonElement |
SimpleTsonParserVisitor.PartialElementContext.element |
TsonElement |
SimpleTsonParserVisitor.ElementContext.value |
| Modifier and Type | Field and Description |
|---|---|
ArrayList<TsonElement> |
SimpleTsonParserVisitor.PartialElementContext.array |
List<TsonElement> |
SimpleTsonParserVisitor.AnnotationContext.elements |
ArrayList<TsonElement> |
SimpleTsonParserVisitor.PartialElementContext.object |
ArrayList<TsonElement> |
SimpleTsonParserVisitor.PartialElementContext.params |
| Modifier and Type | Method and Description |
|---|---|
TsonElement |
ElementBuilderTsonParserVisitor.getElement() |
TsonElement |
SimpleTsonParserVisitor.getElement() |
static TsonElement |
TsonParserUtils.parseDateElem(String s) |
static TsonElement |
TsonParserUtils.parseDateTimeElem(String s) |
static TsonElement |
TsonParserUtils.parseNaNElem(String s) |
static TsonElement |
TsonParserUtils.parseNegBoundElem(String s) |
static TsonElement |
TsonParserUtils.parseNegInfElem(String s) |
static TsonElement |
TsonParserUtils.parseNumber(String s) |
static TsonElement |
TsonParserUtils.parsePosBoundElem(String s) |
static TsonElement |
TsonParserUtils.parsePosInfElem(String s) |
static TsonElement |
TsonParserUtils.parseRegexElem(String s) |
static TsonElement |
TsonParserUtils.parseTimeElem(String s) |
TsonElement |
TsonNumberHelper.toTson() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TsonElement> |
SimpleTsonParserVisitor.PartialElementContext.params() |
| Modifier and Type | Method and Description |
|---|---|
static TsonDocument |
TsonParserUtils.elementsToDocument(TsonElement[] roots) |
static TsonDocument |
TsonParserUtils.elementToDocument(TsonElement root) |
void |
ElementBuilderTsonParserVisitor.visitPrimitiveEnd(TsonElement primitiveElement) |
void |
SimpleTsonParserVisitor.visitPrimitiveEnd(TsonElement primitiveElement) |
| Constructor and Description |
|---|
ElementContext(TsonElement value) |
ElementContext(TsonElement value,
Map<String,Object> map) |
| Modifier and Type | Field and Description |
|---|---|
static TsonElement[] |
TsonUtils.TSON_ELEMENTS_EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
static TsonElement |
TsonUtils.decorate(TsonElement element,
TsonComments comments,
List<TsonAnnotation> annotations) |
static TsonElement |
TsonUtils.setAnnotations(TsonElement e,
TsonAnnotation[] annotations) |
static TsonElement |
TsonUtils.setComments(TsonElement e,
TsonComments comments) |
| Modifier and Type | Method and Description |
|---|---|
static UnmodifiableArrayList<TsonElement> |
TsonUtils.unmodifiableElements(List<TsonElement> all) |
| Modifier and Type | Method and Description |
|---|---|
static int |
TsonUtils.compareElementsArray(TsonElement[] a1,
TsonElement[] a2) |
static int |
TsonUtils.compareElementsArray(TsonElement[] a1,
TsonElement[] a2) |
static TsonElement |
TsonUtils.decorate(TsonElement element,
TsonComments comments,
List<TsonAnnotation> annotations) |
static TsonElement |
TsonUtils.setAnnotations(TsonElement e,
TsonAnnotation[] annotations) |
static TsonElement |
TsonUtils.setComments(TsonElement e,
TsonComments comments) |
| Modifier and Type | Method and Description |
|---|---|
static int |
TsonUtils.compareElementsArray(List<TsonElement> a1,
List<TsonElement> a2) |
static int |
TsonUtils.compareElementsArray(List<TsonElement> a1,
List<TsonElement> a2) |
static TsonElementList |
TsonUtils.elementsListOrNull(List<TsonElement> all) |
static TsonArray |
TsonUtils.toArray(List<TsonElement> elements) |
static UnmodifiableArrayList<TsonElement> |
TsonUtils.unmodifiableElements(List<TsonElement> all) |
Copyright © 2025 vpc open source initiative. All rights reserved.