Packages

class ObjectField extends (YMapEntry) ⇒ Unit

Linear Supertypes
(YMapEntry) ⇒ Unit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ObjectField
  2. Function1
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ObjectField(target: Target, field: Field)(implicit iv: WebApiContext)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def allowingAnnotations: ObjectField

    Allow scalar-valued annotations.

  5. def allowingSingleValue: ObjectField

    Allow parsing a single node when expecting array.

  6. def andThen[A](g: (Unit) ⇒ A): (YMapEntry) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  7. def apply(entry: YMapEntry): Unit
    Definition Classes
    ObjectField → Function1
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def compose[A](g: (A) ⇒ YMapEntry): (A) ⇒ Unit
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def explicit: ObjectField
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def negated: ObjectField
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def optional: ObjectField

    Optional element.

    Optional element. Do not fail on YType.Null.

  23. def string: ObjectField
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  26. def treatMapAsArray: ObjectField

    Allow parsing map node entries as array elements when expecting array.

  27. def using(fn: (YNode) ⇒ AmfElement): ObjectField
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. def withAnnotation(a: Annotation): ObjectField

Inherited from (YMapEntry) ⇒ Unit

Inherited from AnyRef

Inherited from Any

Ungrouped