package stages
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait Branch extends AnyRef
- case class BranchContainer(branches: Seq[Branch]) extends Product with Serializable
- case class Context(model: BaseUnit, variables: Set[Variable] = Set()) extends Product with Serializable
- trait DomainElementArrayMergeStrategy extends AnyRef
-
class
ExtendsResolutionStage extends TransformationStep with PlatformSecrets
- Get a queue of resource types for this Endpoint.
- Resolve each resource type and merge each one to the endpoint. Start with the closest to the endpoint.
- Get the traits as branches, as described in the spec, to get the order of the traits to apply.
- Resolve each trait and merge each one to the operation in the provided order..
- Remove 'extends' property from the endpoint and from the operations.
- class ExtensionDomainElementMerge extends InnerAdoption
- abstract class ExtensionLikeResolutionStage[T <: ExtensionLike[_ <: DomainElement]] extends InnerAdoption
- class ExtensionResolutionStage extends ExtensionLikeResolutionStage[Extension]
- class ExtensionsResolutionStage extends TransformationStep with PlatformSecrets
- case class GraphQLDirectiveRecursionDetectionStage() extends TransformationStep with PlatformSecrets with Product with Serializable
- case class GraphQLTypeRecursionDetectionStage() extends TransformationStep with PlatformSecrets with Product with Serializable
- case class IdTracker() extends Product with Serializable
- class InferredOverlayTypeExampleTransform extends PreMergeTransform
- trait InnerAdoption extends AnyRef
- case class Key(name: String, variables: Set[Variable]) extends Product with Serializable
- abstract class MergingRestrictions extends AnyRef
- class OverlayResolutionStage extends ExtensionLikeResolutionStage[Overlay]
- sealed trait PreMergeTransform extends AnyRef
- class WebApiReferenceResolutionStage extends ReferenceResolutionStage
Value Members
- object BranchContainer extends Serializable
- object Key extends Serializable
- object MergingRestrictions