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