class AMFElementClient extends ShapesElementClient
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AMFElementClient
- ShapesElementClient
- AMLElementClient
- AMFGraphElementClient
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
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
-
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()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
asEndpoint[T <: BaseUnit](unit: T, rt: ResourceType, configuration: AMFGraphConfiguration, 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.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asOperation[T <: BaseUnit](unit: T, tr: Trait, configuration: AMFGraphConfiguration, 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.
-
def
buildJsonSchema(element: AnyShape): String
- Definition Classes
- ShapesElementClient
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
val
configuration: AMFConfiguration
- Attributes
- protected
- Definition Classes
- AMFElementClient → ShapesElementClient → AMLElementClient → AMFGraphElementClient
-
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
-
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
-
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
-
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
- def entryAsEndpoint[T <: BaseUnit](unit: T, rt: ResourceType, node: DataNode, entry: YMapEntry, configuration: AMFGraphConfiguration, profile: ProfileName = Raml10Profile): EndPoint
- def entryAsOperation[T <: BaseUnit](unit: T, tr: Trait, entry: YMapEntry, configuration: AMFGraphConfiguration, profile: ProfileName = Raml10Profile): Operation
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getConfiguration: AMFConfiguration
- Definition Classes
- AMFElementClient → ShapesElementClient → AMLElementClient → AMFGraphElementClient
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
payloadValidatorFor(shape: Shape, fragment: PayloadFragment): AMFShapePayloadValidator
- Definition Classes
- AMFGraphElementClient
-
def
payloadValidatorFor(shape: Shape, mediaType: String, mode: ValidationMode): AMFShapePayloadValidator
- Definition Classes
- AMFGraphElementClient
-
def
renderElement(element: DomainElement, references: Seq[BaseUnit] = Nil): YNode
- Definition Classes
- AMFElementClient → AMLElementClient
-
def
renderExample(example: Example, mediaType: String): String
- Definition Classes
- ShapesElementClient
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toJsonSchema(element: AnyShape): String
- Definition Classes
- ShapesElementClient
-
def
toRamlDatatype(element: AnyShape): String
- Definition Classes
- ShapesElementClient
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.