t

org.mulesoft.high.level.builder

IPropertyMatcher

trait IPropertyMatcher extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IPropertyMatcher
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def doAppendNewValue(cfg: NodeCreationConfig): Option[MatchResult]
  2. abstract def doOperate(obj: AmfObject, hlNode: IHighLevelNode): Seq[MatchResult]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def &(field: Field): IPropertyMatcher
  4. def &(that: IPropertyMatcher): IPropertyMatcher
  5. def *(field: Field): IPropertyMatcher
  6. def *(that: IPropertyMatcher): IPropertyMatcher
  7. def +(field: Field): IPropertyMatcher
  8. def +(that: IPropertyMatcher): IPropertyMatcher
  9. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. val STRICT: Boolean
  11. def appendNewValue(mr: MatchResult, cfg: NodeCreationConfig): Option[MatchResult]
  12. def appendNewValue(cfg: NodeCreationConfig): Option[MatchResult]
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. val bufferConstructor: Option[(AmfObject, IHighLevelNode) ⇒ IValueBuffer]
  15. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  21. def ifSubtype(model: Obj): IPropertyMatcher
  22. def ifType(model: Obj): IPropertyMatcher
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  27. def operate(obj: AmfObject, hlNode: IHighLevelNode): Seq[MatchResult]
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def withCustomBuffer(bufConstructor: (AmfObject, IHighLevelNode) ⇒ IValueBuffer): IPropertyMatcher
  34. def withYamlPath(yp: String): IPropertyMatcher
  35. def withYamlPath(yp: Seq[String]): IPropertyMatcher
  36. val yamlPath: Option[Seq[String]]
  37. def |(field: Field): IPropertyMatcher
  38. def |(that: IPropertyMatcher): IPropertyMatcher

Inherited from AnyRef

Inherited from Any

Ungrouped