public class DefaultNElementFactory extends Object implements net.thevpc.nuts.elem.NElementFactory
| Constructor and Description |
|---|
DefaultNElementFactory() |
| Modifier and Type | Method and Description |
|---|---|
int |
getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context) |
net.thevpc.nuts.elem.NElementAnnotation |
ofAnnotation(String name) |
net.thevpc.nuts.elem.NElementAnnotation |
ofAnnotation(String name,
net.thevpc.nuts.elem.NElement... values) |
net.thevpc.nuts.elem.NArrayElement |
ofArray() |
net.thevpc.nuts.elem.NArrayElement |
ofArray(net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NArrayElement |
ofArray(String name,
net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NArrayElement |
ofArray(String name,
net.thevpc.nuts.elem.NElement[] params,
net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NArrayElementBuilder |
ofArrayBuilder() |
net.thevpc.nuts.elem.NArrayElementBuilder |
ofArrayBuilder(String name) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofBigComplex(BigDecimal real) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofBigComplex(BigDecimal real,
BigDecimal imag) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofBigDecimal(BigDecimal value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofBigDecimal(BigDecimal value,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofBigInt(BigInteger value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofBigInt(BigInteger value,
net.thevpc.nuts.elem.NNumberLayout layout) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofBigInt(BigInteger value,
net.thevpc.nuts.elem.NNumberLayout layout,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofBigInt(BigInteger value,
String suffix) |
net.thevpc.nuts.elem.NElement |
ofBinaryStream(net.thevpc.nuts.io.NInputStreamProvider value) |
net.thevpc.nuts.elem.NBinaryStreamElementBuilder |
ofBinaryStreamBuilder() |
net.thevpc.nuts.elem.NPrimitiveElement |
ofBoolean(boolean value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofBoolean(String value) |
net.thevpc.nuts.elem.NArrayElement |
ofBooleanArray(boolean... items) |
net.thevpc.nuts.elem.NArrayElement |
ofBooleanArray(Boolean... items) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofByte(byte value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofByte(Byte value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofByte(byte value,
net.thevpc.nuts.elem.NNumberLayout layout) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofByte(Byte value,
net.thevpc.nuts.elem.NNumberLayout layout) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofByte(byte value,
net.thevpc.nuts.elem.NNumberLayout layout,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofByte(Byte value,
net.thevpc.nuts.elem.NNumberLayout layout,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofByte(byte value,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofByte(Byte value,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofChar(Character value) |
net.thevpc.nuts.elem.NElement |
ofCharStream(net.thevpc.nuts.io.NReaderProvider value) |
net.thevpc.nuts.elem.NCharStreamElementBuilder |
ofCharStreamBuilder() |
net.thevpc.nuts.elem.NElementComments |
ofComments(net.thevpc.nuts.elem.NElementComment[] leading,
net.thevpc.nuts.elem.NElementComment[] trailing) |
net.thevpc.nuts.elem.NCustomElement |
ofCustom(Object object) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofDouble(double value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofDouble(Double value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofDouble(double value,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofDouble(Double value,
String suffix) |
net.thevpc.nuts.elem.NArrayElement |
ofDoubleArray(double... items) |
net.thevpc.nuts.elem.NArrayElement |
ofDoubleArray(Double... items) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofDoubleComplex(double real) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofDoubleComplex(double real,
double imag) |
<T extends Enum<T>> |
ofEnum(Enum<T> value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofFalse() |
net.thevpc.nuts.elem.NPrimitiveElement |
ofFloat(float value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofFloat(Float value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofFloat(float value,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofFloat(Float value,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofFloatComplex(float real) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofFloatComplex(float real,
float imag) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofInstant(Date value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofInstant(Instant instant) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofInstant(String value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofInt(int value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofInt(Integer value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofInt(Integer value,
net.thevpc.nuts.elem.NNumberLayout layout) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofInt(Integer value,
net.thevpc.nuts.elem.NNumberLayout layout,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofInt(Integer value,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofInt(int value,
net.thevpc.nuts.elem.NNumberLayout layout) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofInt(int value,
net.thevpc.nuts.elem.NNumberLayout layout,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofInt(int value,
String suffix) |
net.thevpc.nuts.elem.NArrayElement |
ofIntArray(int... items) |
net.thevpc.nuts.elem.NArrayElement |
ofIntArray(Integer... items) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofLocalDate(LocalDate localDate) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofLocalDateTime(LocalDateTime localDateTime) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofLocalTime(LocalTime localTime) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofLong(long value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofLong(Long value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofLong(long value,
net.thevpc.nuts.elem.NNumberLayout layout) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofLong(Long value,
net.thevpc.nuts.elem.NNumberLayout layout) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofLong(long value,
net.thevpc.nuts.elem.NNumberLayout layout,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofLong(Long value,
net.thevpc.nuts.elem.NNumberLayout layout,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofLong(long value,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofLong(Long value,
String suffix) |
net.thevpc.nuts.elem.NArrayElement |
ofLongArray(long... items) |
net.thevpc.nuts.elem.NArrayElement |
ofLongArray(Long... items) |
net.thevpc.nuts.elem.NMatrixElementBuilder |
ofMatrixBuilder() |
net.thevpc.nuts.elem.NElementComment |
ofMultiLineComment(String... lines) |
net.thevpc.nuts.elem.NElementComments |
ofMultiLineComments(String... lines) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofName(String str) |
net.thevpc.nuts.elem.NArrayElement |
ofNamedArray(String name,
net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NObjectElement |
ofNamedObject(String name,
net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NArrayElement |
ofNamedParametrizedArray(String name,
net.thevpc.nuts.elem.NElement[] params,
net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NObjectElement |
ofNamedParametrizedObject(String name,
net.thevpc.nuts.elem.NElement[] params,
net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NUpletElement |
ofNamedUplet(String name,
net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofNameOrString(String value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofNull() |
net.thevpc.nuts.elem.NPrimitiveElement |
ofNumber(Number value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofNumber(String value) |
net.thevpc.nuts.elem.NArrayElement |
ofNumberArray(Number... items) |
net.thevpc.nuts.elem.NObjectElement |
ofObject() |
net.thevpc.nuts.elem.NObjectElement |
ofObject(net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NObjectElement |
ofObject(String name,
net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NObjectElement |
ofObject(String name,
net.thevpc.nuts.elem.NElement[] params,
net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NObjectElementBuilder |
ofObjectBuilder() |
net.thevpc.nuts.elem.NObjectElementBuilder |
ofObjectBuilder(String name) |
net.thevpc.nuts.elem.NOperatorElement |
ofOp(net.thevpc.nuts.elem.NElementType op,
net.thevpc.nuts.elem.NElement operand) |
net.thevpc.nuts.elem.NOperatorElement |
ofOp(net.thevpc.nuts.elem.NElementType op,
net.thevpc.nuts.elem.NElement first,
net.thevpc.nuts.elem.NElement second) |
net.thevpc.nuts.elem.NOperatorElement |
ofOp(net.thevpc.nuts.elem.NElementType op,
net.thevpc.nuts.elem.NOperatorType type,
net.thevpc.nuts.elem.NElement first,
net.thevpc.nuts.elem.NElement second) |
net.thevpc.nuts.elem.NOperatorElementBuilder |
ofOpBuilder() |
net.thevpc.nuts.elem.NPairElement |
ofPair(net.thevpc.nuts.elem.NElement key,
net.thevpc.nuts.elem.NElement value) |
net.thevpc.nuts.elem.NPairElement |
ofPair(String key,
Boolean value) |
net.thevpc.nuts.elem.NPairElement |
ofPair(String key,
Byte value) |
net.thevpc.nuts.elem.NPairElement |
ofPair(String key,
Double value) |
net.thevpc.nuts.elem.NPairElement |
ofPair(String key,
Instant value) |
net.thevpc.nuts.elem.NPairElement |
ofPair(String key,
Integer value) |
net.thevpc.nuts.elem.NPairElement |
ofPair(String key,
LocalDate value) |
net.thevpc.nuts.elem.NPairElement |
ofPair(String key,
LocalDateTime value) |
net.thevpc.nuts.elem.NPairElement |
ofPair(String key,
LocalTime value) |
net.thevpc.nuts.elem.NPairElement |
ofPair(String key,
Long value) |
net.thevpc.nuts.elem.NPairElement |
ofPair(String key,
net.thevpc.nuts.elem.NElement value) |
net.thevpc.nuts.elem.NPairElement |
ofPair(String key,
Short value) |
net.thevpc.nuts.elem.NPairElement |
ofPair(String key,
String value) |
net.thevpc.nuts.elem.NPairElementBuilder |
ofPairBuilder() |
net.thevpc.nuts.elem.NPairElementBuilder |
ofPairBuilder(net.thevpc.nuts.elem.NElement key,
net.thevpc.nuts.elem.NElement value) |
net.thevpc.nuts.elem.NArrayElement |
ofParametrizedArray(net.thevpc.nuts.elem.NElement... params) |
net.thevpc.nuts.elem.NArrayElement |
ofParametrizedArray(net.thevpc.nuts.elem.NElement[] params,
net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NArrayElement |
ofParametrizedArray(String name,
net.thevpc.nuts.elem.NElement... params) |
net.thevpc.nuts.elem.NArrayElement |
ofParametrizedArray(String name,
net.thevpc.nuts.elem.NElement[] params,
net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NObjectElement |
ofParametrizedObject(net.thevpc.nuts.elem.NElement... params) |
net.thevpc.nuts.elem.NObjectElement |
ofParametrizedObject(net.thevpc.nuts.elem.NElement[] params,
net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NObjectElement |
ofParametrizedObject(String name,
net.thevpc.nuts.elem.NElement... params) |
net.thevpc.nuts.elem.NObjectElement |
ofParametrizedObject(String name,
net.thevpc.nuts.elem.NElement[] params,
net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NPrimitiveElementBuilder |
ofPrimitiveBuilder() |
net.thevpc.nuts.elem.NPrimitiveElement |
ofRegex(String str) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofShort(short value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofShort(Short value) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofShort(short value,
net.thevpc.nuts.elem.NNumberLayout layout) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofShort(Short value,
net.thevpc.nuts.elem.NNumberLayout layout) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofShort(short value,
net.thevpc.nuts.elem.NNumberLayout layout,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofShort(Short value,
net.thevpc.nuts.elem.NNumberLayout layout,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofShort(short value,
String suffix) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofShort(Short value,
String suffix) |
net.thevpc.nuts.elem.NElementComment |
ofSingleLineComment(String... lines) |
net.thevpc.nuts.elem.NElementComments |
ofSingleLineComments(String... lines) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofString(String str) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofString(String str,
net.thevpc.nuts.elem.NElementType stringLayout) |
net.thevpc.nuts.elem.NArrayElement |
ofStringArray(String... items) |
net.thevpc.nuts.elem.NPrimitiveElement |
ofTrue() |
net.thevpc.nuts.elem.NUpletElement |
ofUplet() |
net.thevpc.nuts.elem.NUpletElement |
ofUplet(net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NUpletElement |
ofUplet(String name,
net.thevpc.nuts.elem.NElement... items) |
net.thevpc.nuts.elem.NUpletElementBuilder |
ofUpletBuilder() |
net.thevpc.nuts.elem.NUpletElementBuilder |
ofUpletBuilder(String name) |
public net.thevpc.nuts.elem.NPairElement ofPair(net.thevpc.nuts.elem.NElement key,
net.thevpc.nuts.elem.NElement value)
ofPair in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPairElement ofPair(String key, net.thevpc.nuts.elem.NElement value)
ofPair in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPairElement ofPair(String key, Boolean value)
ofPair in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPairElement ofPair(String key, Short value)
ofPair in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPairElement ofPair(String key, Byte value)
ofPair in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPairElement ofPair(String key, Integer value)
ofPair in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPairElement ofPair(String key, Long value)
ofPair in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPairElement ofPair(String key, String value)
ofPair in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPairElement ofPair(String key, Double value)
ofPair in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPairElement ofPair(String key, Instant value)
ofPair in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPairElement ofPair(String key, LocalDate value)
ofPair in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPairElement ofPair(String key, LocalDateTime value)
ofPair in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPairElement ofPair(String key, LocalTime value)
ofPair in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPairElementBuilder ofPairBuilder(net.thevpc.nuts.elem.NElement key,
net.thevpc.nuts.elem.NElement value)
ofPairBuilder in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NOperatorElementBuilder ofOpBuilder()
ofOpBuilder in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NOperatorElement ofOp(net.thevpc.nuts.elem.NElementType op,
net.thevpc.nuts.elem.NOperatorType type,
net.thevpc.nuts.elem.NElement first,
net.thevpc.nuts.elem.NElement second)
ofOp in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NOperatorElement ofOp(net.thevpc.nuts.elem.NElementType op,
net.thevpc.nuts.elem.NElement first,
net.thevpc.nuts.elem.NElement second)
ofOp in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NOperatorElement ofOp(net.thevpc.nuts.elem.NElementType op,
net.thevpc.nuts.elem.NElement operand)
ofOp in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPairElementBuilder ofPairBuilder()
ofPairBuilder in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NObjectElementBuilder ofObjectBuilder()
ofObjectBuilder in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NObjectElementBuilder ofObjectBuilder(String name)
ofObjectBuilder in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElementBuilder ofArrayBuilder()
ofArrayBuilder in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElementBuilder ofArrayBuilder(String name)
ofArrayBuilder in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofArray()
ofArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofStringArray(String... items)
ofStringArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofDoubleArray(double... items)
ofDoubleArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofDoubleArray(Double... items)
ofDoubleArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofIntArray(int... items)
ofIntArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofIntArray(Integer... items)
ofIntArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofLongArray(long... items)
ofLongArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofLongArray(Long... items)
ofLongArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofNumberArray(Number... items)
ofNumberArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofBooleanArray(boolean... items)
ofBooleanArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofBooleanArray(Boolean... items)
ofBooleanArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofArray(net.thevpc.nuts.elem.NElement... items)
ofArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofArray(String name, net.thevpc.nuts.elem.NElement... items)
ofArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofNamedArray(String name, net.thevpc.nuts.elem.NElement... items)
ofNamedArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofNamedParametrizedArray(String name, net.thevpc.nuts.elem.NElement[] params, net.thevpc.nuts.elem.NElement... items)
ofNamedParametrizedArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofArray(String name, net.thevpc.nuts.elem.NElement[] params, net.thevpc.nuts.elem.NElement... items)
ofArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofParametrizedArray(net.thevpc.nuts.elem.NElement... params)
ofParametrizedArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofParametrizedArray(net.thevpc.nuts.elem.NElement[] params,
net.thevpc.nuts.elem.NElement... items)
ofParametrizedArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofParametrizedArray(String name, net.thevpc.nuts.elem.NElement[] params, net.thevpc.nuts.elem.NElement... items)
ofParametrizedArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NObjectElement ofObject(net.thevpc.nuts.elem.NElement... items)
ofObject in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NArrayElement ofParametrizedArray(String name, net.thevpc.nuts.elem.NElement... params)
ofParametrizedArray in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NObjectElement ofObject(String name, net.thevpc.nuts.elem.NElement... items)
ofObject in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NObjectElement ofParametrizedObject(net.thevpc.nuts.elem.NElement[] params,
net.thevpc.nuts.elem.NElement... items)
ofParametrizedObject in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NObjectElement ofParametrizedObject(String name, net.thevpc.nuts.elem.NElement[] params, net.thevpc.nuts.elem.NElement... items)
ofParametrizedObject in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NObjectElement ofObject(String name, net.thevpc.nuts.elem.NElement[] params, net.thevpc.nuts.elem.NElement... items)
ofObject in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NObjectElement ofNamedObject(String name, net.thevpc.nuts.elem.NElement... items)
ofNamedObject in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NObjectElement ofNamedParametrizedObject(String name, net.thevpc.nuts.elem.NElement[] params, net.thevpc.nuts.elem.NElement... items)
ofNamedParametrizedObject in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NObjectElement ofParametrizedObject(net.thevpc.nuts.elem.NElement... params)
ofParametrizedObject in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NObjectElement ofParametrizedObject(String name, net.thevpc.nuts.elem.NElement... params)
ofParametrizedObject in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NObjectElement ofObject()
ofObject in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofBoolean(String value)
ofBoolean in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofBoolean(boolean value)
ofBoolean in interface net.thevpc.nuts.elem.NElementFactorypublic <T extends Enum<T>> net.thevpc.nuts.elem.NPrimitiveElement ofEnum(Enum<T> value)
ofEnum in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofString(String str)
ofString in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofString(String str, net.thevpc.nuts.elem.NElementType stringLayout)
ofString in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofRegex(String str)
ofRegex in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofName(String str)
ofName in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofNameOrString(String value)
ofNameOrString in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NCustomElement ofCustom(Object object)
ofCustom in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofTrue()
ofTrue in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofFalse()
ofFalse in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofInstant(Instant instant)
ofInstant in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofLocalDate(LocalDate localDate)
ofLocalDate in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofLocalDateTime(LocalDateTime localDateTime)
ofLocalDateTime in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofLocalTime(LocalTime localTime)
ofLocalTime in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofFloat(Float value)
ofFloat in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofFloat(float value)
ofFloat in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofFloat(Float value, String suffix)
ofFloat in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofFloat(float value,
String suffix)
ofFloat in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofInt(Integer value)
ofInt in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofInt(int value)
ofInt in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofInt(Integer value, String suffix)
ofInt in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofInt(int value,
String suffix)
ofInt in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofInt(Integer value, net.thevpc.nuts.elem.NNumberLayout layout, String suffix)
ofInt in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofInt(int value,
net.thevpc.nuts.elem.NNumberLayout layout,
String suffix)
ofInt in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofInt(Integer value, net.thevpc.nuts.elem.NNumberLayout layout)
ofInt in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofInt(int value,
net.thevpc.nuts.elem.NNumberLayout layout)
ofInt in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NElement ofBinaryStream(net.thevpc.nuts.io.NInputStreamProvider value)
ofBinaryStream in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NBinaryStreamElementBuilder ofBinaryStreamBuilder()
ofBinaryStreamBuilder in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NElement ofCharStream(net.thevpc.nuts.io.NReaderProvider value)
ofCharStream in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NCharStreamElementBuilder ofCharStreamBuilder()
ofCharStreamBuilder in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NElementAnnotation ofAnnotation(String name, net.thevpc.nuts.elem.NElement... values)
ofAnnotation in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NElementAnnotation ofAnnotation(String name)
ofAnnotation in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofLong(Long value)
ofLong in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofLong(long value,
net.thevpc.nuts.elem.NNumberLayout layout)
ofLong in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofLong(Long value, net.thevpc.nuts.elem.NNumberLayout layout)
ofLong in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofLong(long value,
net.thevpc.nuts.elem.NNumberLayout layout,
String suffix)
ofLong in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofLong(Long value, net.thevpc.nuts.elem.NNumberLayout layout, String suffix)
ofLong in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofLong(long value,
String suffix)
ofLong in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofLong(Long value, String suffix)
ofLong in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofLong(long value)
ofLong in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofNull()
ofNull in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofNumber(String value)
ofNumber in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofInstant(Date value)
ofInstant in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofInstant(String value)
ofInstant in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofByte(Byte value)
ofByte in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofByte(Byte value, String suffix)
ofByte in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofByte(byte value)
ofByte in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofByte(Byte value, net.thevpc.nuts.elem.NNumberLayout layout, String suffix)
ofByte in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofByte(byte value,
net.thevpc.nuts.elem.NNumberLayout layout,
String suffix)
ofByte in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofByte(Byte value, net.thevpc.nuts.elem.NNumberLayout layout)
ofByte in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofByte(byte value,
net.thevpc.nuts.elem.NNumberLayout layout)
ofByte in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofByte(byte value,
String suffix)
ofByte in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofShort(Short value)
ofShort in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofShort(short value)
ofShort in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofShort(Short value, net.thevpc.nuts.elem.NNumberLayout layout, String suffix)
ofShort in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofShort(short value,
net.thevpc.nuts.elem.NNumberLayout layout,
String suffix)
ofShort in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofShort(Short value, net.thevpc.nuts.elem.NNumberLayout layout)
ofShort in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofShort(short value,
net.thevpc.nuts.elem.NNumberLayout layout)
ofShort in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofShort(Short value, String suffix)
ofShort in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofShort(short value,
String suffix)
ofShort in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofChar(Character value)
ofChar in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofDouble(Double value)
ofDouble in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofDouble(double value)
ofDouble in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofDouble(Double value, String suffix)
ofDouble in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofDouble(double value,
String suffix)
ofDouble in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofBigDecimal(BigDecimal value)
ofBigDecimal in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofBigDecimal(BigDecimal value, String suffix)
ofBigDecimal in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofBigInt(BigInteger value)
ofBigInt in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofBigInt(BigInteger value, net.thevpc.nuts.elem.NNumberLayout layout, String suffix)
ofBigInt in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofBigInt(BigInteger value, net.thevpc.nuts.elem.NNumberLayout layout)
ofBigInt in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofBigInt(BigInteger value, String suffix)
ofBigInt in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NUpletElementBuilder ofUpletBuilder()
ofUpletBuilder in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NUpletElementBuilder ofUpletBuilder(String name)
ofUpletBuilder in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NUpletElement ofUplet()
ofUplet in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NUpletElement ofUplet(String name, net.thevpc.nuts.elem.NElement... items)
ofUplet in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NUpletElement ofNamedUplet(String name, net.thevpc.nuts.elem.NElement... items)
ofNamedUplet in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NUpletElement ofUplet(net.thevpc.nuts.elem.NElement... items)
ofUplet in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofDoubleComplex(double real)
ofDoubleComplex in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofDoubleComplex(double real,
double imag)
ofDoubleComplex in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofFloatComplex(float real)
ofFloatComplex in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofFloatComplex(float real,
float imag)
ofFloatComplex in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofBigComplex(BigDecimal real)
ofBigComplex in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofBigComplex(BigDecimal real, BigDecimal imag)
ofBigComplex in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElement ofNumber(Number value)
ofNumber in interface net.thevpc.nuts.elem.NElementFactorypublic int getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context)
getSupportLevel in interface net.thevpc.nuts.spi.NComponentpublic net.thevpc.nuts.elem.NMatrixElementBuilder ofMatrixBuilder()
ofMatrixBuilder in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NElementComments ofMultiLineComments(String... lines)
ofMultiLineComments in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NElementComments ofSingleLineComments(String... lines)
ofSingleLineComments in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NElementComments ofComments(net.thevpc.nuts.elem.NElementComment[] leading,
net.thevpc.nuts.elem.NElementComment[] trailing)
ofComments in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NElementComment ofMultiLineComment(String... lines)
ofMultiLineComment in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NElementComment ofSingleLineComment(String... lines)
ofSingleLineComment in interface net.thevpc.nuts.elem.NElementFactorypublic net.thevpc.nuts.elem.NPrimitiveElementBuilder ofPrimitiveBuilder()
ofPrimitiveBuilder in interface net.thevpc.nuts.elem.NElementFactoryCopyright © 2025 vpc open source initiative. All rights reserved.