828384858687888990
} final int hash = dtoClass.hashCode(); if (contexts.containsKey(hash)) { return contexts.get(hash); } final DtoContext ctx = new DtoContextByClass(dtoClass, beanFactory); contexts.put(hash, ctx); return ctx; }