Package-level declarations

Types

Link copied to clipboard
data class DestinationObject(val name: String, val apiRepresentation: JsonNode)

This class is a structure containing the information of a destination object based on the API. It may of may not have the schema information within the apiRepresentation. It is meant to be used for interpolation in order to create the operation.

Link copied to clipboard
Link copied to clipboard

An ObjectProvider that required performing HTTP requests in order know discover the objects.

Link copied to clipboard

An ObjectProvider generating objects from a statically provided list of object names. The main use case is for standard objects that aren't discoverable dynamically. If used with DynamicDestinationObjectProvider, the namePath should align with what the API returns in case interpolation uses this field.