package transform
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class AllOfShapeTransformer(shape: AnyShape, ctx: ShapeTransformationContext)(implicit eh: AMFErrorHandler) extends ExtendedSchemaTransformer with ShapeTransformer with Product with Serializable
- case class ConditionalShapeTransformer(shape: AnyShape, ctx: ShapeTransformationContext)(implicit eh: AMFErrorHandler) extends ExtendedSchemaTransformer with ShapeTransformer with Product with Serializable
- case class DuplicateTermFixer(vocabBuilder: VocabularyBuilder, externals: Map[String, String], vocabPrefix: String) extends Product with Serializable
- abstract class ExtendedSchemaTransformer extends AnyRef
- case class NodeShapeTransformer(shape: NodeShape, ctx: ShapeTransformationContext)(implicit errorHandler: AMFErrorHandler) extends ShapeTransformer with Product with Serializable
- case class OneOfShapeTransformer(shape: AnyShape, ctx: ShapeTransformationContext)(implicit eh: AMFErrorHandler) extends ExtendedSchemaTransformer with ShapeTransformer with Product with Serializable
- case class PropertyShapeTransformer(property: PropertyShape, ctx: ShapeTransformationContext)(implicit errorHandler: AMFErrorHandler) extends Product with Serializable
- case class SchemaTransformer(shape: AnyShape, options: SchemaTransformerOptions)(implicit errorHandler: AMFErrorHandler) extends Product with Serializable
- case class SchemaTransformerOptions(vocabId: String, vocabBase: String, vocabName: String, termPrefix: String) extends Product with Serializable
- case class ShapeTransformation(s: AnyShape, ctx: ShapeTransformationContext)(implicit eh: AMFErrorHandler) extends Product with Serializable
- class ShapeTransformationContext extends AnyRef
- trait ShapeTransformer extends AnyRef
- case class TransformationResult(encoded: DomainElement, declared: Seq[DomainElement], externals: Map[String, String], vocab: Option[Vocabulary] = None) extends Product with Serializable
- class VocabularyBuilder extends AnyRef
Value Members
- object SchemaTransformerOptions extends Serializable
- object SemanticOps
- object ShapeTransformationContext
- object TransformationHelper