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

Handles any Object (usually a user class instance). This handler should be the last tried one, after all more specific handlers have returned false from their canHandle method.



Public Methods
 MethodDefined by
  
canHandle(visitable:Visitable):Boolean
BeanHandler
  
handle(visitable:Visitable, filter:Function):Array
BeanHandler
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