Packageorg.granite.reflect.visitor.handlers
Classpublic class ObjectHandler
ImplementsIHandler

Handles any Object instance without inheritance (eg: new Object() or {key: 'value'}).



Public Methods
 MethodDefined by
  
canHandle(visitable:Visitable):Boolean
ObjectHandler
  
handle(visitable:Visitable, filter:Function):Array
ObjectHandler
Method detail
canHandle()method
public function canHandle(visitable:Visitable):BooleanParameters
visitable:Visitable

Returns
Boolean
handle()method 
public function handle(visitable:Visitable, filter:Function):ArrayParameters
visitable:Visitable
 
filter:Function

Returns
Array