Packages

trait RamlDialectNodes extends AnyRef

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

Abstract Value Members

  1. abstract def dialectLocation: String
    Attributes
    protected
  2. abstract val implicitField: String
    Attributes
    protected
  3. abstract def methodNodeMappings: Seq[PropertyMapping]
    Attributes
    protected
  4. abstract def resourceNodeMappings: Seq[PropertyMapping]
    Attributes
    protected
  5. abstract def rootMappings: Seq[PropertyMapping]
    Attributes
    protected

Concrete 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. final lazy val DataTypeNode: NodeMapping
  5. final lazy val DataTypeNodeId: String
  6. final lazy val DocumentationNode: NodeMapping
  7. final lazy val ExampleNode: NodeMapping
  8. final lazy val MethodNode: NodeMapping
  9. final lazy val PayloadNode: NodeMapping
  10. final lazy val ResourceNode: NodeMapping
  11. final lazy val ResourceTypeNode: NodeMapping
  12. final lazy val ResponseNode: NodeMapping
  13. final lazy val RootNode: NodeMapping
  14. final lazy val TraitNode: NodeMapping
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  17. def commonShapeProperties(nodeId: String): Seq[PropertyMapping]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  22. final val innerMethodNodeMappings: Seq[PropertyMapping]
    Attributes
    protected
  23. final val innerResourceNodeMappings: Seq[PropertyMapping]
    Attributes
    protected
  24. final val innerRootMappings: Seq[PropertyMapping]
    Attributes
    protected
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  29. def scalarTypes: Seq[String]
    Attributes
    protected
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped