Class WebMappingsRenderer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String renderReport​(MappingsConfig config)
      Renders report according ro provided config.
      • Methods inherited from class java.lang.Object

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

      • WebMappingsRenderer

        public WebMappingsRenderer​(io.dropwizard.core.setup.Environment environment,
                                   GuiceyConfigurationInfo info)
        Create renderer.
        Parameters:
        environment - environment
        info - guicey info
    • Method Detail

      • renderReport

        public java.lang.String renderReport​(MappingsConfig config)
        Description copied from interface: ReportRenderer
        Renders report according ro provided config.
        Specified by:
        renderReport in interface ReportRenderer<MappingsConfig>
        Parameters:
        config - config object
        Returns:
        rendered report string or null (or empty) if nothing rendered