Uses of Class
io.gravitee.reporter.file.formatter.Type
-
Packages that use Type Package Description io.gravitee.reporter.file.config io.gravitee.reporter.file.formatter -
-
Uses of Type in io.gravitee.reporter.file.config
Methods in io.gravitee.reporter.file.config that return Type Modifier and Type Method Description TypeFileReporterConfiguration. getOutputType() -
Uses of Type in io.gravitee.reporter.file.formatter
Methods in io.gravitee.reporter.file.formatter that return Type Modifier and Type Method Description static TypeType. valueOf(String name)Returns the enum constant of this type with the specified name.static Type[]Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.gravitee.reporter.file.formatter with parameters of type Type Modifier and Type Method Description static FormatterFormatterFactory. getFormatter(Type type, io.gravitee.reporter.api.configuration.Rules rules)
-