Uses of Enum Class
org.javalite.activeweb.Format
Packages that use Format
Package
Description
ActiveWeb - the agile java framework
-
Uses of Format in org.javalite.activeweb
Methods in org.javalite.activeweb that return FormatModifier and TypeMethodDescriptionstatic FormatReturns the enum constant of this class with the specified name.static Format[]Format.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.javalite.activeweb with parameters of type FormatModifier and TypeMethodDescriptionEndpointFinder.getCustomEndpointDefinitions(Format format)EndpointFinder.getOpenAPIDocs(String baseTemplateContent, Format format)EndpointFinder.getStandardEndpointDefinitions(Format format) -
Uses of Format in org.javalite.activeweb.mojo
Methods in org.javalite.activeweb.mojo with parameters of type FormatModifier and TypeMethodDescriptionGenerator.generate(String templateFile, EndpointFinder endpointFinder, Format format)