public abstract class AbstractNListContainerElement extends AbstractNElement implements net.thevpc.nuts.elem.NListContainerElement
| Constructor and Description |
|---|
AbstractNListContainerElement(net.thevpc.nuts.elem.NElementType type,
net.thevpc.nuts.elem.NElementAnnotation[] annotations,
net.thevpc.nuts.elem.NElementComments comments) |
| 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) |
_expected, annotations, asArray, asBigComplexValue, asBigDecimalValue, asBigIntValue, asBooleanValue, asByteValue, asCharValue, asCustom, asDoubleComplexValue, asDoubleValue, asElementAt, asFloatComplexValue, asFloatValue, asInstantValue, asInt, asIntValue, asListContainer, asLiteral, asLocalDateTimeValue, asLocalDateValue, asLocalTimeValue, asLongValue, asMatrix, asNamed, asNamedParametrizedObject, asNameValue, asNumber, asNumberType, asNumberValue, asObject, asOperator, asPair, asParametrizedContainer, asParametrizedObject, asPrimitive, asShortValue, asString, asStringValue, asTemporalValue, asUplet, builder, comments, describe, equals, findAnnotations, hashCode, isAnnotated, isAnyArray, isAnyDate, isAnyMatrix, isAnyNamedArray, isAnyNamedArray, isAnyNamedMatrix, isAnyNamedMatrix, isAnyNamedObject, isAnyNamedObject, isAnyObject, isAnyOperator, isAnyParametrizedMatrix, isAnyParametrizedMatrix, isAnyString, isAnyUplet, isArray, isBigDecimal, isBigInt, isBigNumber, isBinaryInfixOperator, isBinaryOperator, isBlank, isBoolean, isByte, isComplexNumber, isCustom, isCustomTree, isDecimalNumber, isDouble, isEmpty, isFloat, isFloatingNumber, isInstant, isInt, isListContainer, isLocalTemporal, isLong, isName, isName, isName, isNamed, isNamed, isNamed, isNamedArray, isNamedMatrix, isNamedObject, isNamedObject, isNamedObject, isNamedPair, isNamedPair, isNamedPair, isNamedParametrizedArray, isNamedParametrizedArray, isNamedParametrizedMatrix, isNamedParametrizedMatrix, isNamedParametrizedMatrix, isNamedParametrizedObject, isNamedParametrizedObject, isNamedParametrizedObject, isNamedUplet, isNamedUplet, isNamedUplet, isNull, isNumber, isObject, isOrdinalNumber, isPair, isParametrized, isParametrizedArray, isParametrizedContainer, isParametrizedMatrix, isParametrizedObject, isPrimitive, isShort, isSimplePair, isStream, isString, isTemporal, isUnaryOperator, isUnaryPrefixOperator, isUplet, resolve, resolveAll, snippet, snippet, toArray, toListContainer, toNamed, toNamedArray, toNamedObject, toNamedPair, toNamedUplet, toObject, transform, type, wrapIntoArray, wrapIntoNamedArray, wrapIntoNamedObject, wrapIntoNamedPair, wrapIntoNamedUplet, wrapIntoObject, wrapIntoUpletclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitchildren, get, get, get, getAll, getAll, getAt, sizeannotations, asArray, asBigComplexValue, asBigDecimalValue, asBigIntValue, asBooleanValue, asByteValue, asCharValue, asCustom, asDoubleComplexValue, asDoubleValue, asElementAt, asFloatComplexValue, asFloatValue, asInstantValue, asInt, asIntValue, asListContainer, asLiteral, asLocalDateTimeValue, asLocalDateValue, asLocalTimeValue, asLongValue, asMatrix, asNamed, asNamedParametrizedObject, asNameValue, asNumber, asNumberType, asNumberValue, asObject, asOperator, asPair, asParametrizedContainer, asParametrizedObject, asPrimitive, asShortValue, asString, asStringValue, asTemporalValue, asUplet, builder, comments, findAnnotations, isAnnotated, isAnyArray, isAnyDate, isAnyMatrix, isAnyNamedArray, isAnyNamedArray, isAnyNamedMatrix, isAnyNamedMatrix, isAnyNamedObject, isAnyNamedObject, isAnyObject, isAnyOperator, isAnyParametrizedMatrix, isAnyParametrizedMatrix, isAnyString, isAnyUplet, isArray, isBigDecimal, isBigInt, isBigNumber, isBinaryInfixOperator, isBinaryOperator, isBlank, isBoolean, isByte, isComplexNumber, isCustom, isCustomTree, isDecimalNumber, isDouble, isEmpty, isFloat, isFloatingNumber, isInstant, isInt, isListContainer, isLocalTemporal, isLong, isName, isName, isName, isNamed, isNamed, isNamed, isNamedArray, isNamedMatrix, isNamedObject, isNamedObject, isNamedObject, isNamedPair, isNamedPair, isNamedPair, isNamedParametrizedArray, isNamedParametrizedArray, isNamedParametrizedMatrix, isNamedParametrizedMatrix, isNamedParametrizedMatrix, isNamedParametrizedObject, isNamedParametrizedObject, isNamedParametrizedObject, isNamedUplet, isNamedUplet, isNamedUplet, isNull, isNumber, isObject, isOrdinalNumber, isPair, isParametrized, isParametrizedArray, isParametrizedContainer, isParametrizedMatrix, isParametrizedObject, isPrimitive, isShort, isSimplePair, isStream, isString, isTemporal, isUnaryOperator, isUnaryPrefixOperator, isUplet, ofAnnotation, ofAnnotation, ofArray, ofArray, ofArray, ofArray, ofArrayBuilder, ofArrayBuilder, ofBigComplex, ofBigComplex, ofBigDecimal, ofBigDecimal, ofBigInt, ofBigInt, ofBigInt, ofBigInt, ofBinaryStream, ofBinaryStreamBuilder, ofBoolean, ofBoolean, ofBooleanArray, ofBooleanArray, ofByte, ofByte, ofByte, ofByte, ofByte, ofByte, ofByte, ofByte, ofChar, ofCharStream, ofCharStreamBuilder, ofComments, ofCustom, ofDouble, ofDouble, ofDouble, ofDouble, ofDoubleArray, ofDoubleArray, ofDoubleComplex, ofDoubleComplex, ofEnum, ofFalse, ofFloat, ofFloat, ofFloat, ofFloat, ofFloatComplex, ofFloatComplex, ofInstant, ofInstant, ofInstant, ofInt, ofInt, ofInt, ofInt, ofInt, ofInt, ofInt, ofInt, ofIntArray, ofIntArray, ofLocalDate, ofLocalDateTime, ofLocalTime, ofLong, ofLong, ofLong, ofLong, ofLong, ofLong, ofLong, ofLong, ofLongArray, ofLongArray, ofMatrixBuilder, ofMultiLineComment, ofMultiLineComments, ofName, ofNamedArray, ofNamedObject, ofNamedParametrizedArray, ofNamedParametrizedObject, ofNamedUplet, ofNameOrString, ofNull, ofNumber, ofNumber, ofNumberArray, ofObject, ofObject, ofObject, ofObject, ofObjectBuilder, ofObjectBuilder, ofOp, ofOp, ofOp, ofOpBuilder, ofOpBuilder, ofOpBuilder, ofOpBuilder, ofOpBuilder, ofPair, ofPair, ofPair, ofPair, ofPair, ofPair, ofPair, ofPair, ofPair, ofPair, ofPair, ofPair, ofPair, ofPairBuilder, ofPairBuilder, ofParametrizedArray, ofParametrizedArray, ofParametrizedArray, ofParametrizedArray, ofParametrizedObject, ofParametrizedObject, ofParametrizedObject, ofParametrizedObject, ofPrimitiveBuilder, ofRegex, ofShort, ofShort, ofShort, ofShort, ofShort, ofShort, ofShort, ofShort, ofSingleLineComment, ofSingleLineComments, ofString, ofString, ofStringArray, ofTrue, ofUplet, ofUplet, ofUplet, ofUpletBuilder, ofUpletBuilder, resolve, resolveAll, snippet, snippet, toArray, toListContainer, toNamed, toNamedArray, toNamedObject, toNamedPair, toNamedUplet, toObject, toString, transform, type, wrapIntoArray, wrapIntoNamedArray, wrapIntoNamedObject, wrapIntoNamedPair, wrapIntoNamedUplet, wrapIntoObject, wrapIntoUpletpublic AbstractNListContainerElement(net.thevpc.nuts.elem.NElementType type,
net.thevpc.nuts.elem.NElementAnnotation[] annotations,
net.thevpc.nuts.elem.NElementComments comments)
public 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 © 2025 vpc open source initiative. All rights reserved.