Class/Object

co.blocke.scalajack.typeadapter

AnyTypeAdapter

Related Docs: object AnyTypeAdapter | package typeadapter

Permalink

case class AnyTypeAdapter(typeTypeAdapter: TypeAdapter[scala.reflect.api.JavaUniverse.Type], memberNameTypeAdapter: TypeAdapter[MemberName], mapTypeAdapter: TypeAdapter[Map[Any, Any]], listTypeAdapter: TypeAdapter[List[Any]], stringTypeAdapter: TypeAdapter[String], booleanTypeAdapter: TypeAdapter[Boolean], context: Context) extends SimpleTypeAdapter[Any] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, SimpleTypeAdapter[Any], TypeAdapter[Any], TypeAdapterFactory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnyTypeAdapter
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SimpleTypeAdapter
  7. TypeAdapter
  8. TypeAdapterFactory
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AnyTypeAdapter(typeTypeAdapter: TypeAdapter[scala.reflect.api.JavaUniverse.Type], memberNameTypeAdapter: TypeAdapter[MemberName], mapTypeAdapter: TypeAdapter[Map[Any, Any]], listTypeAdapter: TypeAdapter[List[Any]], stringTypeAdapter: TypeAdapter[String], booleanTypeAdapter: TypeAdapter[Boolean], context: Context)

    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. def andThen[U](f: BijectiveFunction[Any, U]): TransformedTypeAdapter[Any, U]

    Permalink
    Definition Classes
    TypeAdapter
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val booleanTypeAdapter: TypeAdapter[Boolean]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val context: Context

    Permalink
  9. def defaultValue: Option[Any]

    Permalink
    Definition Classes
    TypeAdapter
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def inspectStringKind(value: Any): Boolean

    Permalink
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. val listTypeAdapter: TypeAdapter[List[Any]]

    Permalink
  16. val mapTypeAdapter: TypeAdapter[Map[Any, Any]]

    Permalink
  17. val memberNameTypeAdapter: TypeAdapter[MemberName]

    Permalink
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def read(reader: Reader): Any

    Permalink
    Definition Classes
    AnyTypeAdapterTypeAdapter
  22. def resolved: TypeAdapter[Any]

    Permalink
    Definition Classes
    TypeAdapter
  23. val stringTypeAdapter: TypeAdapter[String]

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

    Permalink
    Definition Classes
    AnyRef
  25. def typeAdapterOf[T](next: TypeAdapterFactory)(implicit context: Context, tt: scala.reflect.api.JavaUniverse.TypeTag[T]): TypeAdapter[T]

    Permalink
    Definition Classes
    SimpleTypeAdapterTypeAdapterFactory
  26. def typeAdapterOf[T](implicit context: Context, tt: scala.reflect.api.JavaUniverse.TypeTag[T]): TypeAdapter[T]

    Permalink
    Definition Classes
    TypeAdapterFactory
  27. val typeTypeAdapter: TypeAdapter[scala.reflect.api.JavaUniverse.Type]

    Permalink
  28. val valueType: scala.reflect.api.JavaUniverse.Type

    Permalink
    Definition Classes
    SimpleTypeAdapter
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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. def write(value: Any, writer: Writer): Unit

    Permalink
    Definition Classes
    AnyTypeAdapterTypeAdapter

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SimpleTypeAdapter[Any]

Inherited from TypeAdapter[Any]

Inherited from TypeAdapterFactory

Inherited from AnyRef

Inherited from Any

Ungrouped