public interface io.dropwizard.server.ServerFactory extends io.dropwizard.jackson.Discoverable
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: io.dropwizard.server.ServerFactory
super_class: java.lang.Object
{
public abstract org.eclipse.jetty.server.Server build(io.dropwizard.setup.Environment);
descriptor: (Lio/dropwizard/setup/Environment;)Lorg/eclipse/jetty/server/Server;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
environment
public abstract void configure(io.dropwizard.setup.Environment);
descriptor: (Lio/dropwizard/setup/Environment;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
environment
}
SourceFile: "ServerFactory.java"
InnerClasses:
public final Id = com.fasterxml.jackson.annotation.JsonTypeInfo$Id of com.fasterxml.jackson.annotation.JsonTypeInfo
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonTypeInfo(use = com.fasterxml.jackson.annotation.JsonTypeInfo$Id.NAME:Lcom/fasterxml/jackson/annotation/JsonTypeInfo$Id;, property = "type", defaultImpl = Lio/dropwizard/server/DefaultServerFactory;)