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.generationFields in io.github.ascopes.protobufmavenplugin.generation with type parameters of type LanguageModifier and TypeFieldDescriptionprivate Collection
<Language> ImmutableGenerationRequest.Builder.enabledLanguages
private final Collection
<Language> ImmutableGenerationRequest.enabledLanguages
Language.LanguageSetBuilder.values
Methods 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.targets
Fields in io.github.ascopes.protobufmavenplugin.protoc.targets declared as LanguageModifier and TypeFieldDescriptionprivate Language
ImmutableLanguageProtocTarget.Builder.language
private final Language
ImmutableLanguageProtocTarget.language
Methods in io.github.ascopes.protobufmavenplugin.protoc.targets that return LanguageModifier and TypeMethodDescriptionImmutableLanguageProtocTarget.getLanguage()
LanguageProtocTarget.getLanguage()
Methods in io.github.ascopes.protobufmavenplugin.protoc.targets with parameters of type Language