class ScalaObjectHandler extends ReflectionObjectHandler
Plain old scala handler that doesn't depend on Twitter libraries.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalaObjectHandler
- ReflectionObjectHandler
- BaseObjectHandler
- ObjectHandler
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ScalaObjectHandler()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val TraversableAnyRef: Def[Traversable[AnyRef]]
- def areMethodsAccessible(arg0: Map[_ <: AnyRef, _ <: AnyRef]): Boolean
- Attributes
- protected[reflect]
- Definition Classes
- ReflectionObjectHandler
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def checkField(member: Field): Unit
- Definition Classes
- ScalaObjectHandler → BaseObjectHandler
- def checkMethod(member: Method): Unit
- Definition Classes
- ScalaObjectHandler → BaseObjectHandler
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def coerce(value: AnyRef): AnyRef
- Definition Classes
- ScalaObjectHandler → BaseObjectHandler → ObjectHandler
- def createBinding(arg0: String, arg1: TemplateContext, arg2: Code): Binding
- Definition Classes
- ReflectionObjectHandler → BaseObjectHandler → ObjectHandler
- def createClassGuard(arg0: Int, arg1: AnyRef): ClassGuard
- Attributes
- protected[reflect]
- Definition Classes
- ReflectionObjectHandler
- def createDepthGuard(arg0: Int): DepthGuard
- Attributes
- protected[reflect]
- Definition Classes
- ReflectionObjectHandler
- def createDotGuard(arg0: Int, arg1: AnyRef, arg2: String): DotGuard
- Attributes
- protected[reflect]
- Definition Classes
- ReflectionObjectHandler
- def createMapGuard(arg0: Int, arg1: Array[Wrapper], arg2: String, arg3: Boolean): MapGuard
- Attributes
- protected[reflect]
- Definition Classes
- ReflectionObjectHandler
- def createMissingWrapper(arg0: String, arg1: List[Guard]): MissingWrapper
- Attributes
- protected[reflect]
- Definition Classes
- ReflectionObjectHandler
- def createNullGuard(): NullGuard
- Attributes
- protected[reflect]
- Definition Classes
- ReflectionObjectHandler
- def createWrappedGuard(arg0: Int, arg1: List[Wrapper], arg2: List[Guard]): WrappedGuard
- Attributes
- protected[reflect]
- Definition Classes
- ReflectionObjectHandler
- def createWrapper(arg0: Int, arg1: Array[Wrapper], arg2: List[_ <: Guard], arg3: AccessibleObject, arg4: Array[AnyRef]): Wrapper
- Attributes
- protected[reflect]
- Definition Classes
- ReflectionObjectHandler
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def falsey(iteration: Iteration, writer: Writer, value: AnyRef, scopes: List[AnyRef]): Writer
- Definition Classes
- ScalaObjectHandler → BaseObjectHandler → ObjectHandler
- def find(arg0: String, arg1: List[AnyRef]): Wrapper
- Definition Classes
- ReflectionObjectHandler → ObjectHandler
- def findMember(arg0: Class[_ <: AnyRef], arg1: String): AccessibleObject
- Attributes
- protected[reflect]
- Definition Classes
- BaseObjectHandler
- def findWrapper(arg0: Int, arg1: Array[Wrapper], arg2: List[Guard], arg3: AnyRef, arg4: String): Wrapper
- Attributes
- protected[reflect]
- Definition Classes
- ReflectionObjectHandler
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getField(arg0: Class[_ <: AnyRef], arg1: String): Field
- Attributes
- protected[reflect]
- Definition Classes
- BaseObjectHandler
- Annotations
- @throws(classOf[java.lang.NoSuchFieldException])
- def getMethod(arg0: Class[_ <: AnyRef], arg1: String, arg2: <repeated...>[Class[_ <: AnyRef]]): Method
- Attributes
- protected[reflect]
- Definition Classes
- BaseObjectHandler
- Annotations
- @throws(classOf[java.lang.NoSuchMethodException]) @transient()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iterate(iteration: Iteration, writer: Writer, value: AnyRef, scopes: List[AnyRef]): Writer
- Definition Classes
- ScalaObjectHandler → BaseObjectHandler → ObjectHandler
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def stringify(arg0: AnyRef): String
- Definition Classes
- BaseObjectHandler → ObjectHandler
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated