Class CodegenModelFactory


  • public final class CodegenModelFactory
    extends Object
    • Constructor Detail

      • CodegenModelFactory

        public CodegenModelFactory()
    • Method Detail

      • setTypeMapping

        public static void setTypeMapping​(CodegenModelType type,
                                          Class<?> implementation)
        Configure a different implementation class.
        Parameters:
        type - the type that shall be replaced
        implementation - the implementation class must extend the default class and must provide a public no-arg constructor