| Modifier and Type | Method and Description |
|---|---|
TsonElementType |
TsonElementBase.type() |
TsonElementType |
TsonElementBuilder.type() |
static TsonElementType |
TsonElementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TsonElementType[] |
TsonElementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static TsonElement |
Tson.ofString(TsonElementType stringType,
String value) |
TsonElement |
TsonElementsFactory.ofString(TsonElementType stringType,
String value) |
| Modifier and Type | Method and Description |
|---|---|
TsonElement |
TsonElementsFactoryImpl.ofString(TsonElementType stringType,
String value) |
| Modifier and Type | Method and Description |
|---|---|
TsonElementType |
TsonCustomElementBuilderImpl.type() |
TsonElementType |
TsonPrimitiveElementBuilderImpl.type() |
TsonElementType |
TsonUpletBuilderImpl.type() |
TsonElementType |
TsonMatrixBuilderImpl.type() |
TsonElementType |
TsonObjectBuilderImpl.type() |
TsonElementType |
TsonOpBuilderImpl.type() |
TsonElementType |
TsonPairBuilderImpl.type() |
TsonElementType |
TsonArrayBuilderImpl.type() |
| Modifier and Type | Method and Description |
|---|---|
TsonElementType |
TsonNullImpl.type() |
TsonElementType |
AbstractTsonElement.type() |
TsonElementType |
TsonElementDecorator.type() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
AbstractNonPrimitiveTsonElement.throwNonPrimitive(TsonElementType type) |
protected <T> T |
TsonCustomImpl.throwNonPrimitive(TsonElementType type) |
protected abstract <T> T |
AbstractTsonElement.throwNonPrimitive(TsonElementType type) |
protected <T> T |
AbstractPrimitiveTsonElement.throwNonPrimitive(TsonElementType type) |
protected <T> T |
AbstractNonPrimitiveTsonElement.throwPrimitive(TsonElementType type) |
protected <T> T |
TsonCustomImpl.throwPrimitive(TsonElementType type) |
protected abstract <T> T |
AbstractTsonElement.throwPrimitive(TsonElementType type) |
protected <T> T |
AbstractPrimitiveTsonElement.throwPrimitive(TsonElementType type) |
| Constructor and Description |
|---|
AbstractNonPrimitiveTsonElement(TsonElementType type) |
AbstractNumberTsonElement(TsonElementType type,
TsonNumberLayout layout,
String unit) |
AbstractPrimitiveTsonElement(TsonElementType type) |
AbstractTemporalTsonElement(TsonElementType type) |
AbstractTsonElement(TsonElementType type) |
TsonStringImpl(TsonElementType elementType,
String value,
String rawValue) |
| Modifier and Type | Method and Description |
|---|---|
static String |
TsonParserUtils.parseRawString(String s,
TsonElementType layout) |
Copyright © 2025 vpc open source initiative. All rights reserved.