Uses of Class
io.gravitee.reporter.tcp.formatter.Type
-
Packages that use Type Package Description io.gravitee.reporter.tcp.configuration io.gravitee.reporter.tcp.formatter -
-
Uses of Type in io.gravitee.reporter.tcp.configuration
Methods in io.gravitee.reporter.tcp.configuration that return Type Modifier and Type Method Description TypeTcpReporterConfiguration. getOutputType() -
Uses of Type in io.gravitee.reporter.tcp.formatter
Methods in io.gravitee.reporter.tcp.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.tcp.formatter with parameters of type Type Modifier and Type Method Description static FormatterFormatterFactory. getFormatter(Type type, io.gravitee.reporter.api.configuration.Rules rules)
-