Uses of Interface
io.github.ascopes.protobufmavenplugin.plugins.ResolvedProtocPlugin
Packages that use ResolvedProtocPlugin
Package
Description
Management of
protoc
plugins.Targets for
protoc
code generation.-
Uses of ResolvedProtocPlugin in io.github.ascopes.protobufmavenplugin.plugins
Classes in io.github.ascopes.protobufmavenplugin.plugins that implement ResolvedProtocPluginMethods in io.github.ascopes.protobufmavenplugin.plugins that return types with arguments of type ResolvedProtocPluginModifier and TypeMethodDescriptionProjectPluginResolver.resolveProjectPlugins
(GenerationRequest request) Resolve allprotoc
plugins.Methods in io.github.ascopes.protobufmavenplugin.plugins with parameters of type ResolvedProtocPluginModifier and TypeMethodDescriptionImmutableResolvedProtocPlugin.Builder.from
(ResolvedProtocPlugin instance) Fill a builder with attribute values from the providedResolvedProtocPlugin
instance. -
Uses of ResolvedProtocPlugin in io.github.ascopes.protobufmavenplugin.protoc.targets
Methods in io.github.ascopes.protobufmavenplugin.protoc.targets that return ResolvedProtocPluginModifier and TypeMethodDescriptionImmutablePluginProtocTarget.getPlugin()
PluginProtocTarget.getPlugin()
Methods in io.github.ascopes.protobufmavenplugin.protoc.targets with parameters of type ResolvedProtocPluginModifier and TypeMethodDescriptionImmutablePluginProtocTarget.Builder.plugin
(ResolvedProtocPlugin plugin) Initializes the value for theplugin
attribute.