AdamSoufiane
Results
1
comments of
AdamSoufiane
Hello, This is the hacky solution i've found, it's dirty but it works : `@Bean public SchemaParserDictionary dictionary() { return new SchemaParserDictionary().add(MyModelClassHere.class).add(AnotherMOdelCLass.class); }` all the classes involved in unions have...