store.getReader( Person.class,
"age",
getClass().getClassLoader() ),
null )};
final Declaration[] inner = new Declaration[]{new Declaration( "$cheese",
new PatternExtractor( new ClassObjectType( Cheese.class ) ),
null ), new Declaration( "$person",
new PatternExtractor( new ClassObjectType( Person.class ) ),
null )};
final String[] globals = new String[]{"aGlobal", "anotherGlobal"};
final List globalTypes = Arrays.asList( new String[]{"String", "String"} );
final Map map = new HashMap();