Uses of Enum Class
io.github.ascopes.protobufmavenplugin.generation.Language
Package
Description
Management of source code generation requests.
Integration with and management of
protoc
itself.-
Uses of Language in io.github.ascopes.protobufmavenplugin.generation
Modifier and TypeMethodDescriptionstatic Language
Returns the enum constant of this class with the specified name.static Language[]
Language.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionLanguage.LanguageSetBuilder.build()
GenerationRequest.getEnabledLanguages()
ImmutableGenerationRequest.getEnabledLanguages()
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionImmutableGenerationRequest.Builder.enabledLanguages
(Collection<Language> enabledLanguages) Initializes the value for theenabledLanguages
attribute. -
Uses of Language in io.github.ascopes.protobufmavenplugin.protoc
Modifier and TypeMethodDescriptionArgLineBuilder.generateCodeFor
(Language language, Path outputPath, boolean lite)