Registry / serialization / protoparser

protoparser

JSON →
library4.0.3javamavenunverified

Basic parser for protocol buffer schema declarations (.proto files).

<dependency> <groupId>com.squareup</groupId> <artifactId>protoparser</artifactId> <version>4.0.3</version> </dependency>
INSTALL
IMPORT
SIG · PROTOPARSER
P
protoparser
serializationjavav4.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ProtoFile
com.squareup.protoparser.ProtoFile

Parses a .proto schema string into a ProtoFile object.

import com.squareup.protoparser.ProtoFile; import com.squareup.protoparser.ProtoParser; ProtoFile protoFile = ProtoParser.parse("syntax = \"proto3\";\nmessage Person {\n string name = 1;\n}");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
protoparser — mvn dependency:get protoparser · libregistry