Object/Class

xerial.lens

ObjectSchema

Related Docs: class ObjectSchema | package lens

Permalink

object ObjectSchema extends Logger

Object information extractor

Linear Supertypes
Logger, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ObjectSchema
  2. Logger
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 apply(cl: Class[_]): ObjectSchema

    Permalink

    Get the object schema of the specified ObjectType.

    Get the object schema of the specified ObjectType. This method caches previously created ObjectSchema instances, and second call for the same ObjectType object return the cached entry.

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def debug(message: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def error(message: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  11. def fatal(message: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def findClass(name: String, typeSignature: TypeRefType): Class[_6] forSome {type _6 >: ?0 with ?0, type ?0, type ?0}

    Permalink
  14. def findFieldOwner(name: String, baseClass: Class[_]): Option[Class[_]]

    Permalink
  15. def findParentClasses(cl: Class[_]): Seq[Class[_]]

    Permalink
  16. def findParentSchemas(cl: Class[_]): Seq[ObjectSchema]

    Permalink
  17. def findSignature(cl: Class[_]): Option[ScalaSig]

    Permalink

    Find the Scala signature of the specified class

    Find the Scala signature of the specified class

    returns

    scala signature of the class

  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getLogger(tag: String): LogWriter

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  20. def getLogger(tag: Symbol): LogWriter

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  21. def getParentsByReflection(cl: Class[_]): Seq[Class[_]]

    Permalink
  22. def getSchemaOf(obj: Any): ObjectSchema

    Permalink
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. def info(message: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def isOwnedByTargetClass(m: MethodSymbol, cl: Class[_]): Boolean

    Permalink
  27. def log[U](tag: String)(f: (LogWriter) ⇒ U): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  28. def log(logLevel: LogLevel, message: ⇒ Any): Unit

    Permalink
    Definition Classes
    Logger
  29. def methodsOf(cl: Class[_]): Array[ObjectMethod]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  33. def of[A](implicit m: ClassTag[A]): ObjectSchema

    Permalink
  34. def parametersOf(cl: Class[_]): Array[Parameter]

    Permalink

    Find parameters defined in the class

  35. def parentMethodsOf(cl: Class[_]): Seq[ObjectMethod]

    Permalink
  36. def resolveClass(typeSignature: TypeRefType): ObjectType

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  39. def trace(message: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  40. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def warn(message: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger

Inherited from Logger

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped