65666768697071
* Create a rule factory with the default generation config options. * * @see DefaultGenerationConfig */ public RuleFactory() { this(new DefaultGenerationConfig(), new Jackson2Annotator(), new SchemaStore()); }