Package io.deephaven.json
Class SkipValue
java.lang.Object
io.deephaven.json.Value
io.deephaven.json.SkipValue
Processes a JSON value by skipping it.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.deephaven.json.Value
Value.Visitor<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe allowed types.static SkipValue.Builder
builder()
static SkipValue
lenient()
The lenient skip options.final <T> T
walk
(Value.Visitor<T> visitor) Methods inherited from class io.deephaven.json.Value
allowMissing, array, field, skip
-
Constructor Details
-
SkipValue
public SkipValue()
-
-
Method Details
-
builder
-
lenient
The lenient skip options. Allows missing and acceptsJsonValueTypes.all()
.- Returns:
- the lenient skip options
-
allowedTypes
The allowed types. By default isJsonValueTypes.all()
.- Specified by:
allowedTypes
in classValue
-
walk
-