com.codahale.jerkson.util

CaseClassSigParser

object CaseClassSigParser extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. CaseClassSigParser
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val BYTES_VALUE: String

  7. val SCALA_SIG: String

  8. val SCALA_SIG_ANNOTATION: String

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. implicit def class2companion(clazz: Class[_]): AnyRef { ... /* 2 definitions in type refinement */ }

  11. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def findRootClass(klass: Class[_], classLoader: ClassLoader): java.lang.Class[_ >: scala.collection.immutable.Map[_$10,Any] with scala.collection.immutable.Set[_$12] with java.lang.String with List[Any] with Iterator[Any] with scala.collection.immutable.Vector[Any] with scala.math.BigDecimal with scala.math.BigInt with java.lang.Integer with java.lang.Character with java.lang.Long with java.lang.Boolean with java.lang.Short with java.lang.Byte with java.lang.Float with java.lang.Double with ?0 forSome { type _$10; type _$12 }]

    Attributes
    protected
  16. def findSym[A](clazz: Class[A], classLoader: ClassLoader): ClassSymbol

    Attributes
    protected
  17. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def loadClass(path: String, classLoader: ClassLoader): java.lang.Class[_ >: scala.collection.immutable.Map[_$10,Any] with scala.collection.immutable.Set[_$12] with java.lang.String with List[Any] with Iterator[Any] with scala.collection.immutable.Vector[Any] with scala.math.BigDecimal with scala.math.BigInt with java.lang.Integer with java.lang.Character with java.lang.Long with java.lang.Boolean with java.lang.Short with java.lang.Byte with java.lang.Float with java.lang.Double with ?0 forSome { type _$10; type _$12 }]

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

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def parse[A](javaType: JavaType, factory: TypeFactory, classLoader: ClassLoader): Seq[(String, JavaType, Option[() ⇒ AnyRef])]

  25. def simpleName(klass: Class[_]): String

    Attributes
    protected
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. def typeRef2JavaType(ref: TypeRefType, factory: TypeFactory, classLoader: ClassLoader, containedTypes: Map[String, JavaType]): JavaType

    Attributes
    protected
  29. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  30. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any