Interface DebugPropertyValue
- All Known Implementing Classes:
DetailedRawObjectValue
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DebugPropertyValue
static final MethodHandle
static final MethodHandle
static final MethodHandle
static final MethodHandle
static final MethodHandle
static final MethodHandle
static final MethodHandle
static final MethodHandle
static final MethodHandle
static final DebugPropertyValue
static final DebugPropertyValue
-
Method Summary
Modifier and TypeMethodDescription@NotNull Widget
buildPreview
(Inspector inspector) Returns a one-line view of the value.static MethodHandle
static DebugPropertyValue
of
(boolean value) static DebugPropertyValue
of
(byte value) static DebugPropertyValue
of
(char value) static DebugPropertyValue
of
(double value) static DebugPropertyValue
of
(float value) static DebugPropertyValue
of
(int value) static DebugPropertyValue
of
(long value) static DebugPropertyValue
of
(short value) static DebugPropertyValue
static @NotNull DebugPropertyValue
static <T> DebugPropertyValue
ofObjectRaw
(T value)
-
Field Details
-
NULL
-
TRUE
-
FALSE
-
MH_ofBoolean
-
MH_ofByte
-
MH_ofShort
-
MH_ofChar
-
MH_ofInt
-
MH_ofLong
-
MH_ofFloat
-
MH_ofDouble
-
MH_ofObject
-
-
Method Details
-
buildPreview
-
getMH_of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
ofObjectRaw
-
of
-
ofLiteral
-