public class DefaultNElementFactory extends Object implements NElementFactory
| Constructor and Description |
|---|
DefaultNElementFactory() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofpublic NPairElement ofPair(NElement key, NElement value)
ofPair in interface NElementFactorypublic NPairElement ofPair(String key, NElement value)
ofPair in interface NElementFactorypublic NPairElement ofPair(String key, Boolean value)
ofPair in interface NElementFactorypublic NPairElement ofPair(String key, Number value)
ofPair in interface NElementFactorypublic NPairElement ofPair(String key, Short value)
ofPair in interface NElementFactorypublic NPairElement ofPair(String key, Byte value)
ofPair in interface NElementFactorypublic NPairElement ofPair(String key, Integer value)
ofPair in interface NElementFactorypublic NPairElement ofPair(String key, Long value)
ofPair in interface NElementFactorypublic NPairElement ofPair(String key, String value)
ofPair in interface NElementFactorypublic NPairElement ofPair(String key, Double value)
ofPair in interface NElementFactorypublic NPairElement ofPair(String key, Instant value)
ofPair in interface NElementFactorypublic NPairElement ofPair(String key, LocalDate value)
ofPair in interface NElementFactorypublic NPairElement ofPair(String key, LocalDateTime value)
ofPair in interface NElementFactorypublic NOperatorSymbolElement ofOp(NOperatorSymbol op)
ofOp in interface NElementFactorypublic NPairElement ofPair(String key, LocalTime value)
ofPair in interface NElementFactorypublic NPairElementBuilder ofPairBuilder(NElement key, NElement value)
ofPairBuilder in interface NElementFactorypublic NOperatorElementBuilder ofOpBuilder()
ofOpBuilder in interface NElementFactorypublic NOperatorElement ofBinaryInfixOperator(NOperatorSymbol op, NElement first, NElement second)
ofBinaryInfixOperator in interface NElementFactorypublic NEmptyElementBuilder ofErrorBuilder()
ofErrorBuilder in interface NElementFactorypublic NElementDiagnosticBuilder ofDiagnosticBuilder()
ofDiagnosticBuilder in interface NElementFactorypublic NElementDiagnostic ofDiagnostic(NMsg msg)
ofDiagnostic in interface NElementFactorypublic NElementSeparator ofSeparator(String value)
ofSeparator in interface NElementFactorypublic NElementSeparator ofSeparator(char value)
ofSeparator in interface NElementFactorypublic NElementSpace ofSpace(String value)
ofSpace in interface NElementFactorypublic NElementNewLine ofNewline(String value)
ofNewline in interface NElementFactorypublic NBoundAffix ofBoundAffix(NAffix affix, NAffixAnchor anchor)
ofBoundAffix in interface NElementFactorypublic NOperatorElement ofUnaryPrefixOperator(NOperatorSymbol op, NElement operand)
ofUnaryPrefixOperator in interface NElementFactorypublic NPairElementBuilder ofPairBuilder()
ofPairBuilder in interface NElementFactorypublic NObjectElementBuilder ofObjectBuilder()
ofObjectBuilder in interface NElementFactorypublic NObjectElementBuilder ofObjectBuilder(String name)
ofObjectBuilder in interface NElementFactorypublic NArrayElementBuilder ofArrayBuilder()
ofArrayBuilder in interface NElementFactorypublic NArrayElementBuilder ofArrayBuilder(String name)
ofArrayBuilder in interface NElementFactorypublic NArrayElement ofArray()
ofArray in interface NElementFactorypublic NArrayElement ofStringArray(String... items)
ofStringArray in interface NElementFactorypublic NArrayElement ofDoubleArray(double... items)
ofDoubleArray in interface NElementFactorypublic NArrayElement ofDoubleArray(Double... items)
ofDoubleArray in interface NElementFactorypublic NArrayElement ofFloatArray(float... items)
ofFloatArray in interface NElementFactorypublic NArrayElement ofFloatArray(Float... items)
ofFloatArray in interface NElementFactorypublic NArrayElement ofByteArray(byte... items)
ofByteArray in interface NElementFactorypublic NArrayElement ofByteArray(Byte... items)
ofByteArray in interface NElementFactorypublic NArrayElement ofShortArray(short... items)
ofShortArray in interface NElementFactorypublic NArrayElement ofShortArray(Short... items)
ofShortArray in interface NElementFactorypublic NArrayElement ofIntArray(int... items)
ofIntArray in interface NElementFactorypublic NArrayElement ofIntArray(Integer... items)
ofIntArray in interface NElementFactorypublic NArrayElement ofLongArray(long... items)
ofLongArray in interface NElementFactorypublic NArrayElement ofLongArray(Long... items)
ofLongArray in interface NElementFactorypublic NArrayElement ofNumberArray(Number... items)
ofNumberArray in interface NElementFactorypublic NArrayElement ofBooleanArray(boolean... items)
ofBooleanArray in interface NElementFactorypublic NArrayElement ofBooleanArray(Boolean... items)
ofBooleanArray in interface NElementFactorypublic NArrayElement ofArray(NElement... items)
ofArray in interface NElementFactorypublic NArrayElement ofArray(String name, NElement... items)
ofArray in interface NElementFactorypublic NArrayElement ofNamedArray(String name, NElement... items)
ofNamedArray in interface NElementFactorypublic NArrayElement ofFullArray(String name, NElement[] params, NElement... items)
ofFullArray in interface NElementFactorypublic NArrayElement ofArray(String name, NElement[] params, NElement... items)
ofArray in interface NElementFactorypublic NArrayElement ofParamArray(NElement... params)
ofParamArray in interface NElementFactorypublic NArrayElement ofParamArray(NElement[] params, NElement... items)
ofParamArray in interface NElementFactorypublic NArrayElement ofParamArray(String name, NElement[] params, NElement... items)
ofParamArray in interface NElementFactorypublic NObjectElement ofObject(NElement... items)
ofObject in interface NElementFactorypublic NArrayElement ofParamArray(String name, NElement... params)
ofParamArray in interface NElementFactorypublic NObjectElement ofObject(String name, NElement... items)
ofObject in interface NElementFactorypublic NObjectElement ofParamObject(NElement[] params, NElement... items)
ofParamObject in interface NElementFactorypublic NObjectElement ofParamObject(String name, NElement[] params, NElement... items)
ofParamObject in interface NElementFactorypublic NObjectElement ofObject(String name, NElement[] params, NElement... items)
ofObject in interface NElementFactorypublic NObjectElement ofNamedObject(String name, NElement... items)
ofNamedObject in interface NElementFactorypublic NObjectElement ofFullObject(String name, NElement[] params, NElement... items)
ofFullObject in interface NElementFactorypublic NObjectElement ofParamObject(NElement... params)
ofParamObject in interface NElementFactorypublic NObjectElement ofParamObject(String name, NElement... params)
ofParamObject in interface NElementFactorypublic NObjectElement ofObject()
ofObject in interface NElementFactorypublic NPrimitiveElement ofBoolean(String value)
ofBoolean in interface NElementFactorypublic NPrimitiveElement ofBoolean(boolean value)
ofBoolean in interface NElementFactorypublic <T extends Enum<T>> NPrimitiveElement ofEnum(Enum<T> value)
ofEnum in interface NElementFactorypublic NPrimitiveElement ofString(String str)
ofString in interface NElementFactorypublic NPrimitiveElement ofString(String str, NElementType stringLayout)
ofString in interface NElementFactorypublic NPrimitiveElement ofName(String str)
ofName in interface NElementFactorypublic NPrimitiveElement ofNameOrString(String value)
ofNameOrString in interface NElementFactorypublic NCustomElement ofCustom(Object object)
ofCustom in interface NElementFactorypublic NPrimitiveElement ofTrue()
ofTrue in interface NElementFactorypublic NPrimitiveElement ofFalse()
ofFalse in interface NElementFactorypublic NPrimitiveElement ofInstant(Instant instant)
ofInstant in interface NElementFactorypublic NPrimitiveElement ofLocalDate(LocalDate localDate)
ofLocalDate in interface NElementFactorypublic NPrimitiveElement ofLocalDateTime(LocalDateTime localDateTime)
ofLocalDateTime in interface NElementFactorypublic NPrimitiveElement ofLocalTime(LocalTime localTime)
ofLocalTime in interface NElementFactorypublic NPrimitiveElement ofFloat(Float value)
ofFloat in interface NElementFactorypublic NPrimitiveElement ofFloat(float value)
ofFloat in interface NElementFactorypublic NPrimitiveElement ofFloat(Float value, String suffix)
ofFloat in interface NElementFactorypublic NPrimitiveElement ofFloat(float value, String suffix)
ofFloat in interface NElementFactorypublic NPrimitiveElement ofInt(Integer value)
ofInt in interface NElementFactorypublic NPrimitiveElement ofInt(int value)
ofInt in interface NElementFactorypublic NPrimitiveElement ofInt(Integer value, String suffix)
ofInt in interface NElementFactorypublic NPrimitiveElement ofInt(int value, String suffix)
ofInt in interface NElementFactorypublic NPrimitiveElement ofInt(Integer value, NNumberLayout layout, String suffix)
ofInt in interface NElementFactorypublic NPrimitiveElement ofInt(int value, NNumberLayout layout, String suffix)
ofInt in interface NElementFactorypublic NPrimitiveElement ofInt(Integer value, NNumberLayout layout)
ofInt in interface NElementFactorypublic NPrimitiveElement ofInt(int value, NNumberLayout layout)
ofInt in interface NElementFactorypublic NElement ofBinaryStream(NInputStreamProvider value)
ofBinaryStream in interface NElementFactorypublic NElement ofBinaryStream(NInputStreamProvider value, String blockIdentifier)
ofBinaryStream in interface NElementFactorypublic NBinaryStreamElementBuilder ofBinaryStreamBuilder()
ofBinaryStreamBuilder in interface NElementFactorypublic NElement ofCharStream(NReaderProvider value, String blockIdentifier)
ofCharStream in interface NElementFactorypublic NCharStreamElementBuilder ofCharStreamBuilder()
ofCharStreamBuilder in interface NElementFactorypublic NElementAnnotation ofAnnotation(String name, NElement... values)
ofAnnotation in interface NElementFactorypublic NElementAnnotation ofAnnotation(String name)
ofAnnotation in interface NElementFactorypublic NPrimitiveElement ofLong(Long value)
ofLong in interface NElementFactorypublic NPrimitiveElement ofLong(long value, NNumberLayout layout)
ofLong in interface NElementFactorypublic NPrimitiveElement ofLong(Long value, NNumberLayout layout)
ofLong in interface NElementFactorypublic NPrimitiveElement ofLong(long value, NNumberLayout layout, String suffix)
ofLong in interface NElementFactorypublic NPrimitiveElement ofLong(Long value, NNumberLayout layout, String suffix)
ofLong in interface NElementFactorypublic NPrimitiveElement ofLong(long value, String suffix)
ofLong in interface NElementFactorypublic NPrimitiveElement ofLong(Long value, String suffix)
ofLong in interface NElementFactorypublic NPrimitiveElement ofLong(long value)
ofLong in interface NElementFactorypublic NPrimitiveElement ofNull()
ofNull in interface NElementFactorypublic NPrimitiveElement ofNumber(String value)
ofNumber in interface NElementFactorypublic NPrimitiveElement ofInstant(Date value)
ofInstant in interface NElementFactorypublic NPrimitiveElement ofInstant(String value)
ofInstant in interface NElementFactorypublic NPrimitiveElement ofByte(Byte value)
ofByte in interface NElementFactorypublic NPrimitiveElement ofByte(Byte value, String suffix)
ofByte in interface NElementFactorypublic NPrimitiveElement ofByte(byte value)
ofByte in interface NElementFactorypublic NPrimitiveElement ofByte(Byte value, NNumberLayout layout, String suffix)
ofByte in interface NElementFactorypublic NPrimitiveElement ofByte(byte value, NNumberLayout layout, String suffix)
ofByte in interface NElementFactorypublic NPrimitiveElement ofByte(Byte value, NNumberLayout layout)
ofByte in interface NElementFactorypublic NPrimitiveElement ofByte(byte value, NNumberLayout layout)
ofByte in interface NElementFactorypublic NPrimitiveElement ofByte(byte value, String suffix)
ofByte in interface NElementFactorypublic NPrimitiveElement ofShort(Short value)
ofShort in interface NElementFactorypublic NPrimitiveElement ofShort(short value)
ofShort in interface NElementFactorypublic NPrimitiveElement ofShort(Short value, NNumberLayout layout, String suffix)
ofShort in interface NElementFactorypublic NPrimitiveElement ofShort(short value, NNumberLayout layout, String suffix)
ofShort in interface NElementFactorypublic NPrimitiveElement ofShort(Short value, NNumberLayout layout)
ofShort in interface NElementFactorypublic NPrimitiveElement ofShort(short value, NNumberLayout layout)
ofShort in interface NElementFactorypublic NPrimitiveElement ofShort(Short value, String suffix)
ofShort in interface NElementFactorypublic NPrimitiveElement ofShort(short value, String suffix)
ofShort in interface NElementFactorypublic NPrimitiveElement ofChar(Character value)
ofChar in interface NElementFactorypublic NPrimitiveElement ofDouble(Double value)
ofDouble in interface NElementFactorypublic NPrimitiveElement ofDouble(double value)
ofDouble in interface NElementFactorypublic NPrimitiveElement ofDouble(Double value, String suffix)
ofDouble in interface NElementFactorypublic NPrimitiveElement ofDouble(double value, String suffix)
ofDouble in interface NElementFactorypublic NPrimitiveElement ofBigDecimal(BigDecimal value)
ofBigDecimal in interface NElementFactorypublic NPrimitiveElement ofBigDecimal(BigDecimal value, String suffix)
ofBigDecimal in interface NElementFactorypublic NPrimitiveElement ofBigInt(BigInteger value)
ofBigInt in interface NElementFactorypublic NPrimitiveElement ofBigInt(BigInteger value, NNumberLayout layout, String suffix)
ofBigInt in interface NElementFactorypublic NPrimitiveElement ofBigInt(BigInteger value, NNumberLayout layout)
ofBigInt in interface NElementFactorypublic NPrimitiveElement ofBigInt(BigInteger value, String suffix)
ofBigInt in interface NElementFactorypublic NUpletElementBuilder ofUpletBuilder()
ofUpletBuilder in interface NElementFactorypublic NUpletElementBuilder ofUpletBuilder(String name)
ofUpletBuilder in interface NElementFactorypublic NUpletElement ofUplet()
ofUplet in interface NElementFactorypublic NUpletElement ofUplet(String name, NElement... items)
ofUplet in interface NElementFactorypublic NUpletElement ofNamedUplet(String name, NElement... items)
ofNamedUplet in interface NElementFactorypublic NUpletElement ofUplet(NElement... items)
ofUplet in interface NElementFactorypublic NPrimitiveElement ofDoubleComplex(double real)
ofDoubleComplex in interface NElementFactorypublic NPrimitiveElement ofDoubleComplex(double real, double imag)
ofDoubleComplex in interface NElementFactorypublic NPrimitiveElement ofDoubleComplex(double real, double imag, String suffix)
ofDoubleComplex in interface NElementFactorypublic NPrimitiveElement ofFloatComplex(float real)
ofFloatComplex in interface NElementFactorypublic NPrimitiveElement ofFloatComplex(float real, float imag)
ofFloatComplex in interface NElementFactorypublic NPrimitiveElement ofFloatComplex(float real, float imag, String suffix)
ofFloatComplex in interface NElementFactorypublic NPrimitiveElement ofBigComplex(BigDecimal real)
ofBigComplex in interface NElementFactorypublic NPrimitiveElement ofBigComplex(BigDecimal real, BigDecimal imag)
ofBigComplex in interface NElementFactorypublic NPrimitiveElement ofBigComplex(BigDecimal real, BigDecimal imag, String suffix)
ofBigComplex in interface NElementFactorypublic NPrimitiveElement ofNumber(Number value)
ofNumber in interface NElementFactorypublic NPrimitiveElement ofNumber(Number value, NNumberLayout layout, String suffix)
ofNumber in interface NElementFactorypublic NElementComment ofBlocComment(String lines)
ofBlocComment in interface NElementFactorypublic NElementComment ofLineComment(String lines)
ofLineComment in interface NElementFactorypublic NElementComment ofBlocComment(NElementLine... lines)
ofBlocComment in interface NElementFactorypublic NElementComment ofLineComment(NElementLine... lines)
ofLineComment in interface NElementFactorypublic NPrimitiveElementBuilder ofPrimitiveBuilder()
ofPrimitiveBuilder in interface NElementFactorypublic NFlatExprElementBuilder ofFlatExprBuilder()
ofFlatExprBuilder in interface NElementFactorypublic NFragmentElementBuilder ofFragmentBuilder()
ofFragmentBuilder in interface NElementFactorypublic NFragmentElement ofFragment(NElement... elements)
ofFragment in interface NElementFactorypublic NElementLine ofElementLine(String prefix, String startMarker, String startPadding, String content, String endPadding, String endMarker, NNewLineMode newline)
ofElementLine in interface NElementFactoryCopyright © 2026 vpc open source initiative. All rights reserved.