Uses of Enum Class
io.jooby.openapi.DebugOption
-
Uses of DebugOption in io.jooby.openapi
Methods in io.jooby.openapi that return DebugOptionModifier and TypeMethodDescriptionstatic DebugOptionReturns the enum constant of this class with the specified name.static DebugOption[]DebugOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in io.jooby.openapi with type arguments of type DebugOptionModifier and TypeMethodDescriptionvoidOpenAPIGenerator.setDebug(Set<DebugOption> debug) Set debug options.