public static final class AssertJJsonValueAssert.NumberJsonValueAssert extends AssertJJsonValueAssert.AbstractJsonValueAssert<AssertJJsonValueAssert.NumberJsonValueAssert>
JsonValue
.Modifier and Type | Method and Description |
---|---|
org.assertj.core.api.AbstractDoubleAssert<?> |
isDouble()
Check that the
JsonValue is a double. |
org.assertj.core.api.AbstractIntegerAssert<?> |
isInteger()
Check that the
JsonValue is an integer. |
org.assertj.core.api.AbstractLongAssert<?> |
isLong()
Check that the
JsonValue is a long. |
booleanAt, booleanIs, doesNotContain, doubleAt, doubleIs, hasArray, hasBoolean, hasNull, hasNumber, hasObject, hasPath, hasString, integerAt, integerIs, isArray, isBoolean, isEmpty, isNotNull, isNull, isNumber, isObject, isSet, isString, longAt, longIs, stringAt, stringIs
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotOfAnyClassIn, isNotSameAs, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparator, withFailMessage, withThreadDumpOnError
public org.assertj.core.api.AbstractIntegerAssert<?> isInteger()
JsonValue
is an integer.isInteger
in class AssertJJsonValueAssert.AbstractJsonValueAssert<AssertJJsonValueAssert.NumberJsonValueAssert>
AbstractIntegerAssert
representation of this Assert instance.public org.assertj.core.api.AbstractLongAssert<?> isLong()
JsonValue
is a long.isLong
in class AssertJJsonValueAssert.AbstractJsonValueAssert<AssertJJsonValueAssert.NumberJsonValueAssert>
AbstractLongAssert
representation of this Assert instance.public org.assertj.core.api.AbstractDoubleAssert<?> isDouble()
JsonValue
is a double.isDouble
in class AssertJJsonValueAssert.AbstractJsonValueAssert<AssertJJsonValueAssert.NumberJsonValueAssert>
AbstractDoubleAssert
representation of this Assert instance.Copyright © 2025 Open Identity Platform Community. All rights reserved.