Uses of Enum Class
io.github.ascopes.protobufmavenplugin.generation.Language
Packages that use 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
Subclasses with type arguments of type Language in io.github.ascopes.protobufmavenplugin.generationMethods in io.github.ascopes.protobufmavenplugin.generation that return LanguageModifier 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.Methods in io.github.ascopes.protobufmavenplugin.generation that return types with arguments of type LanguageModifier and TypeMethodDescriptionLanguage.LanguageSetBuilder.build()
GenerationRequest.getEnabledLanguages()
The collection of supported langagues to enable inprotoc
.ImmutableGenerationRequest.getEnabledLanguages()
The collection of supported langagues to enable inprotoc
.Methods in io.github.ascopes.protobufmavenplugin.generation with parameters of type LanguageModifier and TypeMethodDescriptionMethod parameters in io.github.ascopes.protobufmavenplugin.generation with type arguments of type LanguageModifier and TypeMethodDescriptionImmutableGenerationRequest.Builder.enabledLanguages
(Collection<Language> enabledLanguages) Initializes the value for theenabledLanguages
attribute. -
Uses of Language in io.github.ascopes.protobufmavenplugin.protoc
Method parameters in io.github.ascopes.protobufmavenplugin.protoc with type arguments of type LanguageModifier and TypeMethodDescriptionProtocArgumentFileBuilderBuilder.addLanguages
(Collection<Language> languages, Path outputPath, boolean lite)