Class JacksonXmlModelPlugin

    • Constructor Summary

      Constructors 
      Constructor Description
      JacksonXmlModelPlugin​(com.fasterxml.classmate.TypeResolver typeResolver)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(ModelContext context)
      Implement this method to override the @see springfox.documentation.schema.Model using the @see springfox .documentation.builders.ModelBuilder
      boolean supports​(DocumentationType delimiter)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JacksonXmlModelPlugin

        @Autowired
        public JacksonXmlModelPlugin​(com.fasterxml.classmate.TypeResolver typeResolver)
    • Method Detail

      • apply

        public void apply​(ModelContext context)
        Description copied from interface: ModelBuilderPlugin
        Implement this method to override the @see springfox.documentation.schema.Model using the @see springfox .documentation.builders.ModelBuilder
        Specified by:
        apply in interface ModelBuilderPlugin
        Parameters:
        context - - context that can be used to override the model attributes