io
.
fintrospect
.
templating
ScalaObjectHandler
Related Doc:
package templating
class
ScalaObjectHandler
extends
ReflectionObjectHandler
Linear Supertypes
ReflectionObjectHandler
,
BaseObjectHandler
,
ObjectHandler
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
ScalaObjectHandler
ReflectionObjectHandler
BaseObjectHandler
ObjectHandler
AnyRef
Any
Hide All
Show All
Visibility
Public
All
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
def
areMethodsAccessible
(
arg0:
Map
[_, _]
)
:
Boolean
Attributes
protected[
com.github.mustachejava.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[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
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:
Any
)
:
ClassGuard
Attributes
protected[
com.github.mustachejava.reflect
]
Definition Classes
ReflectionObjectHandler
def
createDepthGuard
(
arg0:
Int
)
:
DepthGuard
Attributes
protected[
com.github.mustachejava.reflect
]
Definition Classes
ReflectionObjectHandler
def
createDotGuard
(
arg0:
Int
,
arg1:
Any
,
arg2:
String
)
:
DotGuard
Attributes
protected[
com.github.mustachejava.reflect
]
Definition Classes
ReflectionObjectHandler
def
createMapGuard
(
arg0:
Int
,
arg1:
Array
[
Wrapper
]
,
arg2:
String
,
arg3:
Boolean
)
:
MapGuard
Attributes
protected[
com.github.mustachejava.reflect
]
Definition Classes
ReflectionObjectHandler
def
createMissingWrapper
(
arg0:
String
,
arg1:
List
[
Guard
]
)
:
MissingWrapper
Attributes
protected[
com.github.mustachejava.reflect
]
Definition Classes
ReflectionObjectHandler
def
createNullGuard
()
:
NullGuard
Attributes
protected[
com.github.mustachejava.reflect
]
Definition Classes
ReflectionObjectHandler
def
createWrappedGuard
(
arg0:
Int
,
arg1:
List
[
Wrapper
]
,
arg2:
List
[
Guard
]
)
:
WrappedGuard
Attributes
protected[
com.github.mustachejava.reflect
]
Definition Classes
ReflectionObjectHandler
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
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
falsey
(
iteration:
Iteration
,
writer:
Writer
,
value:
AnyRef
,
scopes:
List
[
AnyRef
]
)
:
Writer
Definition Classes
ScalaObjectHandler
→ BaseObjectHandler → ObjectHandler
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
find
(
arg0:
String
,
arg1:
List
[
AnyRef
]
)
:
Wrapper
Definition Classes
ReflectionObjectHandler → ObjectHandler
def
findMember
(
arg0:
Class
,
arg1:
String
)
:
AccessibleObject
Attributes
protected[
com.github.mustachejava.reflect
]
Definition Classes
BaseObjectHandler
def
findWrapper
(
arg0:
Int
,
arg1:
Array
[
Wrapper
]
,
arg2:
List
[
Guard
]
,
arg3:
Any
,
arg4:
String
)
:
Wrapper
Attributes
protected[
com.github.mustachejava.reflect
]
Definition Classes
ReflectionObjectHandler
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getField
(
arg0:
Class
,
arg1:
String
)
:
Field
Attributes
protected[
com.github.mustachejava.reflect
]
Definition Classes
BaseObjectHandler
Annotations
@throws
(
...
)
def
getMethod
(
arg0:
Class
[_]
,
arg1:
String
,
arg2:
<repeated...>
[
Class
[_]]
)
:
Method
Attributes
protected[
com.github.mustachejava.reflect
]
Definition Classes
BaseObjectHandler
Annotations
@throws
(
...
)
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
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
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
stringify
(
arg0:
Any
)
:
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
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
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