com.neeve.util
Interface UtlObjectGraph.FieldAccessorVisitor

Enclosing class:
UtlObjectGraph

public static interface UtlObjectGraph.FieldAccessorVisitor

Visitor for field introspection.


Method Summary
 boolean visit(String beanPath, Stack<Method> pathComponents)
          Visits a field, returns true if the field's accessors should be visited false other wise
 

Method Detail

visit

boolean visit(String beanPath,
              Stack<Method> pathComponents)
Visits a field, returns true if the field's accessors should be visited false other wise

Parameters:
beanPath - The field path.
pathComponents - The accessor stack
Returns:
True if the field should be filtered


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.