package transform
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class AnyShapeTransformer(shape: AnyShape, ctx: ShapeTransformationContext) extends Product with Serializable
- case class NodeShapeTransformer(shape: NodeShape, ctx: ShapeTransformationContext) extends Product with Serializable
- case class PropertyShapeTransformer(property: PropertyShape, ctx: ShapeTransformationContext) extends Product with Serializable
- case class SchemaTransformer(shape: AnyShape) extends Product with Serializable
- case class ShapeTransformation(s: AnyShape, ctx: ShapeTransformationContext) extends Product with Serializable
- class ShapeTransformationContext extends AnyRef
- case class TransformationResult(encoded: Either[NodeMapping, UnionNodeMapping], declared: Seq[DomainElement], externals: Map[String, String]) extends Product with Serializable
Value Members
- object ShapeTransformationContext