Uses of Class
io.github.ascopes.protobufmavenplugin.utils.Digest
Packages that use Digest
Package
Description
Management of source code generation requests.
Management of
protoc
plugins.Integration with and management of
protoc
itself.Shared internal components.
-
Uses of Digest in io.github.ascopes.protobufmavenplugin.generation
Methods in io.github.ascopes.protobufmavenplugin.generation that return DigestModifier and TypeMethodDescription@Nullable Digest
GenerationRequest.getProtocDigest()
The digest of theprotoc
binary to verify, ornull
if no verification should take place.@Nullable Digest
ImmutableGenerationRequest.getProtocDigest()
The digest of theprotoc
binary to verify, ornull
if no verification should take place.Methods in io.github.ascopes.protobufmavenplugin.generation with parameters of type DigestModifier and TypeMethodDescriptionImmutableGenerationRequest.Builder.protocDigest
(@Nullable Digest protocDigest) Initializes the value for theprotocDigest
attribute. -
Uses of Digest in io.github.ascopes.protobufmavenplugin.plugins
Methods in io.github.ascopes.protobufmavenplugin.plugins that return DigestModifier and TypeMethodDescription@Nullable Digest
UriProtocPlugin.getDigest()
@Nullable Digest
UriProtocPluginBean.getDigest()
Methods in io.github.ascopes.protobufmavenplugin.plugins with parameters of type Digest -
Uses of Digest in io.github.ascopes.protobufmavenplugin.protoc
Methods in io.github.ascopes.protobufmavenplugin.protoc with parameters of type Digest -
Uses of Digest in io.github.ascopes.protobufmavenplugin.utils
Methods in io.github.ascopes.protobufmavenplugin.utils that return Digest