Package io.swagger.codegen.v3
Interface VendorExtendable
-
- All Known Implementing Classes:
CodegenModel
,CodegenObject
,CodegenOperation
,CodegenParameter
,CodegenProperty
,CodegenResponse
,CodegenSecurity
public interface VendorExtendable
-
-
Field Summary
Fields Modifier and Type Field Description static String
PREFIX_HAS
static String
PREFIX_IS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>
getVendorExtensions()
-
-
-
Field Detail
-
PREFIX_IS
static final String PREFIX_IS
- See Also:
- Constant Field Values
-
PREFIX_HAS
static final String PREFIX_HAS
- See Also:
- Constant Field Values
-
-