private final Person[] person = new Person[2];
private final Address[] business = new Address[2];
private final Address[] home = new Address[2];
protected void setUp() throws Exception {
store.setClassFieldAccessorCache( new ClassFieldAccessorCache( Thread.currentThread().getContextClassLoader() ) );
store.setEagerWire( true );
extractor = store.getReader( Person.class,
"addresses['home'].street",
getClass().getClassLoader() );