Class

play.api.json.macros.Entity

Entity

Related Doc: package Entity

Permalink

class Entity extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Entity
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Entity(entity: scala.reflect.macros.Universe.Type)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def asTerm: scala.reflect.macros.Universe.TermName

    Permalink

    entity name as a TermName

  6. def asType: scala.reflect.macros.Universe.Type

    Permalink

    entity type as a Type

  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  11. def hasOneIn: Boolean

    Permalink

    there is exactly one in

  12. def hasOneOut: Boolean

    Permalink

    there is exactly one out

  13. def hasSingleField: Boolean

    Permalink

    entity has at most one i/o field

    entity has at most one i/o field

    Attributes
    protected
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. val ins: Iterable[Entity.MacroSymbol]

    Permalink

    fields and methods marked as eligible for Reads

  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def isSelf(tpe: scala.reflect.macros.Universe.Type): Boolean

    Permalink
  18. def isSimple: Boolean

    Permalink

    returns true if the read should be simplified, i.e., it expects JsValue, not JsObject.

    returns true if the read should be simplified, i.e., it expects JsValue, not JsObject. We use simplification when: 1) only at most one I/O field 2) neither class nor Protocol nor @protocol.strict

    For more details see #16

  19. def isStrict: Boolean

    Permalink

    either entity or protocol are annotated with @protocol.strict

    either entity or protocol are annotated with @protocol.strict

    Attributes
    protected
  20. def name: String

    Permalink

    entity name as a string

  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def notStrict: Boolean

    Permalink

    entity is not annotated with @protocol.strict

    entity is not annotated with @protocol.strict

    Attributes
    protected
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. val outs: Iterable[Entity.MacroSymbol]

    Permalink

    fields and methods marked as eligible for Writes

  26. def primaryConstructor: PrimaryConstructor

    Permalink

    primary constructor of the entity

  27. val removeNulls: Boolean

    Permalink

    is nulls removal enabled?

  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped