c

amf.apicontract.client.platform

AMFElementClient

class AMFElementClient extends BaseShapesElementClient

Contains common AML operations not related to document.

Annotations
@JSExportAll()
Linear Supertypes
BaseShapesElementClient, BaseAMLElementClient, AMFGraphElementClient, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AMFElementClient
  2. BaseShapesElementClient
  3. BaseAMLElementClient
  4. AMFGraphElementClient
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  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. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from AMFElementClient to any2stringadd[AMFElementClient] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AMFElementClient, B)
    Implicit
    This member is added by an implicit conversion from AMFElementClient to ArrowAssoc[AMFElementClient] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def asEndpoint[T <: BaseUnit](unit: T, rt: ResourceType, profile: ProfileName = Raml10Profile): EndPoint

    Get this resource type as an endpoint.

    Get this resource type as an endpoint. No variables will be replaced. Pass the BaseUnit that contains this trait to use its declarations and the profile ProfileNames.RAML08 if this is from a raml08 unit.

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def asOperation[T <: BaseUnit](unit: T, tr: Trait, profile: ProfileName = Raml10Profile): Operation

    Get this trait as an operation.

    Get this trait as an operation. No variables will be replaced. Pass the BaseUnit that contains this trait to use its declarations and the profile ProfileNames.RAML08 if this is from a raml08 unit.

  9. def buildJsonSchema(element: AnyShape): String
    Definition Classes
    BaseShapesElementClient
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. def ensuring(cond: (AMFElementClient) ⇒ Boolean, msg: ⇒ Any): AMFElementClient
    Implicit
    This member is added by an implicit conversion from AMFElementClient to Ensuring[AMFElementClient] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (AMFElementClient) ⇒ Boolean): AMFElementClient
    Implicit
    This member is added by an implicit conversion from AMFElementClient to Ensuring[AMFElementClient] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): AMFElementClient
    Implicit
    This member is added by an implicit conversion from AMFElementClient to Ensuring[AMFElementClient] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): AMFElementClient
    Implicit
    This member is added by an implicit conversion from AMFElementClient to Ensuring[AMFElementClient] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from AMFElementClient to StringFormat[AMFElementClient] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def getConfiguration(): AMFConfiguration
    Definition Classes
    AMFElementClient → AMFGraphElementClient
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def payloadValidatorFor(shape: Shape, fragment: PayloadFragment): AMFShapePayloadValidator
    Definition Classes
    AMFGraphElementClient
  26. def payloadValidatorFor(shape: Shape, mediaType: String, mode: ValidationMode): AMFShapePayloadValidator
    Definition Classes
    AMFGraphElementClient
  27. def renderExample(example: Example, mediaType: String): String
    Definition Classes
    BaseShapesElementClient
  28. def renderToBuilder[T](element: DomainElement, builder: DocBuilder[T]): Unit
    Definition Classes
    AMFElementClient → BaseShapesElementClient → BaseAMLElementClient
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toJsonSchema(element: AnyShape): String
    Definition Classes
    BaseShapesElementClient
  31. def toRamlDatatype(element: AnyShape): String
    Definition Classes
    BaseShapesElementClient
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def [B](y: B): (AMFElementClient, B)
    Implicit
    This member is added by an implicit conversion from AMFElementClient to ArrowAssoc[AMFElementClient] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

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

Inherited from BaseShapesElementClient

Inherited from BaseAMLElementClient

Inherited from AMFGraphElementClient

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from AMFElementClient to any2stringadd[AMFElementClient]

Inherited by implicit conversion StringFormat from AMFElementClient to StringFormat[AMFElementClient]

Inherited by implicit conversion Ensuring from AMFElementClient to Ensuring[AMFElementClient]

Inherited by implicit conversion ArrowAssoc from AMFElementClient to ArrowAssoc[AMFElementClient]

Ungrouped