44454647484950
* Creates a new {@link ObjenesisCglibAopProxy} using the given {@link AdvisedSupport}. * @param config must not be {@literal null}. */ public ObjenesisCglibAopProxy(AdvisedSupport config) { super(config); this.objenesis = new ObjenesisStd(true); }
67686970717273
Assert.notNull(mongoDbFactory, "MongoDbFactory translator must not be null!"); this.mongoDbFactory = mongoDbFactory; this.exceptionTranslator = mongoDbFactory.getExceptionTranslator(); this.objenesis = new ObjenesisStd(true); }