Package

com.github.aselab.activerecord

reflections

Permalink

package reflections

Visibility
  1. Public
  2. All

Type Members

  1. class ClassInfo[T <: AnyRef] extends AnyRef

    Permalink
  2. case class FieldInfo(name: String, fieldType: Class[_], isOption: Boolean, isSeq: Boolean, annotations: Seq[Annotation] = Nil) extends Product with Serializable

    Permalink
  3. trait PrimitiveHandler[T] extends RegistrationManager[Class[_], T]

    Permalink
  4. trait ReflectionUtil extends AnyRef

    Permalink
  5. trait RegistrationManager[K, V] extends AnyRef

    Permalink
  6. case class ScalaSigInfo(clazz: Class[_]) extends Product with Serializable

    Permalink

Value Members

  1. object ClassInfo

    Permalink
  2. object FieldInfo extends Serializable

    Permalink
  3. object ReflectionUtil extends ReflectionUtil

    Permalink

Ungrouped