Uses of Enum Class
org.javalite.activeweb.Format
Package
Description
ActiveWeb - the agile java framework
-
Uses of Format in org.javalite.activeweb
Modifier and TypeMethodDescriptionstatic Format
Returns 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.Modifier and TypeMethodDescriptionEndpointFinder.getCustomEndpointDefinitions(Format format)
EndpointFinder.getOpenAPIDocs(String baseTemplateContent, Format format)
EndpointFinder.getStandardEndpointDefinitions(Format format)
-
Uses of Format in org.javalite.activeweb.mojo
Modifier and TypeMethodDescriptionGenerator.generate(String templateFile, EndpointFinder endpointFinder, Format format)