Interface NotNullAnnotationFeatures
-
- All Known Implementing Classes:
JavaClientCodegen
,SpringCodegen
public interface NotNullAnnotationFeatures
-
-
Field Summary
Fields Modifier and Type Field Description static String
NOT_NULL_JACKSON_ANNOTATION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isNotNullJacksonAnnotation()
void
setNotNullJacksonAnnotation(boolean notNullJacksonAnnotation)
-
-
-
Field Detail
-
NOT_NULL_JACKSON_ANNOTATION
static final String NOT_NULL_JACKSON_ANNOTATION
- See Also:
- Constant Field Values
-
-