Directly substitutes a model class with the supplied substitute
e.g
directModelSubstitute(LocalDate.class, Date.class)
would substitute LocalDate with Date
Adds ignored controller method parameter types so that the framework does not generate swagger model or parameter
information for these specific types.
isEnabled() - Method in class springfox.documentation.spring.web.plugins.Docket