java.lang.Object
org.graylog2.shared.rest.documentation.generator.Generator

public class Generator extends Object
This is generating API information in Swagger format. We decided to write this ourselves and not to use the Swagger JAX-RS/Jersey integration because it was not compatible to Jersey2 at that point and just way too complicated and too big for what we want to do with it.
  • Field Details

  • Constructor Details

    • Generator

      public Generator(Set<Class<?>> resourceClasses, Map<Class<?>,String> pluginMapping, String pluginPathPrefix, com.fasterxml.jackson.databind.ObjectMapper mapper, boolean isCloud)
    • Generator

      public Generator(Set<Class<?>> resourceClasses, com.fasterxml.jackson.databind.ObjectMapper mapper, boolean isCloud)
  • Method Details