Class JavaHelidonCommonCodegen.GenericTypeDeclarations
- java.lang.Object
-
- org.openapitools.codegen.languages.JavaHelidonCommonCodegen.GenericTypeDeclarations
-
- Enclosing class:
- JavaHelidonCommonCodegen
public static class JavaHelidonCommonCodegen.GenericTypeDeclarations extends Object
Captures information about the model types for which we need GenericType declarations.
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringATTR_NAMEprotected static StringHAS_ATTR_NAME
-
Constructor Summary
Constructors Constructor Description GenericTypeDeclarations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<JavaHelidonCommonCodegen.GenericTypeDeclaration>genericTypeDeclarations()protected voidregister(OperationsMap opns)
-
-
-
Field Detail
-
ATTR_NAME
protected static final String ATTR_NAME
- See Also:
- Constant Field Values
-
HAS_ATTR_NAME
protected static final String HAS_ATTR_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
register
protected void register(OperationsMap opns)
-
genericTypeDeclarations
public List<JavaHelidonCommonCodegen.GenericTypeDeclaration> genericTypeDeclarations()
-
-