package transform
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class AnyShapeTransformer extends ShapeTransformer
- case class CandidateProperty(property: PropertyMapping, termToReplace: Seq[String]) extends Product with Serializable
- class DialectWrapper extends AnyRef
- class NodeShapeTransformer extends AnyShapeTransformer with ShapeTransformer
- class PropertyShapeTransformer extends AnyRef
- case class SchemaTransformer(shape: AnyShape, options: SchemaTransformerOptions)(implicit errorHandler: AMFErrorHandler) extends Product with Serializable
- case class SchemaTransformerOptions(dialectName: String, dialectVersion: String, 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], terms: Seq[CandidateProperty]) extends Product with Serializable
- class Visited extends AnyRef
- class VocabularyGenerator extends AnyRef
Value Members
- object AnyShapeTransformer
- object DialectWrapper
- object NodeShapeTransformer
- object PropertyShapeTransformer
- object SchemaTransformerOptions extends Serializable
- object SemanticOps
- object ShapeTransformationContext
- object TransformationHelper
- object VocabularyGenerator