case class DomainElementMerging()(implicit ctx: RamlWebApiContext) extends Product with Serializable
Merge 'other' element into 'main' element: 1) 'main' node properties are inspected and those that are undefined in 'other' node remain unchanged. 2) 'main' node receives all properties of 'other' node (excluding optional ones), which are undefined in the 'main' node. 3) Properties defined in both 'main' node and 'other' node (including optional ones) are treated as follows: a) Scalar properties remain unchanged. b) Collection properties are merged by value. c) Values of object properties are subjected to steps 1-3 of this procedure.
- Alphabetic
- By Inheritance
- DomainElementMerging
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new DomainElementMerging()(implicit ctx: RamlWebApiContext)
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 DomainElementMerging to any2stringadd[DomainElementMerging] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (DomainElementMerging, B)
- Implicit
- This member is added by an implicit conversion from DomainElementMerging to ArrowAssoc[DomainElementMerging] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
adoptInner(parentId: String, target: AmfElement, adopted: Adopted = Adopted()): AmfElement
Adopts recursively different kinds of AMF elements if not yet adopted
Adopts recursively different kinds of AMF elements if not yet adopted
- parentId
id of the adopter element
- target
element to be adopted
- adopted
utility class containing already adopted elements
- returns
adopted element with newly set ID
- val allowedListFields: List[Field]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
ensuring(cond: (DomainElementMerging) ⇒ Boolean, msg: ⇒ Any): DomainElementMerging
- Implicit
- This member is added by an implicit conversion from DomainElementMerging to Ensuring[DomainElementMerging] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (DomainElementMerging) ⇒ Boolean): DomainElementMerging
- Implicit
- This member is added by an implicit conversion from DomainElementMerging to Ensuring[DomainElementMerging] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): DomainElementMerging
- Implicit
- This member is added by an implicit conversion from DomainElementMerging to Ensuring[DomainElementMerging] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): DomainElementMerging
- Implicit
- This member is added by an implicit conversion from DomainElementMerging to Ensuring[DomainElementMerging] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
fixPayloadTrackedElements[T <: DomainElement](main: T, other: T): Unit
after payloads are merged tracked elements present in 'other' are adjusted to track 'main'
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from DomainElementMerging to StringFormat[DomainElementMerging] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def handleExistingFieldEntries[T <: DomainElement](main: T, mainFieldEntry: FieldEntry, otherFieldEntry: FieldEntry, errorHandler: AMFErrorHandler): Boolean
- def handleNewFieldEntry[T <: DomainElement](main: T, otherFieldEntry: FieldEntry, errorHandler: AMFErrorHandler): Unit
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def merge[T <: DomainElement](main: T, other: T): T
-
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()
- val possibleImplicitFields: List[Field]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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): (DomainElementMerging, B)
- Implicit
- This member is added by an implicit conversion from DomainElementMerging to ArrowAssoc[DomainElementMerging] 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