Class

com.twitter.finatra.http.internal.marshalling.mustache

ScalaObjectHandler

Related Doc: package mustache

Permalink

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()

    Permalink

Type Members

  1. class Def[C] extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val TraversableAnyRef: Def[Traversable[AnyRef]]

    Permalink
  5. def areMethodsAccessible(arg0: Map[_, _]): Boolean

    Permalink
    Attributes
    protected[com.github.mustachejava.reflect]
    Definition Classes
    ReflectionObjectHandler
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def checkField(member: Field): Unit

    Permalink
    Definition Classes
    ScalaObjectHandler → BaseObjectHandler
  8. def checkMethod(member: Method): Unit

    Permalink
    Definition Classes
    ScalaObjectHandler → BaseObjectHandler
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def coerce(value: AnyRef): AnyRef

    Permalink
    Definition Classes
    ScalaObjectHandler → BaseObjectHandler → ObjectHandler
  11. def createBinding(arg0: String, arg1: TemplateContext, arg2: Code): Binding

    Permalink
    Definition Classes
    ReflectionObjectHandler → BaseObjectHandler → ObjectHandler
  12. def createClassGuard(arg0: Int, arg1: Any): ClassGuard

    Permalink
    Attributes
    protected[com.github.mustachejava.reflect]
    Definition Classes
    ReflectionObjectHandler
  13. def createDepthGuard(arg0: Int): DepthGuard

    Permalink
    Attributes
    protected[com.github.mustachejava.reflect]
    Definition Classes
    ReflectionObjectHandler
  14. def createDotGuard(arg0: Int, arg1: Any, arg2: String): DotGuard

    Permalink
    Attributes
    protected[com.github.mustachejava.reflect]
    Definition Classes
    ReflectionObjectHandler
  15. def createMapGuard(arg0: Int, arg1: Array[Wrapper], arg2: String, arg3: Boolean): MapGuard

    Permalink
    Attributes
    protected[com.github.mustachejava.reflect]
    Definition Classes
    ReflectionObjectHandler
  16. def createMissingWrapper(arg0: String, arg1: List[Guard]): MissingWrapper

    Permalink
    Attributes
    protected[com.github.mustachejava.reflect]
    Definition Classes
    ReflectionObjectHandler
  17. def createNullGuard(): NullGuard

    Permalink
    Attributes
    protected[com.github.mustachejava.reflect]
    Definition Classes
    ReflectionObjectHandler
  18. def createWrappedGuard(arg0: Int, arg1: List[Wrapper], arg2: List[Guard]): WrappedGuard

    Permalink
    Attributes
    protected[com.github.mustachejava.reflect]
    Definition Classes
    ReflectionObjectHandler
  19. def createWrapper(arg0: Int, arg1: Array[Wrapper], arg2: List[_ <: Guard], arg3: AccessibleObject, arg4: Array[AnyRef]): Wrapper

    Permalink
    Attributes
    protected[com.github.mustachejava.reflect]
    Definition Classes
    ReflectionObjectHandler
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  22. def falsey(iteration: Iteration, writer: Writer, value: AnyRef, scopes: Array[AnyRef]): Writer

    Permalink
    Definition Classes
    ScalaObjectHandler → BaseObjectHandler → ObjectHandler
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def find(arg0: String, arg1: Array[AnyRef]): Wrapper

    Permalink
    Definition Classes
    ReflectionObjectHandler → ObjectHandler
  25. def findMember(arg0: Class[_], arg1: String): AccessibleObject

    Permalink
    Attributes
    protected[com.github.mustachejava.reflect]
    Definition Classes
    BaseObjectHandler
  26. def findWrapper(arg0: Int, arg1: Array[Wrapper], arg2: List[Guard], arg3: Any, arg4: String): Wrapper

    Permalink
    Attributes
    protected[com.github.mustachejava.reflect]
    Definition Classes
    ReflectionObjectHandler
  27. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  28. def getField(arg0: Class[_], arg1: String): Field

    Permalink
    Attributes
    protected[com.github.mustachejava.reflect]
    Definition Classes
    BaseObjectHandler
    Annotations
    @throws( ... )
  29. def getMethod(arg0: Class[_], arg1: String, arg2: <repeated...>[Class[_]]): Method

    Permalink
    Attributes
    protected[com.github.mustachejava.reflect]
    Definition Classes
    BaseObjectHandler
    Annotations
    @throws( ... )
  30. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. def iterate(iteration: Iteration, writer: Writer, value: AnyRef, scopes: Array[AnyRef]): Writer

    Permalink
    Definition Classes
    ScalaObjectHandler → BaseObjectHandler → ObjectHandler
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. def stringify(arg0: Any): String

    Permalink
    Definition Classes
    BaseObjectHandler → ObjectHandler
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ReflectionObjectHandler

Inherited from BaseObjectHandler

Inherited from ObjectHandler

Inherited from AnyRef

Inherited from Any

Ungrouped