case class Encoding(fields: Fields, annotations: Annotations) extends DomainElement with Product with Serializable
Encoding internal model
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Encoding
- Serializable
- Serializable
- Product
- Equals
- DomainElement
- CustomizableElement
- AmfObject
- AmfElement
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Encoding(fields: Fields, annotations: Annotations)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
add(field: Field, value: AmfElement): Encoding.this.type
- Definition Classes
- AmfObject
-
def
add(other: Annotations): Encoding.this.type
- Definition Classes
- AmfElement
-
def
add(annotation: Annotation): Encoding.this.type
- Definition Classes
- AmfElement
-
def
adopted(parent: String, cycle: Seq[String]): Encoding.this.type
- Definition Classes
- AmfObject
- def allowReserved: BoolField
-
val
annotations: Annotations
- Definition Classes
- Encoding → AmfElement
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
- Definition Classes
- AmfObject → AmfElement
-
def
componentId: String
Value , path + field value that is used to compose the id when the object its adopted
Value , path + field value that is used to compose the id when the object its adopted
- Definition Classes
- Encoding → AmfObject
- def contentType: StrField
-
def
customDomainProperties: Seq[DomainExtension]
- Definition Classes
- DomainElement → CustomizableElement
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def explode: BoolField
-
def
extend: Seq[DomainElement]
- Definition Classes
- DomainElement
-
val
fields: Fields
- Definition Classes
- Encoding → AmfObject
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fromLocal(): Boolean
- Definition Classes
- AmfElement
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
lazy val
graph: Graph
- Definition Classes
- DomainElement
- def headers: Seq[Parameter]
-
val
id: String
- Definition Classes
- AmfObject
-
def
isExternalLink: BoolField
- Definition Classes
- DomainElement
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isTrackedBy(trackId: String): Boolean
- Definition Classes
- AmfElement
-
def
location(): Option[String]
- Definition Classes
- AmfElement
-
def
meta: EncodingModel.type
- Definition Classes
- Encoding → AmfObject
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
position(): Option[LexicalInformation]
- Definition Classes
- AmfElement
- def propertyName: StrField
-
def
set(field: Field, value: AmfElement, annotations: Annotations): Encoding.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: AmfElement): Encoding.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, values: Seq[String]): Encoding.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Float): Encoding.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Double): Encoding.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Int): Encoding.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Boolean): Encoding.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: String): Encoding.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): Encoding.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement]): Encoding.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): Encoding.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement]): Encoding.this.type
- Definition Classes
- AmfObject
-
def
setWithoutId(field: Field, value: AmfElement, annotations: Annotations): Encoding.this.type
- Definition Classes
- AmfObject
-
final
def
simpleAdoption(parent: String): Encoding.this.type
- Definition Classes
- AmfObject
- def style: StrField
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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()
- def withAllowReserved(allowReserved: Boolean): Encoding.this.type
- def withContentType(contentType: String): Encoding.this.type
-
def
withCustomDomainProperties(extensions: Seq[DomainExtension]): Encoding.this.type
- Definition Classes
- DomainElement → CustomizableElement
-
def
withCustomDomainProperty(extensions: DomainExtension): Encoding.this.type
- Definition Classes
- DomainElement → CustomizableElement
- def withExplode(explode: Boolean): Encoding.this.type
-
def
withExtends(extend: Seq[DomainElement]): Encoding.this.type
- Definition Classes
- DomainElement
- def withHeader(name: String): Parameter
- def withHeaders(headers: Seq[Parameter]): Encoding.this.type
-
def
withId(value: String): Encoding.this.type
- Definition Classes
- AmfObject
-
def
withIsExternalLink(isReference: Boolean): Encoding.this.type
- Definition Classes
- DomainElement
- def withPropertyName(propertyName: String): Encoding.this.type
- def withStyle(style: String): Encoding.this.type