Packages

package description

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. description
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class FieldDescription(javaField: Field, classDesc: SyncStructureDescription[_ <: AnyRef]) extends Product with Serializable
  2. case class MethodDescription(javaMethod: Method, classDesc: SyncStructureDescription[_ <: AnyRef], methodId: Int) extends Product with Serializable
  3. sealed trait SyncClassDef extends AnyRef
  4. final class SyncClassDefMultiple extends SyncClassDef
  5. final class SyncClassDefUnique extends SyncClassDef
  6. trait SyncStructureDescription[A <: AnyRef] extends CompilationContext

    The description of the super class of a generated fr.linkit.api.gnom.cache.sync.SynchronizedObject class.

Value Members

  1. def fullNameOf[T](implicit tag: scala.reflect.api.JavaUniverse.TypeTag[T]): String
  2. object FieldDescription extends Serializable
  3. object MethodDescription extends Serializable
  4. object SyncClassDef

Inherited from AnyRef

Inherited from Any

Ungrouped