Uses of Interface
io.github.ascopes.protobufmavenplugin.plugins.UriProtocPlugin
Packages that use UriProtocPlugin
Package
Description
Management of source code generation requests.
Management of
protoc
plugins.-
Uses of UriProtocPlugin in io.github.ascopes.protobufmavenplugin.generation
Methods in io.github.ascopes.protobufmavenplugin.generation that return types with arguments of type UriProtocPluginModifier and TypeMethodDescriptionCollection
<? extends UriProtocPlugin> GenerationRequest.getBinaryUrlPlugins()
Binaryprotoc
plugins that should be resolved from URLs.Collection
<? extends UriProtocPlugin> ImmutableGenerationRequest.getBinaryUrlPlugins()
Binaryprotoc
plugins that should be resolved from URLs.Method parameters in io.github.ascopes.protobufmavenplugin.generation with type arguments of type UriProtocPluginModifier and TypeMethodDescriptionImmutableGenerationRequest.Builder.binaryUrlPlugins
(Collection<? extends UriProtocPlugin> binaryUrlPlugins) Initializes the value for thebinaryUrlPlugins
attribute. -
Uses of UriProtocPlugin in io.github.ascopes.protobufmavenplugin.plugins
Classes in io.github.ascopes.protobufmavenplugin.plugins that implement UriProtocPluginMethods in io.github.ascopes.protobufmavenplugin.plugins with parameters of type UriProtocPluginModifier and TypeMethodDescriptionUriProtocPluginBean.from
(UriProtocPlugin instance) Fill this modifiable instance with attribute values from the providedUriProtocPlugin
instance.