Interface IgnoreUnknownJacksonFeatures
-
- All Known Implementing Classes:
JavaClientCodegen
,SpringCodegen
public interface IgnoreUnknownJacksonFeatures
-
-
Field Summary
Fields Modifier and Type Field Description static String
IGNORE_UNKNOWN_JACKSON_ANNOTATION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isIgnoreUnknownJacksonAnnotation()
void
setIgnoreUnknownJacksonAnnotation(boolean ignoreUnknownJacksonAnnotation)
-
-
-
Field Detail
-
IGNORE_UNKNOWN_JACKSON_ANNOTATION
static final String IGNORE_UNKNOWN_JACKSON_ANNOTATION
- See Also:
- Constant Field Values
-
-