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) 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 providedResolvedProtocPlugininstance. -
Uses of ResolvedProtocPlugin in io.github.ascopes.protobufmavenplugin.protoc.targets
Methods in io.github.ascopes.protobufmavenplugin.protoc.targets that return ResolvedProtocPluginModifier and TypeMethodDescription@Nullable ResolvedProtocPluginImmutablePluginProtocTarget.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 thepluginattribute.