| Interface | Description |
|---|---|
| DataValue | |
| DefinitionVisitor | |
| ValueVisitor |
| Class | Description |
|---|---|
| AnyErrorDefinition |
DataDefinition for Exception IDL type. |
| BlobDefinition | |
| BlobValue | |
| BooleanDefinition | |
| BooleanValue | |
| DataDefinition |
The
DataDefinition class is an abstract base class for all
types in the vAPI run-time type system. |
| DoubleDefinition | |
| DoubleValue | |
| DynamicStructDefinition |
DataDefinition for dynamic structures. |
| ErrorDefinition |
DataDefinitions implementation for vAPI errors. |
| ErrorValue |
DataValue implementation for vAPI errors. |
| IntegerDefinition | |
| IntegerValue | |
| ListDefinition | |
| ListValue |
A list of values.
|
| OpaqueDefinition | |
| OptionalDefinition |
An
OptionalDefinition instance defines an optional type with
a specific element type. |
| OptionalValue | |
| SecretDefinition | |
| SecretValue |
Value of type secret, which is intended to represent sensitive
information, like passwords.
|
| StringDefinition | |
| StringValue |
Value of type string.
|
| StructDefinition | |
| StructRefDefinition |
Reference to a
StructDefinition. |
| StructValue |
Thread-safety: Instances of this class are not thread-safe.
|
| VoidDefinition | |
| VoidValue |
| Enum | Description |
|---|---|
| DataType |
Enumeration for build-in vAPI types.
|
| Exception | Description |
|---|---|
| ConstraintValidationException |
This exception is thrown when static or dynamic constraint validation fails
|
Copyright © 2023. All rights reserved.