Object

org.datacrafts.noschema.reflection

NoSchemaReflector

Related Doc: package reflection

Permalink

object NoSchemaReflector extends ReflectionDsl with Default

Linear Supertypes
Default, Slf4jLogging, ReflectionDsl, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoSchemaReflector
  2. Default
  3. Slf4jLogging
  4. ReflectionDsl
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class ReflectedScalaType extends ScalaType[Any]

    Permalink
  2. trait ReflectionRule extends AnyRef

    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 clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def dataCraftsLogName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Default
  7. lazy val dataCraftsLogger: Logger

    Permalink
    Definition Classes
    Default → Slf4jLogging
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  14. final def logDebug(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Slf4jLogging
  15. final def logError(msg: ⇒ String, t: Throwable): Unit

    Permalink
    Definition Classes
    Slf4jLogging
  16. final def logError(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Slf4jLogging
  17. final def logInfo(msg: ⇒ String, t: Throwable): Unit

    Permalink
    Definition Classes
    Slf4jLogging
  18. final def logInfo(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Slf4jLogging
  19. final def logTrace(msg: ⇒ String, t: Throwable): Unit

    Permalink
    Definition Classes
    Slf4jLogging
  20. final def logTrace(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Slf4jLogging
  21. final def logWarning(msg: ⇒ String, t: Throwable): Unit

    Permalink
    Definition Classes
    Slf4jLogging
  22. final def logWarning(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Slf4jLogging
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def reflectContainer[C](runtimeType: scala.reflect.api.JavaUniverse.Type, element: ContainerElement[Any], category: NoSchema.Category.Value, nullable: Boolean)(implicit arg0: ScalaType[C]): Container[Any, C]

    Permalink
    Definition Classes
    ReflectionDsl
  27. def reflectMap(runtimeType: scala.reflect.api.JavaUniverse.Type, element: ContainerElement[Any]): Container[Any, Iterable[(String, Any)]]

    Permalink
    Definition Classes
    ReflectionDsl
  28. def reflectOption(runtimeType: scala.reflect.api.JavaUniverse.Type, element: ContainerElement[Any]): Container[Any, Option[Any]]

    Permalink
    Definition Classes
    ReflectionDsl
  29. def reflectSeq(runtimeType: scala.reflect.api.JavaUniverse.Type, element: ContainerElement[Any]): Container[Any, Iterable[Any]]

    Permalink
    Definition Classes
    ReflectionDsl
  30. def reflectSet(runtimeType: scala.reflect.api.JavaUniverse.Type, element: ContainerElement[Any]): Container[Any, Iterable[Any]]

    Permalink
    Definition Classes
    ReflectionDsl
  31. def schemaInstances: Map[TypeUniqueKey, NoSchema[Any]]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

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

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

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

Inherited from Default

Inherited from Slf4jLogging

Inherited from ReflectionDsl

Inherited from AnyRef

Inherited from Any

Ungrouped