public final class CodegenModelFactory extends Object
| Constructor and Description |
|---|
CodegenModelFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
newInstance(CodegenModelType type) |
static void |
setTypeMapping(CodegenModelType type,
Class<?> implementation)
Configure a different implementation class.
|
public static void setTypeMapping(CodegenModelType type, Class<?> implementation)
type - the type that shall be replacedimplementation - the implementation class must extend the default class and must provide a public no-arg constructorpublic static <T> T newInstance(CodegenModelType type)
Copyright © 2018. All rights reserved.