ahc.generic
Interface AttributeSetter


public interface AttributeSetter

This is the generic interface for an object that follows an access path through a graph of objects and then calls a set method.

Author:
Arno Haase

Method Summary
 void set(java.lang.Object obj, java.lang.String accessPath, java.lang.Object value)
           
 

Method Detail

set

public void set(java.lang.Object obj,
                java.lang.String accessPath,
                java.lang.Object value)