case class PropertyMapping(fields: Fields, annotations: Annotations) extends DomainElement with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PropertyMapping
- Serializable
- Serializable
- Product
- Equals
- DomainElement
- AmfObject
- AmfElement
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PropertyMapping(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): PropertyMapping.this.type
- Definition Classes
- AmfObject
-
def
add(other: Annotations): PropertyMapping.this.type
- Definition Classes
- AmfElement
-
def
add(annotation: Annotation): PropertyMapping.this.type
- Definition Classes
- AmfElement
-
def
adopted(parent: String): PropertyMapping.this.type
- Definition Classes
- AmfObject
- def allowMultiple(): BoolField
-
val
annotations: Annotations
- Definition Classes
- PropertyMapping → AmfElement
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def classification(): PropertyClassification
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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
- PropertyMapping → AmfObject
-
def
customDomainProperties: Seq[DomainExtension]
- Definition Classes
- DomainElement
-
def
dynamicTypes(): Seq[String]
- Definition Classes
- AmfObject
- def enum(): Seq[AnyField]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
extend: Seq[DomainElement]
- Definition Classes
- DomainElement
-
val
fields: Fields
- Definition Classes
- PropertyMapping → AmfObject
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
getObjectByPropertyId(propertyId: String): Seq[DomainElement]
- Definition Classes
- DomainElement
-
def
getPropertyIds(): List[String]
- Definition Classes
- DomainElement
-
def
getScalarByPropertyId(propertyId: String): Seq[Any]
- Definition Classes
- DomainElement
-
def
getTypeIds(): List[String]
- Definition Classes
- DomainElement
-
val
id: String
- Definition Classes
- AmfObject
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isUnion: Boolean
- def literalRange(): StrField
- def mapKeyProperty(): StrField
- def mapValueProperty(): StrField
- def maximum(): DoubleField
-
def
meta: Obj
- Definition Classes
- PropertyMapping → DomainElement
- def minCount(): IntField
- def minimum(): DoubleField
- def name(): StrField
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nodePropertyMapping(): StrField
- def nodesInRange: Seq[String]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def objectRange(): Seq[StrField]
- def pattern(): StrField
-
def
position(): Option[Range]
- Definition Classes
- DomainElement
-
def
set(field: Field, value: AmfElement, annotations: Annotations): PropertyMapping.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: AmfElement): PropertyMapping.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, values: Seq[String]): PropertyMapping.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Float): PropertyMapping.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Double): PropertyMapping.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Int): PropertyMapping.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Boolean): PropertyMapping.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: String): PropertyMapping.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): PropertyMapping.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement]): PropertyMapping.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): PropertyMapping.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement]): PropertyMapping.this.type
- Definition Classes
- AmfObject
-
final
def
simpleAdoption(parent: String): PropertyMapping.this.type
- Definition Classes
- AmfObject
- def sorted(): BoolField
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toField: Field
- def typeDiscriminator(): Map[String, String]
- def typeDiscriminatorName(): StrField
-
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( ... )
- def withAllowMultiple(allow: Boolean): PropertyMapping
-
def
withCustomDomainProperties(extensions: Seq[DomainExtension]): PropertyMapping.this.type
- Definition Classes
- DomainElement
-
def
withCustomDomainProperty(extensions: DomainExtension): PropertyMapping.this.type
- Definition Classes
- DomainElement
- def withEnum(values: Seq[Any]): PropertyMapping
-
def
withExtends(extend: Seq[DomainElement]): PropertyMapping.this.type
- Definition Classes
- DomainElement
-
def
withId(value: String): PropertyMapping.this.type
- Definition Classes
- AmfObject
- def withLiteralRange(range: String): PropertyMapping
- def withMapKeyProperty(key: String): PropertyMapping
- def withMapValueProperty(value: String): PropertyMapping
- def withMaximum(max: Double): PropertyMapping
- def withMinCount(minCount: Int): PropertyMapping
- def withMinimum(min: Double): PropertyMapping
- def withName(name: String): PropertyMapping
- def withNodePropertyMapping(propertyId: String): PropertyMapping
- def withObjectRange(range: Seq[String]): PropertyMapping
- def withPattern(pattern: String): PropertyMapping
- def withSorted(sorted: Boolean): PropertyMapping
- def withTypeDiscriminator(typesMapping: Map[String, String]): PropertyMapping
- def withTypeDiscriminatorName(name: String): PropertyMapping