public abstract class AbstractNListContainerElement extends AbstractNElement implements net.thevpc.nuts.elem.NListContainerElement
| Constructor and Description |
|---|
AbstractNListContainerElement(net.thevpc.nuts.elem.NElementType type,
List<net.thevpc.nuts.elem.NBoundAffix> affixes,
List<net.thevpc.nuts.elem.NElementDiagnostic> diagnostics,
net.thevpc.nuts.elem.NElementMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NArrayElement> |
getArray(int index) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NArrayElement> |
getArray(net.thevpc.nuts.elem.NElement key) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NArrayElement> |
getArray(String key) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NArrayElement> |
getArrayByPath(String... keys) |
net.thevpc.nuts.util.NOptional<BigDecimal> |
getBigDecimalValue(net.thevpc.nuts.elem.NElement key) |
net.thevpc.nuts.util.NOptional<BigInteger> |
getBigIntValue(net.thevpc.nuts.elem.NElement key) |
net.thevpc.nuts.util.NOptional<Boolean> |
getBooleanValue(int index) |
net.thevpc.nuts.util.NOptional<Boolean> |
getBooleanValue(net.thevpc.nuts.elem.NElement key) |
net.thevpc.nuts.util.NOptional<Boolean> |
getBooleanValue(String key) |
net.thevpc.nuts.util.NOptional<Boolean> |
getBooleanValueByPath(String... keys) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElement> |
getByPath(String... keys) |
net.thevpc.nuts.util.NOptional<Byte> |
getByteValue(int index) |
net.thevpc.nuts.util.NOptional<Byte> |
getByteValue(net.thevpc.nuts.elem.NElement key) |
net.thevpc.nuts.util.NOptional<Byte> |
getByteValue(String key) |
net.thevpc.nuts.util.NOptional<Byte> |
getByteValueByPath(String... keys) |
net.thevpc.nuts.util.NOptional<Double> |
getDoubleValue(int index) |
net.thevpc.nuts.util.NOptional<Double> |
getDoubleValue(net.thevpc.nuts.elem.NElement key) |
net.thevpc.nuts.util.NOptional<Double> |
getDoubleValue(String key) |
net.thevpc.nuts.util.NOptional<Double> |
getDoubleValueByPath(String... keys) |
net.thevpc.nuts.util.NOptional<Float> |
getFloatValue(int index) |
net.thevpc.nuts.util.NOptional<Float> |
getFloatValue(net.thevpc.nuts.elem.NElement key) |
net.thevpc.nuts.util.NOptional<Float> |
getFloatValue(String key) |
net.thevpc.nuts.util.NOptional<Float> |
getFloatValueByPath(String... keys) |
net.thevpc.nuts.util.NOptional<Instant> |
getInstantValue(int index) |
net.thevpc.nuts.util.NOptional<Instant> |
getInstantValue(net.thevpc.nuts.elem.NElement key) |
net.thevpc.nuts.util.NOptional<Instant> |
getInstantValue(String key) |
net.thevpc.nuts.util.NOptional<Instant> |
getInstantValueByPath(String... keys) |
net.thevpc.nuts.util.NOptional<Integer> |
getIntValue(int index) |
net.thevpc.nuts.util.NOptional<Integer> |
getIntValue(net.thevpc.nuts.elem.NElement key) |
net.thevpc.nuts.util.NOptional<Integer> |
getIntValue(String key) |
net.thevpc.nuts.util.NOptional<Integer> |
getIntValueByPath(String... keys) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NListContainerElement> |
getListContainer(net.thevpc.nuts.elem.NElement key) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NListContainerElement> |
getListContainer(String key) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NListContainerElement> |
getListContainerByPath(String... keys) |
net.thevpc.nuts.util.NOptional<LocalDateTime> |
getLocalDateTimeValue(int index) |
net.thevpc.nuts.util.NOptional<LocalDateTime> |
getLocalDateTimeValue(net.thevpc.nuts.elem.NElement key) |
net.thevpc.nuts.util.NOptional<LocalDateTime> |
getLocalDateTimeValue(String key) |
net.thevpc.nuts.util.NOptional<LocalDateTime> |
getLocalDateTimeValueByPath(String... keys) |
net.thevpc.nuts.util.NOptional<LocalDate> |
getLocalDateValue(int index) |
net.thevpc.nuts.util.NOptional<LocalDate> |
getLocalDateValue(net.thevpc.nuts.elem.NElement key) |
net.thevpc.nuts.util.NOptional<LocalDate> |
getLocalDateValue(String key) |
net.thevpc.nuts.util.NOptional<LocalDate> |
getLocalDateValueByPath(String... keys) |
net.thevpc.nuts.util.NOptional<LocalTime> |
getLocalTimeValue(int index) |
net.thevpc.nuts.util.NOptional<LocalTime> |
getLocalTimeValue(net.thevpc.nuts.elem.NElement key) |
net.thevpc.nuts.util.NOptional<LocalTime> |
getLocalTimeValue(String key) |
net.thevpc.nuts.util.NOptional<LocalTime> |
getLocalTimeValueByPath(String... keys) |
net.thevpc.nuts.util.NOptional<Long> |
getLongValue(int index) |
net.thevpc.nuts.util.NOptional<Long> |
getLongValue(net.thevpc.nuts.elem.NElement key) |
net.thevpc.nuts.util.NOptional<Long> |
getLongValue(String key) |
net.thevpc.nuts.util.NOptional<Long> |
getLongValueByPath(String... keys) |
net.thevpc.nuts.util.NOptional<Number> |
getNumber(net.thevpc.nuts.elem.NElement key) |
net.thevpc.nuts.util.NOptional<Number> |
getNumber(String key) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NObjectElement> |
getObject(int index) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NObjectElement> |
getObject(net.thevpc.nuts.elem.NElement key) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NObjectElement> |
getObject(String key) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NObjectElement> |
getObjectByPath(String... keys) |
net.thevpc.nuts.util.NOptional<Short> |
getShortValue(int index) |
net.thevpc.nuts.util.NOptional<Short> |
getShortValue(net.thevpc.nuts.elem.NElement key) |
net.thevpc.nuts.util.NOptional<Short> |
getShortValue(String key) |
net.thevpc.nuts.util.NOptional<Short> |
getShortValueByPath(String... keys) |
net.thevpc.nuts.util.NOptional<String> |
getStringValue(int index) |
net.thevpc.nuts.util.NOptional<String> |
getStringValue(net.thevpc.nuts.elem.NElement key) |
net.thevpc.nuts.util.NOptional<String> |
getStringValue(String key) |
net.thevpc.nuts.util.NOptional<String> |
getStringValueByPath(String... keys) |
List<net.thevpc.nuts.elem.NParamOrChild> |
paramsOrChildren() |
net.thevpc.nuts.util.NStream<net.thevpc.nuts.elem.NParamOrChild> |
streamParamsOrChildren() |
_expected, affixes, annotations, anyMatches, asArray, asBigComplexValue, asBigDecimalValue, asBigIntValue, asBinaryInfixOperator, asBinaryOperator, asBinaryOperator, asBinaryStream, asBooleanValue, asByteValue, asCharStream, asCharValue, asCustom, asDoubleComplexValue, asDoubleValue, asElementAt, asFlatExpression, asFloatComplexValue, asFloatValue, asFragment, asFullArray, asFullObject, asInstantValue, asInt, asIntValue, asList, asListContainer, asListOrParametrizedContainer, asLiteral, asLocalDateTimeValue, asLocalDateValue, asLocalTimeValue, asLongValue, asName, asNamed, asNamedArray, asNamedObject, asNamedPair, asNamedPair, asNameValue, asNaryOperator, asNumber, asNumberType, asNumberValue, asObject, asOperator, asOperatorSymbol, asOperatorSymbol, asOrderedList, asPair, asParametrizedContainer, asParamObject, asPrimitive, asShortValue, asSimplePair, asString, asStringValue, asTemporalValue, asTernaryOperator, asUnaryOperator, asUnaryOperator, asUnaryPostfixOperator, asUnaryPrefixOperator, asUnorderedList, asUplet, comments, describe, diagnostics, equals, filter, filter, findAnnotations, format, hashCode, isAnnotated, isAnyArray, isAnyDate, isAnyNamedArray, isAnyNamedArray, isAnyNamedListContainer, isAnyNamedListContainer, isAnyNamedObject, isAnyNamedObject, isAnyObject, isAnyOperator, isAnyString, isAnyStringOrName, isAnyUplet, isArray, isBigDecimal, isBigInt, isBigNumber, isBinaryInfixOperator, isBinaryInfixOperator, isBinaryOperator, isBinaryOperator, isBinaryStream, isBlank, isBoolean, isByte, isCharStream, isComplexNumber, isCustom, isCustomTree, isDecimalNumber, isDouble, isEmpty, isErrorTree, isFlatExpression, isFloat, isFloatingNumber, isFragment, isFullArray, isFullArray, isFullObject, isFullObject, isFullObject, isInstant, isInt, isLeftNamedBinaryOperator, isLeftNamedBinaryOperator, isList, isListContainer, isListOrParametrizedContainer, isLocalTemporal, isLong, isName, isName, isName, isNamed, isNamed, isNamed, isNamedArray, isNamedArray, isNamedListContainer, isNamedListContainer, isNamedObject, isNamedObject, isNamedObject, isNamedPair, isNamedPair, isNamedPair, isNamedUplet, isNamedUplet, isNamedUplet, isNull, isNumber, isObject, isOperatorSymbol, isOperatorSymbol, isOrderedList, isOrdinalNumber, isPair, isParamArray, isParametrized, isParametrizedContainer, isParamObject, isPrimitive, isShort, isSimplePair, isStream, isString, isTemporal, isUnaryOperator, isUnaryOperator, isUnaryPostfixOperator, isUnaryPrefixOperator, isUnaryPrefixOperator, isUnorderedList, isUplet, metadata, resolve, resolveAll, snippet, snippet, toArray, toCompactString, toFormattedString, toFormattedString, toListContainer, toMany, toName, toNamed, toNamedArray, toNamedObject, toNamedPair, toNamedUplet, toObject, toPrettyString, toStableString, toString, toVerbatimString, transform, transform, traverse, traverseChildren, traverseList, treeDiagnostics, type, wrapIntoArray, wrapIntoNamedArray, wrapIntoNamedObject, wrapIntoNamedPair, wrapIntoNamedUplet, wrapIntoObject, wrapIntoUpletclone, finalize, getClass, notify, notifyAll, wait, wait, waitchildren, get, get, get, getAll, getAll, getAt, namedPairs, pairs, sizeaffixes, annotations, anyMatches, asArray, asBigComplexValue, asBigDecimalValue, asBigIntValue, asBinaryInfixOperator, asBinaryOperator, asBinaryOperator, asBinaryStream, asBooleanValue, asByteValue, asCharStream, asCharValue, asCustom, asDoubleComplexValue, asDoubleValue, asElementAt, asFlatExpression, asFloatComplexValue, asFloatValue, asFragment, asFullArray, asFullObject, asInstantValue, asInt, asIntValue, asList, asListContainer, asListOrParametrizedContainer, asLiteral, asLocalDateTimeValue, asLocalDateValue, asLocalTimeValue, asLongValue, asName, asNamed, asNamedArray, asNamedObject, asNamedPair, asNamedPair, asNameValue, asNaryOperator, asNumber, asNumberType, asNumberValue, asObject, asOperator, asOperatorSymbol, asOperatorSymbol, asOrderedList, asPair, asParametrizedContainer, asParamObject, asPrimitive, asShortValue, asSimplePair, asString, asStringValue, asTemporalValue, asTernaryOperator, asUnaryOperator, asUnaryOperator, asUnaryPostfixOperator, asUnaryPrefixOperator, asUnorderedList, asUplet, builder, comments, diagnostics, filter, filter, findAnnotations, format, isAnnotated, isAnyArray, isAnyDate, isAnyNamedArray, isAnyNamedArray, isAnyNamedListContainer, isAnyNamedListContainer, isAnyNamedObject, isAnyNamedObject, isAnyObject, isAnyOperator, isAnyString, isAnyStringOrName, isAnyUplet, isArray, isBigDecimal, isBigInt, isBigNumber, isBinaryInfixOperator, isBinaryInfixOperator, isBinaryOperator, isBinaryOperator, isBinaryStream, isBlank, isBoolean, isByte, isCharStream, isComplexNumber, isCustom, isCustomTree, isDecimalNumber, isDouble, isEmpty, isErrorTree, isFlatExpression, isFloat, isFloatingNumber, isFragment, isFullArray, isFullArray, isFullObject, isFullObject, isFullObject, isInstant, isInt, isLeftNamedBinaryOperator, isLeftNamedBinaryOperator, isList, isListContainer, isListOrParametrizedContainer, isLocalTemporal, isLong, isName, isName, isName, isNamed, isNamed, isNamed, isNamedArray, isNamedArray, isNamedListContainer, isNamedListContainer, isNamedObject, isNamedObject, isNamedObject, isNamedPair, isNamedPair, isNamedPair, isNamedUplet, isNamedUplet, isNamedUplet, isNull, isNumber, isObject, isOperatorSymbol, isOperatorSymbol, isOrderedList, isOrdinalNumber, isPair, isParamArray, isParametrized, isParametrizedContainer, isParamObject, isPrimitive, isShort, isSimplePair, isStream, isString, isTemporal, isUnaryOperator, isUnaryOperator, isUnaryPostfixOperator, isUnaryPrefixOperator, isUnaryPrefixOperator, isUnorderedList, isUplet, metadata, ofArray, ofArray, ofArray, ofArray, ofArrayBuilder, ofArrayBuilder, ofBigComplex, ofBigComplex, ofBigComplex, ofBigDecimal, ofBigDecimal, ofBigInt, ofBigInt, ofBigInt, ofBigInt, ofBinaryInfixOperator, ofBinaryStream, ofBinaryStream, ofBinaryStreamBuilder, ofBlocComment, ofBlocComment, ofBoolean, ofBoolean, ofBooleanArray, ofBooleanArray, ofByte, ofByte, ofByte, ofByte, ofByte, ofByte, ofByte, ofByte, ofByteArray, ofByteArray, ofChar, ofCharArray, ofCharArray, ofCharStream, ofCharStream, ofCharStreamBuilder, ofCustom, ofDiagnosticBuilder, ofDouble, ofDouble, ofDouble, ofDouble, ofDoubleArray, ofDoubleArray, ofDoubleComplex, ofDoubleComplex, ofDoubleComplex, ofEmptyBuilder, ofEnum, ofEnumArray, ofExprBuilder, ofExprBuilder, ofExprBuilder, ofExprBuilder, ofExprBuilder, ofFalse, ofFlatExprBuilder, ofFloat, ofFloat, ofFloat, ofFloat, ofFloatArray, ofFloatArray, ofFloatComplex, ofFloatComplex, ofFloatComplex, ofFragment, ofFragment, ofFragmentBuilder, ofFullArray, ofFullObject, ofInstant, ofInstant, ofInstant, ofInt, ofInt, ofInt, ofInt, ofInt, ofInt, ofInt, ofInt, ofIntArray, ofIntArray, ofLineComment, ofLineComment, ofLocalDate, ofLocalDateTime, ofLocalTime, ofLong, ofLong, ofLong, ofLong, ofLong, ofLong, ofLong, ofLong, ofLongArray, ofLongArray, ofName, ofNamedArray, ofNamedObject, ofNamedUplet, ofNameOrString, ofNull, ofNumber, ofNumber, ofNumber, ofNumberArray, ofObject, ofObject, ofObject, ofObject, ofObjectBuilder, ofObjectBuilder, ofOperatorSymbol, ofPair, ofPair, ofPair, ofPair, ofPair, ofPair, ofPair, ofPair, ofPair, ofPair, ofPair, ofPair, ofPair, ofPair, ofPairBuilder, ofPairBuilder, ofParamArray, ofParamArray, ofParamArray, ofParamArray, ofParamObject, ofParamObject, ofParamObject, ofParamObject, ofPrimitiveBuilder, ofShort, ofShort, ofShort, ofShort, ofShort, ofShort, ofShort, ofShort, ofShortArray, ofShortArray, ofString, ofString, ofStringArray, ofTrue, ofUnaryPrefixOperator, ofUplet, ofUplet, ofUplet, ofUpletBuilder, ofUpletBuilder, resolve, resolveAll, snippet, snippet, toArray, toCompactString, toFormattedString, toFormattedString, toListContainer, toMany, toName, toNamed, toNamedArray, toNamedObject, toNamedPair, toNamedUplet, toObject, toPrettyString, toStableString, toString, toVerbatimString, transform, transform, transformOptional, traverse, treeDiagnostics, type, wrapIntoArray, wrapIntoNamedArray, wrapIntoNamedObject, wrapIntoNamedPair, wrapIntoNamedUplet, wrapIntoObject, wrapIntoUpletpublic List<net.thevpc.nuts.elem.NParamOrChild> paramsOrChildren()
paramsOrChildren in interface net.thevpc.nuts.elem.NListOrParametrizedContainerElementpublic net.thevpc.nuts.util.NStream<net.thevpc.nuts.elem.NParamOrChild> streamParamsOrChildren()
streamParamsOrChildren in interface net.thevpc.nuts.elem.NListOrParametrizedContainerElementpublic net.thevpc.nuts.util.NOptional<String> getStringValue(int index)
getStringValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<LocalTime> getLocalTimeValue(int index)
getLocalTimeValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NArrayElement> getArray(int index)
getArray in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NObjectElement> getObject(int index)
getObject in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Boolean> getBooleanValue(int index)
getBooleanValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Byte> getByteValue(int index)
getByteValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Short> getShortValue(int index)
getShortValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Integer> getIntValue(int index)
getIntValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Long> getLongValue(int index)
getLongValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Float> getFloatValue(int index)
getFloatValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Double> getDoubleValue(int index)
getDoubleValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Instant> getInstantValue(int index)
getInstantValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<LocalDate> getLocalDateValue(int index)
getLocalDateValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<LocalDateTime> getLocalDateTimeValue(int index)
getLocalDateTimeValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NArrayElement> getArray(String key)
getArray in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NArrayElement> getArray(net.thevpc.nuts.elem.NElement key)
getArray in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NObjectElement> getObject(String key)
getObject in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NObjectElement> getObject(net.thevpc.nuts.elem.NElement key)
getObject in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NListContainerElement> getListContainer(String key)
getListContainer in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NListContainerElement> getListContainer(net.thevpc.nuts.elem.NElement key)
getListContainer in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<String> getStringValue(String key)
getStringValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<String> getStringValue(net.thevpc.nuts.elem.NElement key)
getStringValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Boolean> getBooleanValue(String key)
getBooleanValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Boolean> getBooleanValue(net.thevpc.nuts.elem.NElement key)
getBooleanValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Number> getNumber(String key)
getNumber in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Number> getNumber(net.thevpc.nuts.elem.NElement key)
getNumber in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Byte> getByteValue(String key)
getByteValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Byte> getByteValue(net.thevpc.nuts.elem.NElement key)
getByteValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Integer> getIntValue(String key)
getIntValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Integer> getIntValue(net.thevpc.nuts.elem.NElement key)
getIntValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Long> getLongValue(String key)
getLongValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Long> getLongValue(net.thevpc.nuts.elem.NElement key)
getLongValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Short> getShortValue(String key)
getShortValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Short> getShortValue(net.thevpc.nuts.elem.NElement key)
getShortValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Instant> getInstantValue(String key)
getInstantValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<LocalDate> getLocalDateValue(String key)
getLocalDateValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<LocalDateTime> getLocalDateTimeValue(String key)
getLocalDateTimeValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<LocalTime> getLocalTimeValue(String key)
getLocalTimeValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Instant> getInstantValue(net.thevpc.nuts.elem.NElement key)
getInstantValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<LocalDate> getLocalDateValue(net.thevpc.nuts.elem.NElement key)
getLocalDateValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<LocalDateTime> getLocalDateTimeValue(net.thevpc.nuts.elem.NElement key)
getLocalDateTimeValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<LocalTime> getLocalTimeValue(net.thevpc.nuts.elem.NElement key)
getLocalTimeValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Float> getFloatValue(String key)
getFloatValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Float> getFloatValue(net.thevpc.nuts.elem.NElement key)
getFloatValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Double> getDoubleValue(String key)
getDoubleValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Double> getDoubleValue(net.thevpc.nuts.elem.NElement key)
getDoubleValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<BigInteger> getBigIntValue(net.thevpc.nuts.elem.NElement key)
getBigIntValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<BigDecimal> getBigDecimalValue(net.thevpc.nuts.elem.NElement key)
getBigDecimalValue in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElement> getByPath(String... keys)
getByPath in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NArrayElement> getArrayByPath(String... keys)
getArrayByPath in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NObjectElement> getObjectByPath(String... keys)
getObjectByPath in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NListContainerElement> getListContainerByPath(String... keys)
getListContainerByPath in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<LocalDateTime> getLocalDateTimeValueByPath(String... keys)
getLocalDateTimeValueByPath in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<LocalDate> getLocalDateValueByPath(String... keys)
getLocalDateValueByPath in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Instant> getInstantValueByPath(String... keys)
getInstantValueByPath in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Double> getDoubleValueByPath(String... keys)
getDoubleValueByPath in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Float> getFloatValueByPath(String... keys)
getFloatValueByPath in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Long> getLongValueByPath(String... keys)
getLongValueByPath in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Integer> getIntValueByPath(String... keys)
getIntValueByPath in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Short> getShortValueByPath(String... keys)
getShortValueByPath in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Byte> getByteValueByPath(String... keys)
getByteValueByPath in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<Boolean> getBooleanValueByPath(String... keys)
getBooleanValueByPath in interface net.thevpc.nuts.elem.NListContainerElementpublic net.thevpc.nuts.util.NOptional<String> getStringValueByPath(String... keys)
getStringValueByPath in interface net.thevpc.nuts.elem.NListContainerElementCopyright © 2026 vpc open source initiative. All rights reserved.