package description
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- description
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class FieldDescription(javaField: Field, classDesc: SyncStructureDescription[_ <: AnyRef]) extends Product with Serializable
- case class MethodDescription(javaMethod: Method, classDesc: SyncStructureDescription[_ <: AnyRef], methodId: Int) extends Product with Serializable
- sealed trait SyncClassDef extends AnyRef
- final class SyncClassDefMultiple extends SyncClassDef
- final class SyncClassDefUnique extends SyncClassDef
- trait SyncStructureDescription[A <: AnyRef] extends CompilationContext
The description of the super class of a generated fr.linkit.api.gnom.cache.sync.SynchronizedObject class.
The description of the super class of a generated fr.linkit.api.gnom.cache.sync.SynchronizedObject class.
- See also
SyncInstanceInstantiator
Value Members
- def fullNameOf[T](implicit tag: scala.reflect.api.JavaUniverse.TypeTag[T]): String
- object FieldDescription extends Serializable
- object MethodDescription extends Serializable
- object SyncClassDef