Class

io.fintrospect.templating

ScalaObjectHandler

Related Doc: package templating

Permalink

class ScalaObjectHandler extends ReflectionObjectHandler

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

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. def areMethodsAccessible(arg0: Map[_, _]): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[com.github.mustachejava.reflect]
    Definition Classes
    ReflectionObjectHandler
  18. 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
  19. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    ReflectionObjectHandler → ObjectHandler
  24. def findMember(arg0: Class, arg1: String): AccessibleObject

    Permalink
    Attributes
    protected[com.github.mustachejava.reflect]
    Definition Classes
    BaseObjectHandler
  25. 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
  26. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  27. def getField(arg0: Class, arg1: String): Field

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. 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