public class DefaultNFragmentElement extends AbstractNElement implements net.thevpc.nuts.elem.NFragmentElement
| Modifier and Type | Field and Description |
|---|---|
static DefaultNFragmentElement |
EMPTY |
| Constructor and Description |
|---|
DefaultNFragmentElement(List<net.thevpc.nuts.elem.NElement> values) |
DefaultNFragmentElement(List<net.thevpc.nuts.elem.NElement> values,
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.elem.NFragmentElementBuilder |
builder() |
List<net.thevpc.nuts.elem.NElement> |
children() |
boolean |
equals(Object o) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElement> |
get(int index) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElement> |
get(net.thevpc.nuts.elem.NElement key) |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElement> |
get(String s) |
List<net.thevpc.nuts.elem.NElement> |
getAll(net.thevpc.nuts.elem.NElement s) |
List<net.thevpc.nuts.elem.NElement> |
getAll(String s) |
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<net.thevpc.nuts.elem.NElement> |
getAt(int index) |
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) |
int |
hashCode() |
boolean |
isBlank() |
boolean |
isEmpty() |
Iterator<net.thevpc.nuts.elem.NElement> |
iterator() |
List<net.thevpc.nuts.elem.NPairElement> |
namedPairs() |
List<net.thevpc.nuts.elem.NPairElement> |
pairs() |
List<net.thevpc.nuts.elem.NElement> |
resolveAll(String pattern) |
int |
size() |
Stream<net.thevpc.nuts.elem.NElement> |
stream() |
protected net.thevpc.nuts.text.NTreeVisitResult |
traverseChildren(net.thevpc.nuts.elem.NElementVisitor visitor) |
_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, 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, isBoolean, isByte, isCharStream, isComplexNumber, isCustom, isCustomTree, isDecimalNumber, isDouble, 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, snippet, snippet, toArray, toCompactString, toFormattedString, toFormattedString, toListContainer, toMany, toName, toNamed, toNamedArray, toNamedObject, toNamedPair, toNamedUplet, toObject, toPrettyString, toStableString, toString, toVerbatimString, transform, transform, traverse, traverseList, treeDiagnostics, type, wrapIntoArray, wrapIntoNamedArray, wrapIntoNamedObject, wrapIntoNamedPair, wrapIntoNamedUplet, wrapIntoObject, wrapIntoUpletclone, finalize, getClass, notify, notifyAll, wait, wait, waitaffixes, 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, 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, isBoolean, isByte, isCharStream, isComplexNumber, isCustom, isCustomTree, isDecimalNumber, isDouble, 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, 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, wrapIntoUpletfirstNonBlank, firstNonBlank, firstNonBlank, firstNonBlankLazy, firstNonBlankLazy, isBlank, isBlank, isBlank, isBlank, isBlank, isNonBlankforEach, spliteratorpublic static final DefaultNFragmentElement EMPTY
public DefaultNFragmentElement(List<net.thevpc.nuts.elem.NElement> values)
protected net.thevpc.nuts.text.NTreeVisitResult traverseChildren(net.thevpc.nuts.elem.NElementVisitor visitor)
traverseChildren in class AbstractNElementpublic List<net.thevpc.nuts.elem.NElement> children()
children in interface net.thevpc.nuts.elem.NFragmentElementpublic int size()
size in interface net.thevpc.nuts.elem.NFragmentElementpublic Stream<net.thevpc.nuts.elem.NElement> stream()
stream in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElement> get(int index)
get in interface net.thevpc.nuts.elem.NFragmentElementpublic List<net.thevpc.nuts.elem.NPairElement> pairs()
pairs in interface net.thevpc.nuts.elem.NFragmentElementpublic List<net.thevpc.nuts.elem.NPairElement> namedPairs()
namedPairs in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElement> getAt(int index)
getAt in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.elem.NFragmentElementBuilder builder()
builder in interface net.thevpc.nuts.elem.NElementbuilder in interface net.thevpc.nuts.elem.NFragmentElementpublic Iterator<net.thevpc.nuts.elem.NElement> iterator()
public boolean equals(Object o)
equals in class AbstractNElementpublic int hashCode()
hashCode in class AbstractNElementpublic boolean isEmpty()
isEmpty in interface net.thevpc.nuts.elem.NElementisEmpty in class AbstractNElementpublic boolean isBlank()
isBlank in interface net.thevpc.nuts.elem.NElementisBlank in interface net.thevpc.nuts.util.NBlankableisBlank in class AbstractNElementpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElement> get(String s)
get in interface net.thevpc.nuts.elem.NFragmentElementpublic List<net.thevpc.nuts.elem.NElement> getAll(String s)
getAll in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElement> get(net.thevpc.nuts.elem.NElement key)
get in interface net.thevpc.nuts.elem.NFragmentElementpublic List<net.thevpc.nuts.elem.NElement> getAll(net.thevpc.nuts.elem.NElement s)
getAll in interface net.thevpc.nuts.elem.NFragmentElementpublic List<net.thevpc.nuts.elem.NElement> resolveAll(String pattern)
resolveAll in interface net.thevpc.nuts.elem.NElementresolveAll in class AbstractNElementpublic net.thevpc.nuts.util.NOptional<String> getStringValue(int index)
getStringValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<LocalTime> getLocalTimeValue(int index)
getLocalTimeValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NArrayElement> getArray(int index)
getArray in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NObjectElement> getObject(int index)
getObject in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Boolean> getBooleanValue(int index)
getBooleanValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Byte> getByteValue(int index)
getByteValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Short> getShortValue(int index)
getShortValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Integer> getIntValue(int index)
getIntValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Long> getLongValue(int index)
getLongValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Float> getFloatValue(int index)
getFloatValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Double> getDoubleValue(int index)
getDoubleValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Instant> getInstantValue(int index)
getInstantValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<LocalDate> getLocalDateValue(int index)
getLocalDateValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<LocalDateTime> getLocalDateTimeValue(int index)
getLocalDateTimeValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NArrayElement> getArray(String key)
getArray in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NArrayElement> getArray(net.thevpc.nuts.elem.NElement key)
getArray in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NObjectElement> getObject(String key)
getObject in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NObjectElement> getObject(net.thevpc.nuts.elem.NElement key)
getObject in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NListContainerElement> getListContainer(String key)
getListContainer in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NListContainerElement> getListContainer(net.thevpc.nuts.elem.NElement key)
getListContainer in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<String> getStringValue(String key)
getStringValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<String> getStringValue(net.thevpc.nuts.elem.NElement key)
getStringValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Boolean> getBooleanValue(String key)
getBooleanValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Boolean> getBooleanValue(net.thevpc.nuts.elem.NElement key)
getBooleanValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Number> getNumber(String key)
getNumber in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Number> getNumber(net.thevpc.nuts.elem.NElement key)
getNumber in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Byte> getByteValue(String key)
getByteValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Byte> getByteValue(net.thevpc.nuts.elem.NElement key)
getByteValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Integer> getIntValue(String key)
getIntValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Integer> getIntValue(net.thevpc.nuts.elem.NElement key)
getIntValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Long> getLongValue(String key)
getLongValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Long> getLongValue(net.thevpc.nuts.elem.NElement key)
getLongValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Short> getShortValue(String key)
getShortValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Short> getShortValue(net.thevpc.nuts.elem.NElement key)
getShortValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Instant> getInstantValue(String key)
getInstantValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<LocalDate> getLocalDateValue(String key)
getLocalDateValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<LocalDateTime> getLocalDateTimeValue(String key)
getLocalDateTimeValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<LocalTime> getLocalTimeValue(String key)
getLocalTimeValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Instant> getInstantValue(net.thevpc.nuts.elem.NElement key)
getInstantValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<LocalDate> getLocalDateValue(net.thevpc.nuts.elem.NElement key)
getLocalDateValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<LocalDateTime> getLocalDateTimeValue(net.thevpc.nuts.elem.NElement key)
getLocalDateTimeValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<LocalTime> getLocalTimeValue(net.thevpc.nuts.elem.NElement key)
getLocalTimeValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Float> getFloatValue(String key)
getFloatValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Float> getFloatValue(net.thevpc.nuts.elem.NElement key)
getFloatValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Double> getDoubleValue(String key)
getDoubleValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Double> getDoubleValue(net.thevpc.nuts.elem.NElement key)
getDoubleValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<BigInteger> getBigIntValue(net.thevpc.nuts.elem.NElement key)
getBigIntValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<BigDecimal> getBigDecimalValue(net.thevpc.nuts.elem.NElement key)
getBigDecimalValue in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElement> getByPath(String... keys)
getByPath in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NArrayElement> getArrayByPath(String... keys)
getArrayByPath in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NObjectElement> getObjectByPath(String... keys)
getObjectByPath in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NListContainerElement> getListContainerByPath(String... keys)
getListContainerByPath in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<LocalDateTime> getLocalDateTimeValueByPath(String... keys)
getLocalDateTimeValueByPath in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<LocalDate> getLocalDateValueByPath(String... keys)
getLocalDateValueByPath in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Instant> getInstantValueByPath(String... keys)
getInstantValueByPath in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Double> getDoubleValueByPath(String... keys)
getDoubleValueByPath in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Float> getFloatValueByPath(String... keys)
getFloatValueByPath in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Long> getLongValueByPath(String... keys)
getLongValueByPath in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Integer> getIntValueByPath(String... keys)
getIntValueByPath in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Short> getShortValueByPath(String... keys)
getShortValueByPath in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Byte> getByteValueByPath(String... keys)
getByteValueByPath in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<Boolean> getBooleanValueByPath(String... keys)
getBooleanValueByPath in interface net.thevpc.nuts.elem.NFragmentElementpublic net.thevpc.nuts.util.NOptional<String> getStringValueByPath(String... keys)
getStringValueByPath in interface net.thevpc.nuts.elem.NFragmentElementCopyright © 2026 vpc open source initiative. All rights reserved.