package transform

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class AnyShapeTransformer(shape: AnyShape, ctx: ShapeTransformationContext)(implicit errorHandler: AMFErrorHandler) extends ShapeTransformer with Product with Serializable
  2. case class DuplicateTermFixer(vocabBuilder: VocabularyBuilder, externals: Map[String, String], vocabPrefix: String) extends Product with Serializable
  3. case class NodeShapeTransformer(shape: NodeShape, ctx: ShapeTransformationContext)(implicit errorHandler: AMFErrorHandler) extends ShapeTransformer with Product with Serializable
  4. case class PropertyShapeTransformer(property: PropertyShape, ctx: ShapeTransformationContext)(implicit errorHandler: AMFErrorHandler) extends Product with Serializable
  5. case class SchemaTransformer(shape: AnyShape, options: SchemaTransformerOptions)(implicit errorHandler: AMFErrorHandler) extends Product with Serializable
  6. case class SchemaTransformerOptions(vocabId: String, vocabBase: String, vocabName: String, termPrefix: String) extends Product with Serializable
  7. case class ShapeTransformation(s: AnyShape, ctx: ShapeTransformationContext)(implicit errorHandler: AMFErrorHandler) extends Product with Serializable
  8. class ShapeTransformationContext extends AnyRef
  9. trait ShapeTransformer extends AnyRef
  10. case class TransformationResult(encoded: DomainElement, declared: Seq[DomainElement], externals: Map[String, String], vocab: Option[Vocabulary] = None) extends Product with Serializable
  11. class VocabularyBuilder extends AnyRef

Value Members

  1. object SchemaTransformerOptions extends Serializable
  2. object SemanticOps
  3. object ShapeTransformationContext

Ungrouped