| Package | Description |
|---|---|
| org.cornutum.tcases.openapi.resolver |
| Modifier and Type | Method and Description |
|---|---|
void |
IntegerValue.accept(DataValueVisitor visitor)
Implements the Visitor pattern for this data value.
|
void |
ArrayValue.accept(DataValueVisitor visitor)
Implements the Visitor pattern for this data value.
|
void |
DataValue.accept(DataValueVisitor visitor)
Implements the Visitor pattern for this data value.
|
void |
StringValue.accept(DataValueVisitor visitor)
Implements the Visitor pattern for this data value.
|
void |
NullValue.accept(DataValueVisitor visitor)
Implements the Visitor pattern for this data value.
|
void |
BinaryValue.accept(DataValueVisitor visitor)
Implements the Visitor pattern for this data value.
|
void |
BooleanValue.accept(DataValueVisitor visitor)
Implements the Visitor pattern for this data value.
|
void |
ObjectValue.accept(DataValueVisitor visitor)
Implements the Visitor pattern for this data value.
|
void |
DecimalValue.accept(DataValueVisitor visitor)
Implements the Visitor pattern for this data value.
|
void |
LongValue.accept(DataValueVisitor visitor)
Implements the Visitor pattern for this data value.
|
Copyright © 2020 The Cornutum Project. All rights reserved.