com.twitter.finatra.http.internal.marshalling.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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaObjectHandler()

Type Members

  1. class Def[C] extends AnyRef

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val TraversableAnyRef: Def[Traversable[AnyRef]]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

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

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

    Definition Classes
    AnyRef
  40. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ReflectionObjectHandler

Inherited from BaseObjectHandler

Inherited from ObjectHandler

Inherited from AnyRef

Inherited from Any

Ungrouped