public class TsonElementsFactoryImpl extends Object implements TsonElementsFactory
| Constructor and Description |
|---|
TsonElementsFactoryImpl() |
public TsonElement parseString(String value)
parseString in interface TsonElementsFactorypublic TsonElement ofDoubleQuotedString(String value)
ofDoubleQuotedString in interface TsonElementsFactorypublic TsonElement ofSingleQuotedString(String value)
ofSingleQuotedString in interface TsonElementsFactorypublic TsonElement ofAntiQuotedString(String value)
ofAntiQuotedString in interface TsonElementsFactorypublic TsonElement ofTripleDoubleQuotedString(String value)
ofTripleDoubleQuotedString in interface TsonElementsFactorypublic TsonElement ofTripleSingleQuotedString(String value)
ofTripleSingleQuotedString in interface TsonElementsFactorypublic TsonElement ofTripleAntiQuotedString(String value)
ofTripleAntiQuotedString in interface TsonElementsFactorypublic TsonElement ofLineString(String value)
ofLineString in interface TsonElementsFactorypublic TsonElement ofElement(TsonElementBase value)
ofElement in interface TsonElementsFactorypublic TsonElementBase ofElementBase(TsonElementBase value)
ofElementBase in interface TsonElementsFactorypublic TsonElement ofInstant(Instant value)
ofInstant in interface TsonElementsFactorypublic TsonElement ofLocalDatetime(Instant value)
ofLocalDatetime in interface TsonElementsFactorypublic TsonElement ofLocalDatetime(LocalDateTime value)
ofLocalDatetime in interface TsonElementsFactorypublic TsonElement ofLocalDatetime(Date value)
ofLocalDatetime in interface TsonElementsFactorypublic TsonElement ofLocalDate(LocalDate value)
ofLocalDate in interface TsonElementsFactorypublic TsonElement ofLocalTime(LocalTime value)
ofLocalTime in interface TsonElementsFactorypublic TsonElement ofLocalTime(Time value)
ofLocalTime in interface TsonElementsFactorypublic TsonElement ofLocalDate(Date value)
ofLocalDate in interface TsonElementsFactorypublic TsonElement ofRegex(Pattern value)
ofRegex in interface TsonElementsFactorypublic TsonElement ofRegex(String value)
ofRegex in interface TsonElementsFactorypublic TsonElement ofChar(char value)
ofChar in interface TsonElementsFactorypublic TsonElement ofInt(int value)
ofInt in interface TsonElementsFactorypublic TsonElement ofInt(int value, TsonNumberLayout layout)
ofInt in interface TsonElementsFactorypublic TsonElement ofInt(int value, TsonNumberLayout layout, String unit)
ofInt in interface TsonElementsFactorypublic TsonElement ofNumber(Number value, TsonNumberLayout layout, String unit)
ofNumber in interface TsonElementsFactorypublic TsonElement ofLong(long value)
ofLong in interface TsonElementsFactorypublic TsonElement ofLong(long value, TsonNumberLayout layout)
ofLong in interface TsonElementsFactorypublic TsonElement ofLong(long value, TsonNumberLayout layout, String unit)
ofLong in interface TsonElementsFactorypublic TsonElement ofByte(byte value, TsonNumberLayout layout)
ofByte in interface TsonElementsFactorypublic TsonElement ofByte(byte value, TsonNumberLayout layout, String unit)
ofByte in interface TsonElementsFactorypublic TsonElement ofByte(byte value)
ofByte in interface TsonElementsFactorypublic TsonElement ofShort(short value, TsonNumberLayout layout)
ofShort in interface TsonElementsFactorypublic TsonElement ofShort(short value, TsonNumberLayout layout, String unit)
ofShort in interface TsonElementsFactorypublic TsonElement ofShort(short value)
ofShort in interface TsonElementsFactorypublic TsonElement ofFloat(float value)
ofFloat in interface TsonElementsFactorypublic TsonElement ofFloat(float value, String unit)
ofFloat in interface TsonElementsFactorypublic TsonElement ofBigInt(BigInteger value)
ofBigInt in interface TsonElementsFactorypublic TsonElement ofBigInt(BigInteger value, TsonNumberLayout layout)
ofBigInt in interface TsonElementsFactorypublic TsonElement ofBigInt(BigInteger value, TsonNumberLayout layout, String unit)
ofBigInt in interface TsonElementsFactorypublic TsonElement ofBigDecimal(BigDecimal value)
ofBigDecimal in interface TsonElementsFactorypublic TsonElement ofBigDecimal(BigDecimal value, String unit)
ofBigDecimal in interface TsonElementsFactorypublic TsonElement ofBigComplex(BigDecimal real, BigDecimal imag)
ofBigComplex in interface TsonElementsFactorypublic TsonElement ofBigComplex(BigDecimal real, BigDecimal imag, String unit)
ofBigComplex in interface TsonElementsFactorypublic TsonElement ofFloatComplex(float real, float imag)
ofFloatComplex in interface TsonElementsFactorypublic TsonElement ofFloatComplex(float real, float imag, String unit)
ofFloatComplex in interface TsonElementsFactorypublic TsonElement ofDoubleComplex(double real, double imag)
ofDoubleComplex in interface TsonElementsFactorypublic TsonElement ofDoubleComplex(double real, double imag, String unit)
ofDoubleComplex in interface TsonElementsFactorypublic TsonElement ofDouble(double value)
ofDouble in interface TsonElementsFactorypublic TsonElement ofDouble(double value, String unit)
ofDouble in interface TsonElementsFactorypublic TsonElement ofName(String value)
ofName in interface TsonElementsFactorypublic TsonElement ofAlias(String value)
ofAlias in interface TsonElementsFactorypublic TsonOpBuilder ofOpBuilder()
ofOpBuilder in interface TsonElementsFactorypublic TsonElement of(boolean value)
of in interface TsonElementsFactorypublic TsonElement of(char value)
of in interface TsonElementsFactorypublic TsonElement of(byte value)
of in interface TsonElementsFactorypublic TsonElement of(short value)
of in interface TsonElementsFactorypublic TsonElement of(int value)
of in interface TsonElementsFactorypublic TsonElement of(long value)
of in interface TsonElementsFactorypublic TsonElement of(float value)
of in interface TsonElementsFactorypublic TsonElement of(double value)
of in interface TsonElementsFactorypublic TsonElement of(BigInteger value)
of in interface TsonElementsFactorypublic TsonElement of(BigDecimal value)
of in interface TsonElementsFactorypublic TsonElement of(byte[] value)
of in interface TsonElementsFactorypublic TsonElement of(InputStream value)
of in interface TsonElementsFactorypublic TsonElement ofBinStream(byte[] value)
ofBinStream in interface TsonElementsFactorypublic TsonElement ofBinStream(InputStream value)
ofBinStream in interface TsonElementsFactorypublic TsonElement ofBinStream(File value)
ofBinStream in interface TsonElementsFactorypublic TsonElement ofBinStream(Path value)
ofBinStream in interface TsonElementsFactorypublic TsonElement ofCharStream(char[] value, String type)
ofCharStream in interface TsonElementsFactorypublic TsonElement ofCharStream(Reader value, String type)
ofCharStream in interface TsonElementsFactorypublic TsonElement ofCharStream(File value, String type)
ofCharStream in interface TsonElementsFactorypublic TsonElement ofCharStream(String value)
ofCharStream in interface TsonElementsFactorypublic TsonElement ofCharStream(char[] value)
ofCharStream in interface TsonElementsFactorypublic TsonElement ofCharStream(Reader value)
ofCharStream in interface TsonElementsFactorypublic TsonElement ofCharStream(File value)
ofCharStream in interface TsonElementsFactorypublic TsonElement ofCharStream(Path value)
ofCharStream in interface TsonElementsFactorypublic TsonElement ofCharStream(String value, String language)
ofCharStream in interface TsonElementsFactorypublic TsonElement ofCharStream(Path value, String language)
ofCharStream in interface TsonElementsFactorypublic TsonElement ofStopStream(String value, String stopWord)
ofStopStream in interface TsonElementsFactorypublic TsonElement ofStopStream(char[] value, String stopWord)
ofStopStream in interface TsonElementsFactorypublic TsonElement ofStopStream(Reader value, String stopWord)
ofStopStream in interface TsonElementsFactorypublic TsonElement ofStopStream(File value, String stopWord)
ofStopStream in interface TsonElementsFactorypublic TsonElement ofStopStream(Path value, String stopWord)
ofStopStream in interface TsonElementsFactorypublic TsonElement of(Boolean value)
of in interface TsonElementsFactorypublic TsonElement of(Character value)
of in interface TsonElementsFactorypublic TsonElement of(Byte value)
of in interface TsonElementsFactorypublic TsonElement of(Short value)
of in interface TsonElementsFactorypublic TsonElement of(Integer value)
of in interface TsonElementsFactorypublic TsonElement of(Long value)
of in interface TsonElementsFactorypublic TsonElement of(Float value)
of in interface TsonElementsFactorypublic TsonElement of(Double value)
of in interface TsonElementsFactorypublic TsonElement of(Date value)
of in interface TsonElementsFactorypublic TsonElement of(Instant value)
of in interface TsonElementsFactorypublic TsonElement of(LocalDate value)
of in interface TsonElementsFactorypublic TsonElement of(Date value)
of in interface TsonElementsFactorypublic TsonElement of(Time value)
of in interface TsonElementsFactorypublic TsonElement of(LocalTime value)
of in interface TsonElementsFactorypublic TsonElement of(Pattern value)
of in interface TsonElementsFactorypublic TsonPrimitiveBuilder of()
of in interface TsonElementsFactorypublic TsonArrayBuilder ofArrayBuilder()
ofArrayBuilder in interface TsonElementsFactorypublic TsonMatrixBuilder ofMatrixBuilder()
ofMatrixBuilder in interface TsonElementsFactorypublic TsonPairBuilder ofPairBuilder()
ofPairBuilder in interface TsonElementsFactorypublic TsonObjectBuilder ofObjBuilder()
ofObjBuilder in interface TsonElementsFactorypublic TsonUpletBuilder ofUpletBuilder()
ofUpletBuilder in interface TsonElementsFactorypublic TsonAnnotationBuilder ofAnnotationBuilder()
ofAnnotationBuilder in interface TsonElementsFactorypublic TsonFormatBuilder format()
format in interface TsonElementsFactorypublic TsonDocumentBuilder ofDocument()
ofDocument in interface TsonElementsFactorypublic TsonDocumentHeaderBuilder ofDocumentHeader()
ofDocumentHeader in interface TsonElementsFactorypublic TsonElement of(Enum b)
of in interface TsonElementsFactorypublic TsonElement of(TsonElementBase b)
of in interface TsonElementsFactorypublic TsonElement ofNull()
ofNull in interface TsonElementsFactorypublic TsonElement ofString(TsonElementType stringType, String value)
ofString in interface TsonElementsFactorypublic TsonElement ofBoolean(boolean val)
ofBoolean in interface TsonElementsFactorypublic TsonProcessor processor()
processor in interface TsonElementsFactorypublic TsonBinaryStreamBuilder ofBinStreamBuilder()
ofBinStreamBuilder in interface TsonElementsFactorypublic TsonElement parseLocalDateTime(String s)
parseLocalDateTime in interface TsonElementsFactorypublic TsonElement parseInstant(String s)
parseInstant in interface TsonElementsFactorypublic TsonElement parseLocalDate(String s)
parseLocalDate in interface TsonElementsFactorypublic TsonElement parseLocalTime(String s)
parseLocalTime in interface TsonElementsFactorypublic TsonElement parseRegex(String s)
parseRegex in interface TsonElementsFactorypublic byte parseByte(String s)
public short parseShort(String s)
public long parseLong(String s)
public int parseInt(String s)
public float parseFloat(String s)
public double parseDouble(String s)
public TsonElement parseChar(String s)
parseChar in interface TsonElementsFactorypublic TsonElement parseAlias(String s)
parseAlias in interface TsonElementsFactorypublic TsonDocument elementsToDocument(TsonElement[] roots)
public TsonDocument elementToDocument(TsonElement root)
public CharStreamCodeSupport charStreamCodeSupportOf(String language)
charStreamCodeSupportOf in interface TsonElementsFactorypublic TsonElement ofCustom(Object o)
ofCustom in interface TsonElementsFactorypublic TsonPrimitiveBuilder ofPrimitiveBuilder()
ofPrimitiveBuilder in interface TsonElementsFactorypublic TsonComment parseComments(String c)
parseComments in interface TsonElementsFactorypublic TsonElement parseNaNElem(String s)
public TsonElement parsePosInfElem(String s)
public TsonElement parseNegInfElem(String s)
public TsonElement parsePosBoundElem(String s)
public TsonElement parseNegBoundElem(String s)
public TsonElement parseNumber(String s)
parseNumber in interface TsonElementsFactoryCopyright © 2025 vpc open source initiative. All rights reserved.