Class ContentParameterAggregator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<springfox.documentation.service.RequestParameter> aggregate​(java.util.Collection<springfox.documentation.service.RequestParameter> parameters)  
      • Methods inherited from class java.lang.Object

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

      • ContentParameterAggregator

        public ContentParameterAggregator()
    • Method Detail

      • aggregate

        public java.util.Collection<springfox.documentation.service.RequestParameter> aggregate​(java.util.Collection<springfox.documentation.service.RequestParameter> parameters)
        Specified by:
        aggregate in interface ParameterAggregator