package transform

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

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

Ungrouped