48495051525354
* the model class * @return the model mapper * @throws MappingException */ protected static <M> ModelMapper<M> getMapper(Class<M> clazz) throws MappingException { return new DefaultMapperFactory().getMapper(clazz); }