Packages

c

one.xingyi.mustache

ScalaObjectHandler

class ScalaObjectHandler extends ReflectionObjectHandler

Plain old scala handler that doesn't depend on Twitter libraries.

Linear Supertypes
ReflectionObjectHandler, BaseObjectHandler, ObjectHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaObjectHandler
  2. ReflectionObjectHandler
  3. BaseObjectHandler
  4. ObjectHandler
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaObjectHandler()

Type Members

  1. class Def[C] extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val TraversableAnyRef: Def[Traversable[AnyRef]]
  5. def areMethodsAccessible(arg0: Map[_, _]): Boolean
    Attributes
    protected[reflect]
    Definition Classes
    ReflectionObjectHandler
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def checkField(member: Field): Unit
    Definition Classes
    ScalaObjectHandler → BaseObjectHandler
  8. def checkMethod(member: Method): Unit
    Definition Classes
    ScalaObjectHandler → BaseObjectHandler
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. def coerce(value: AnyRef): AnyRef
    Definition Classes
    ScalaObjectHandler → BaseObjectHandler → ObjectHandler
  11. def createBinding(arg0: String, arg1: TemplateContext, arg2: Code): Binding
    Definition Classes
    ReflectionObjectHandler → BaseObjectHandler → ObjectHandler
  12. def createClassGuard(arg0: Int, arg1: Any): ClassGuard
    Attributes
    protected[reflect]
    Definition Classes
    ReflectionObjectHandler
  13. def createDepthGuard(arg0: Int): DepthGuard
    Attributes
    protected[reflect]
    Definition Classes
    ReflectionObjectHandler
  14. def createDotGuard(arg0: Int, arg1: Any, arg2: String): DotGuard
    Attributes
    protected[reflect]
    Definition Classes
    ReflectionObjectHandler
  15. def createMapGuard(arg0: Int, arg1: Array[Wrapper], arg2: String, arg3: Boolean): MapGuard
    Attributes
    protected[reflect]
    Definition Classes
    ReflectionObjectHandler
  16. def createMissingWrapper(arg0: String, arg1: List[Guard]): MissingWrapper
    Attributes
    protected[reflect]
    Definition Classes
    ReflectionObjectHandler
  17. def createNullGuard(): NullGuard
    Attributes
    protected[reflect]
    Definition Classes
    ReflectionObjectHandler
  18. def createWrappedGuard(arg0: Int, arg1: List[Wrapper], arg2: List[Guard]): WrappedGuard
    Attributes
    protected[reflect]
    Definition Classes
    ReflectionObjectHandler
  19. def createWrapper(arg0: Int, arg1: Array[Wrapper], arg2: List[_ <: Guard], arg3: AccessibleObject, arg4: Array[AnyRef]): Wrapper
    Attributes
    protected[reflect]
    Definition Classes
    ReflectionObjectHandler
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. def falsey(iteration: Iteration, writer: Writer, value: AnyRef, scopes: List[AnyRef]): Writer
    Definition Classes
    ScalaObjectHandler → BaseObjectHandler → ObjectHandler
  23. def find(arg0: String, arg1: List[AnyRef]): Wrapper
    Definition Classes
    ReflectionObjectHandler → ObjectHandler
  24. def findMember(arg0: Class[_], arg1: String): AccessibleObject
    Attributes
    protected[reflect]
    Definition Classes
    BaseObjectHandler
  25. def findWrapper(arg0: Int, arg1: Array[Wrapper], arg2: List[Guard], arg3: Any, arg4: String): Wrapper
    Attributes
    protected[reflect]
    Definition Classes
    ReflectionObjectHandler
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def getField(arg0: Class[_], arg1: String): Field
    Attributes
    protected[reflect]
    Definition Classes
    BaseObjectHandler
    Annotations
    @throws( ... )
  28. def getMethod(arg0: Class[_], arg1: String, arg2: <repeated...>[Class[_]]): Method
    Attributes
    protected[reflect]
    Definition Classes
    BaseObjectHandler
    Annotations
    @throws( ... ) @transient()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def iterate(iteration: Iteration, writer: Writer, value: AnyRef, scopes: List[AnyRef]): Writer
    Definition Classes
    ScalaObjectHandler → BaseObjectHandler → ObjectHandler
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. def stringify(arg0: Any): String
    Definition Classes
    BaseObjectHandler → ObjectHandler
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from ReflectionObjectHandler

Inherited from BaseObjectHandler

Inherited from ObjectHandler

Inherited from AnyRef

Inherited from Any

Ungrouped