origin: com.googlecode.protobuf-java-format/protobuf-java-format AbstractCharBasedFormatter.merge(...) abstract public void merge(CharSequence input, ExtensionRegistry extensionRegistry, Message.Builder builder) throws IOException; origin: com.googlecode.protobuf-java-format/protobuf-java-format Abstr...
origin: com.googlecode.protobuf-java-format/protobuf-java-format JsonFormat.handleObject(...) throw tokenizer.parseException("Expected \"" + endToken + "\"."); mergeField(tokenizer, extensionRegistry, subBuilder); if (tokenizer.tryConsume(",")) { com.googlecode.protobuf.formatJsonFormatmerg...
origin: com.googlecode.protobuf-java-format/protobuf-java-format XmlFormat$Tokenizer.consumeInt64() /** * If the next token is a 64-bit signed integer, consume it and return its value. Otherwise, * throw a {@link ParseException}. */ public long consumeInt64() throws ParseException { ...
origin: com.googlecode.protobuf-java-format/protobuf-java-format generator.print(escapeBytes((ByteString) value)); generator.print("\""); break; com.googlecode.protobuf.formatJsonFormatescapeBytes Javadoc Escapes bytes in the format used in protocol buffer text format, which is the same as ...
<groupId>com.googlecode.protobuf-java-format</groupId> <artifactId>protobuf-java-format</artifactId> <version>${protobuf-java-format-version}</version> </dependency> <dependency> <groupId>com.google.errorprone</groupId> <artifactId>error_prone_annotations</artifactId> <version>2.23...
Best Java code snippets using com.googlecode.protobuf.format.JsonFormat.escapeText (Showing top 1 results out of 315) origin: com.googlecode.protobuf-java-format/protobuf-java-format JsonFormat.printFieldValue(...) generator.print(escapeText((String) value)); generator.print("\""); break;...
Best Java code snippets using com.googlecode.protobuf.format.JsonFormat$JsonGenerator.indent (Showing top 1 results out of 315) origin: com.googlecode.protobuf-java-format/protobuf-java-format JsonFormat.printSingleField(...) generator.indent(); } else { generator.print(": "); com.googlec...
dependency "com.googlecode.protobuf-java-format:protobuf-java-format:1.4" dependency("com.thoughtworks.xstream:xstream:1.4.11.1") { exclude group: "xpp3", name: "xpp3_min" exclude group: "xmlpull", name: "xmlpull" } dependency "org.apache.johnzon:johnzon-jsonb:1.1.12" ...
dependency "com.googlecode.protobuf-java-format:protobuf-java-format:1.4" dependency("com.thoughtworks.xstream:xstream:1.4.11.1") { exclude group: "xpp3", name: "xpp3_min" exclude group: "xmlpull", name: "xmlpull" } dependency "org.apache.johnzon:johnzon-jsonb:1.2.3" dependency("...
com.google.protobuf»protobuf-java-util3.11.04.30.2 HTTP Clients Apache 2.0 com.squareup.okhttp3»okhttp3.6.04.12.0 HTTP Clients Apache 2.0 com.squareup.retrofit2»retrofit2.5.02.11.0 Off-Heap Lib Apache 2.0 io.airlift»slice0.362.3 ...