Uses of Enum Class
io.github.ascopes.protobufmavenplugin.generation.Language
Packages that use Language
Package
Description
Management of source code generation requests.
Targets for
protoc
code generation.-
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
.@Nullable Collection
<Language> 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.targets
Methods in io.github.ascopes.protobufmavenplugin.protoc.targets that return LanguageModifier and TypeMethodDescription@Nullable Language
ImmutableLanguageProtocTarget.getLanguage()
LanguageProtocTarget.getLanguage()
Methods in io.github.ascopes.protobufmavenplugin.protoc.targets with parameters of type Language