Mutations getMutations() {
Mutations m = new Mutations();
Converter converter = new Converter
(ConvertExample2_Person.class.getName(), 0,
"address", new ConvertExample2_Conversion());
m.addConverter(converter);
return m;
}
@Override
void checkEvolvedModel(EntityModel model,