Packages

o

amf.tools.canonical

CanonicalWebAPITransformer

object CanonicalWebAPITransformer extends PlatformSecrets

Linear Supertypes
PlatformSecrets, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CanonicalWebAPITransformer
  2. PlatformSecrets
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val CANONICAL_WEBAPI_NAME: String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def buildCanonicalClassMapping: Map[String, String]

    Creates a map from the node mapping in the canonical web api dialect to the mapped class in the WebAPI vocabulary

    Creates a map from the node mapping in the canonical web api dialect to the mapped class in the WebAPI vocabulary

    Attributes
    protected
  7. def cleanAMFModel(unit: BaseUnit): BaseUnit

    Cleans the input WebAPI model adding the required information to the underlying RDF graph and uses it to build the canonical WebAPI dialect instance as output

    Cleans the input WebAPI model adding the required information to the underlying RDF graph and uses it to build the canonical WebAPI dialect instance as output

    unit

    a AMF WebAPI model parsed from RAML / OAS

    returns

    Equivalent Canonical WebAPI AML dialect instance

    Attributes
    protected
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def findWebAPIDialect: Option[Dialect]
    Attributes
    protected
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. val platform: Platform
    Definition Classes
    PlatformSecrets
  20. def registerWebAPIPlugin(): Future[Unit]

    Resets the WebAPI plugins

    Resets the WebAPI plugins

    Attributes
    protected
  21. def removeWebAPIPlugin(): Future[Unit]

    Cleans plugins that will cause a conflict with the canonical WebAPI dialect revivers

    Cleans plugins that will cause a conflict with the canonical WebAPI dialect revivers

    Attributes
    protected
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. def transform(unit: BaseUnit): Future[BaseUnit]

    Transforms a WebAPI model parsed by AMF from a RAML/OAS document into a canonical WebAPI model compatible with the canonical WebAPI AML dialect

  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from PlatformSecrets

Inherited from AnyRef

Inherited from Any

Ungrouped