Public Member Functions | Private Member Functions | List of all members
com.google.protobuf.util.JsonFormatTest Class Reference
Inheritance diagram for com.google.protobuf.util.JsonFormatTest:
Inheritance graph
[legend]

Public Member Functions

 JsonFormatTest ()
 
 JsonFormatTest ()
 
void testAllFields () throws Exception
 
void testAllFields () throws Exception
 
void testAnyFields () throws Exception
 
void testAnyFields () throws Exception
 
void testAnyFieldsWithCustomAddedTypeRegistry () throws Exception
 
void testAnyFieldsWithCustomAddedTypeRegistry () throws Exception
 
void testAnyInMaps () throws Exception
 
void testAnyInMaps () throws Exception
 
void testCustomJsonName () throws Exception
 
void testCustomJsonName () throws Exception
 
void testDuration () throws Exception
 
void testDuration () throws Exception
 
void testDurationMergeError () throws Exception
 
void testEmptyWrapperTypesInAny () throws Exception
 
void testEmptyWrapperTypesInAny () throws Exception
 
void testFieldMask () throws Exception
 
void testFieldMask () throws Exception
 
void testHtmlEscape () throws Exception
 
void testHtmlEscape () throws Exception
 
void testIncludingDefaultValueFields () throws Exception
 
void testIncludingDefaultValueFields () throws Exception
 
void testJsonException () throws Exception
 
void testJsonException () throws Exception
 
void testJsonObjectForPrimitiveField () throws Exception
 
void testMapEnumNullValueIsIgnored () throws Exception
 
void testMapEnumNullValueIsIgnored () throws Exception
 
void testMapFields () throws Exception
 
void testMapFields () throws Exception
 
void testMapNullValueIsRejected () throws Exception
 
void testMapNullValueIsRejected () throws Exception
 
void testNullFirstInDuplicateOneof () throws Exception
 
void testNullFirstInDuplicateOneof () throws Exception
 
void testNullInOneof () throws Exception
 
void testNullInOneof () throws Exception
 
void testNullLastInDuplicateOneof () throws Exception
 
void testNullLastInDuplicateOneof () throws Exception
 
void testOmittingInsignificantWhiteSpace () throws Exception
 
void testOmittingInsignificantWhiteSpace () throws Exception
 
void testParserAcceptBase64Variants () throws Exception
 
void testParserAcceptBase64Variants () throws Exception
 
void testParserAcceptFloatingPointValueForIntegerField () throws Exception
 
void testParserAcceptFloatingPointValueForIntegerField () throws Exception
 
void testParserAcceptNonQuotedObjectKey () throws Exception
 
void testParserAcceptNonQuotedObjectKey () throws Exception
 
void testParserAcceptNull () throws Exception
 
void testParserAcceptNull () throws Exception
 
void testParserAcceptStringForNumericField () throws Exception
 
void testParserAcceptStringForNumericField () throws Exception
 
void testParserIgnoringUnknownEnums () throws Exception
 
void testParserIgnoringUnknownEnums () throws Exception
 
void testParserIgnoringUnknownFields () throws Exception
 
void testParserIgnoringUnknownFields () throws Exception
 
void testParserIntegerEnumValue () throws Exception
 
void testParserIntegerEnumValue () throws Exception
 
void testParserMissingTypeUrl () throws Exception
 
void testParserMissingTypeUrl () throws Exception
 
void testParserRejectDuplicatedFields () throws Exception
 
void testParserRejectDuplicatedFields () throws Exception
 
void testParserRejectInvalidBase64 () throws Exception
 
void testParserRejectInvalidBase64 () throws Exception
 
void testParserRejectInvalidEnumValue () throws Exception
 
void testParserRejectInvalidEnumValue () throws Exception
 
void testParserRejectOutOfRangeNumericValues () throws Exception
 
void testParserRejectOutOfRangeNumericValues () throws Exception
 
void testParserRejectTrailingComma () throws Exception
 
void testParserRejectTrailingComma () throws Exception
 
void testParserSupportAliasEnums () throws Exception
 
void testParserSupportAliasEnums () throws Exception
 
void testParserUnexpectedTypeUrl () throws Exception
 
void testParserUnexpectedTypeUrl () throws Exception
 
void testParserUnknownFields () throws Exception
 
void testParserUnknownFields () throws Exception
 
void testPreservesFloatingPointNegative0 () throws Exception
 
void testPreservingProtoFieldNames () throws Exception
 
void testPreservingProtoFieldNames () throws Exception
 
void testPrintingEnumsAsInts () throws Exception
 
void testPrintingEnumsAsInts () throws Exception
 
void testPrintingEnumsAsIntsChainedAfterIncludingDefaultValueFields () throws Exception
 
void testRecursionLimit () throws Exception
 
void testRecursionLimit () throws Exception
 
void testRepeatedUnknownEnum () throws Exception
 
void testRepeatedUnknownEnum () throws Exception
 
void testSortedMapKeys () throws Exception
 
void testSortedMapKeys () throws Exception
 
void testSpecialFloatValues () throws Exception
 
void testSpecialFloatValues () throws Exception
 
void testStruct () throws Exception
 
void testStruct () throws Exception
 
void testTimestamp () throws Exception
 
void testTimestamp () throws Exception
 
void testTimestampMergeError () throws Exception
 
void testUnknownEnumMap () throws Exception
 
void testUnknownEnumMap () throws Exception
 
void testUnknownEnumValues () throws Exception
 
void testUnknownEnumValues () throws Exception
 
void testWrappers () throws Exception
 
void testWrappers () throws Exception
 

Private Member Functions

void assertAccepts (String name, String value) throws IOException
 
void assertAccepts (String name, String value) throws IOException
 
void assertRejects (String name, String value)
 
void assertRejects (String name, String value)
 
void assertRoundTripEquals (Message message) throws Exception
 
void assertRoundTripEquals (Message message) throws Exception
 
void assertRoundTripEquals (Message message, com.google.protobuf.TypeRegistry registry) throws Exception
 
void assertRoundTripEquals (Message message, com.google.protobuf.TypeRegistry registry) throws Exception
 
void assertRoundTripEquals (Message message, TypeRegistry registry) throws Exception
 
void assertRoundTripEquals (Message message, TypeRegistry registry) throws Exception
 
void mergeFromJson (String json, Message.Builder builder) throws IOException
 
void mergeFromJson (String json, Message.Builder builder) throws IOException
 
void mergeFromJsonIgnoringUnknownFields (String json, Message.Builder builder) throws IOException
 
void mergeFromJsonIgnoringUnknownFields (String json, Message.Builder builder) throws IOException
 
void setAllFields (TestAllTypes.Builder builder)
 
void setAllFields (TestAllTypes.Builder builder)
 
String toCompactJsonString (Message message) throws IOException
 
String toCompactJsonString (Message message) throws IOException
 
String toJsonString (Message message) throws IOException
 
String toJsonString (Message message) throws IOException
 
String toSortedJsonString (Message message) throws IOException
 
String toSortedJsonString (Message message) throws IOException
 

Detailed Description

Definition at line 80 of file bloaty/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/JsonFormatTest.java.

Constructor & Destructor Documentation

◆ JsonFormatTest() [1/2]

com.google.protobuf.util.JsonFormatTest.JsonFormatTest ( )
inline

◆ JsonFormatTest() [2/2]

com.google.protobuf.util.JsonFormatTest.JsonFormatTest ( )
inline

Member Function Documentation

◆ assertAccepts() [1/2]

void com.google.protobuf.util.JsonFormatTest.assertAccepts ( String  name,
String  value 
) throws IOException
inlineprivate

◆ assertAccepts() [2/2]

void com.google.protobuf.util.JsonFormatTest.assertAccepts ( String  name,
String  value 
) throws IOException
inlineprivate

◆ assertRejects() [1/2]

void com.google.protobuf.util.JsonFormatTest.assertRejects ( String  name,
String  value 
)
inlineprivate

◆ assertRejects() [2/2]

void com.google.protobuf.util.JsonFormatTest.assertRejects ( String  name,
String  value 
)
inlineprivate

◆ assertRoundTripEquals() [1/6]

void com.google.protobuf.util.JsonFormatTest.assertRoundTripEquals ( Message  message) throws Exception
inlineprivate

◆ assertRoundTripEquals() [2/6]

void com.google.protobuf.util.JsonFormatTest.assertRoundTripEquals ( Message  message) throws Exception
inlineprivate

◆ assertRoundTripEquals() [3/6]

void com.google.protobuf.util.JsonFormatTest.assertRoundTripEquals ( Message  message,
com.google.protobuf.TypeRegistry  registry 
) throws Exception
inlineprivate

◆ assertRoundTripEquals() [4/6]

void com.google.protobuf.util.JsonFormatTest.assertRoundTripEquals ( Message  message,
com.google.protobuf.TypeRegistry  registry 
) throws Exception
inlineprivate

◆ assertRoundTripEquals() [5/6]

void com.google.protobuf.util.JsonFormatTest.assertRoundTripEquals ( Message  message,
TypeRegistry  registry 
) throws Exception
inlineprivate

◆ assertRoundTripEquals() [6/6]

void com.google.protobuf.util.JsonFormatTest.assertRoundTripEquals ( Message  message,
TypeRegistry  registry 
) throws Exception
inlineprivate

◆ mergeFromJson() [1/2]

void com.google.protobuf.util.JsonFormatTest.mergeFromJson ( String  json,
Message.Builder  builder 
) throws IOException
inlineprivate

◆ mergeFromJson() [2/2]

void com.google.protobuf.util.JsonFormatTest.mergeFromJson ( String  json,
Message.Builder  builder 
) throws IOException
inlineprivate

◆ mergeFromJsonIgnoringUnknownFields() [1/2]

void com.google.protobuf.util.JsonFormatTest.mergeFromJsonIgnoringUnknownFields ( String  json,
Message.Builder  builder 
) throws IOException
inlineprivate

◆ mergeFromJsonIgnoringUnknownFields() [2/2]

void com.google.protobuf.util.JsonFormatTest.mergeFromJsonIgnoringUnknownFields ( String  json,
Message.Builder  builder 
) throws IOException
inlineprivate

◆ setAllFields() [1/2]

void com.google.protobuf.util.JsonFormatTest.setAllFields ( TestAllTypes.Builder  builder)
inlineprivate

◆ setAllFields() [2/2]

void com.google.protobuf.util.JsonFormatTest.setAllFields ( TestAllTypes.Builder  builder)
inlineprivate

◆ testAllFields() [1/2]

void com.google.protobuf.util.JsonFormatTest.testAllFields ( ) throws Exception
inline

◆ testAllFields() [2/2]

void com.google.protobuf.util.JsonFormatTest.testAllFields ( ) throws Exception
inline

◆ testAnyFields() [1/2]

void com.google.protobuf.util.JsonFormatTest.testAnyFields ( ) throws Exception
inline

◆ testAnyFields() [2/2]

void com.google.protobuf.util.JsonFormatTest.testAnyFields ( ) throws Exception
inline

◆ testAnyFieldsWithCustomAddedTypeRegistry() [1/2]

void com.google.protobuf.util.JsonFormatTest.testAnyFieldsWithCustomAddedTypeRegistry ( ) throws Exception
inline

◆ testAnyFieldsWithCustomAddedTypeRegistry() [2/2]

void com.google.protobuf.util.JsonFormatTest.testAnyFieldsWithCustomAddedTypeRegistry ( ) throws Exception
inline

◆ testAnyInMaps() [1/2]

void com.google.protobuf.util.JsonFormatTest.testAnyInMaps ( ) throws Exception
inline

◆ testAnyInMaps() [2/2]

void com.google.protobuf.util.JsonFormatTest.testAnyInMaps ( ) throws Exception
inline

◆ testCustomJsonName() [1/2]

void com.google.protobuf.util.JsonFormatTest.testCustomJsonName ( ) throws Exception
inline

◆ testCustomJsonName() [2/2]

void com.google.protobuf.util.JsonFormatTest.testCustomJsonName ( ) throws Exception
inline

◆ testDuration() [1/2]

void com.google.protobuf.util.JsonFormatTest.testDuration ( ) throws Exception
inline

◆ testDuration() [2/2]

void com.google.protobuf.util.JsonFormatTest.testDuration ( ) throws Exception
inline

◆ testDurationMergeError()

void com.google.protobuf.util.JsonFormatTest.testDurationMergeError ( ) throws Exception
inline

◆ testEmptyWrapperTypesInAny() [1/2]

void com.google.protobuf.util.JsonFormatTest.testEmptyWrapperTypesInAny ( ) throws Exception
inline

◆ testEmptyWrapperTypesInAny() [2/2]

void com.google.protobuf.util.JsonFormatTest.testEmptyWrapperTypesInAny ( ) throws Exception
inline

◆ testFieldMask() [1/2]

void com.google.protobuf.util.JsonFormatTest.testFieldMask ( ) throws Exception
inline

◆ testFieldMask() [2/2]

void com.google.protobuf.util.JsonFormatTest.testFieldMask ( ) throws Exception
inline

◆ testHtmlEscape() [1/2]

void com.google.protobuf.util.JsonFormatTest.testHtmlEscape ( ) throws Exception
inline

◆ testHtmlEscape() [2/2]

void com.google.protobuf.util.JsonFormatTest.testHtmlEscape ( ) throws Exception
inline

◆ testIncludingDefaultValueFields() [1/2]

void com.google.protobuf.util.JsonFormatTest.testIncludingDefaultValueFields ( ) throws Exception
inline

◆ testIncludingDefaultValueFields() [2/2]

void com.google.protobuf.util.JsonFormatTest.testIncludingDefaultValueFields ( ) throws Exception
inline

◆ testJsonException() [1/2]

void com.google.protobuf.util.JsonFormatTest.testJsonException ( ) throws Exception
inline

◆ testJsonException() [2/2]

void com.google.protobuf.util.JsonFormatTest.testJsonException ( ) throws Exception
inline

◆ testJsonObjectForPrimitiveField()

void com.google.protobuf.util.JsonFormatTest.testJsonObjectForPrimitiveField ( ) throws Exception
inline

◆ testMapEnumNullValueIsIgnored() [1/2]

void com.google.protobuf.util.JsonFormatTest.testMapEnumNullValueIsIgnored ( ) throws Exception
inline

◆ testMapEnumNullValueIsIgnored() [2/2]

void com.google.protobuf.util.JsonFormatTest.testMapEnumNullValueIsIgnored ( ) throws Exception
inline

◆ testMapFields() [1/2]

void com.google.protobuf.util.JsonFormatTest.testMapFields ( ) throws Exception
inline

◆ testMapFields() [2/2]

void com.google.protobuf.util.JsonFormatTest.testMapFields ( ) throws Exception
inline

◆ testMapNullValueIsRejected() [1/2]

void com.google.protobuf.util.JsonFormatTest.testMapNullValueIsRejected ( ) throws Exception
inline

◆ testMapNullValueIsRejected() [2/2]

void com.google.protobuf.util.JsonFormatTest.testMapNullValueIsRejected ( ) throws Exception
inline

◆ testNullFirstInDuplicateOneof() [1/2]

void com.google.protobuf.util.JsonFormatTest.testNullFirstInDuplicateOneof ( ) throws Exception
inline

◆ testNullFirstInDuplicateOneof() [2/2]

void com.google.protobuf.util.JsonFormatTest.testNullFirstInDuplicateOneof ( ) throws Exception
inline

◆ testNullInOneof() [1/2]

void com.google.protobuf.util.JsonFormatTest.testNullInOneof ( ) throws Exception
inline

◆ testNullInOneof() [2/2]

void com.google.protobuf.util.JsonFormatTest.testNullInOneof ( ) throws Exception
inline

◆ testNullLastInDuplicateOneof() [1/2]

void com.google.protobuf.util.JsonFormatTest.testNullLastInDuplicateOneof ( ) throws Exception
inline

◆ testNullLastInDuplicateOneof() [2/2]

void com.google.protobuf.util.JsonFormatTest.testNullLastInDuplicateOneof ( ) throws Exception
inline

◆ testOmittingInsignificantWhiteSpace() [1/2]

void com.google.protobuf.util.JsonFormatTest.testOmittingInsignificantWhiteSpace ( ) throws Exception
inline

◆ testOmittingInsignificantWhiteSpace() [2/2]

void com.google.protobuf.util.JsonFormatTest.testOmittingInsignificantWhiteSpace ( ) throws Exception
inline

◆ testParserAcceptBase64Variants() [1/2]

void com.google.protobuf.util.JsonFormatTest.testParserAcceptBase64Variants ( ) throws Exception
inline

◆ testParserAcceptBase64Variants() [2/2]

void com.google.protobuf.util.JsonFormatTest.testParserAcceptBase64Variants ( ) throws Exception
inline

◆ testParserAcceptFloatingPointValueForIntegerField() [1/2]

void com.google.protobuf.util.JsonFormatTest.testParserAcceptFloatingPointValueForIntegerField ( ) throws Exception
inline

◆ testParserAcceptFloatingPointValueForIntegerField() [2/2]

void com.google.protobuf.util.JsonFormatTest.testParserAcceptFloatingPointValueForIntegerField ( ) throws Exception
inline

◆ testParserAcceptNonQuotedObjectKey() [1/2]

void com.google.protobuf.util.JsonFormatTest.testParserAcceptNonQuotedObjectKey ( ) throws Exception
inline

◆ testParserAcceptNonQuotedObjectKey() [2/2]

void com.google.protobuf.util.JsonFormatTest.testParserAcceptNonQuotedObjectKey ( ) throws Exception
inline

◆ testParserAcceptNull() [1/2]

void com.google.protobuf.util.JsonFormatTest.testParserAcceptNull ( ) throws Exception
inline

◆ testParserAcceptNull() [2/2]

void com.google.protobuf.util.JsonFormatTest.testParserAcceptNull ( ) throws Exception
inline

◆ testParserAcceptStringForNumericField() [1/2]

void com.google.protobuf.util.JsonFormatTest.testParserAcceptStringForNumericField ( ) throws Exception
inline

◆ testParserAcceptStringForNumericField() [2/2]

void com.google.protobuf.util.JsonFormatTest.testParserAcceptStringForNumericField ( ) throws Exception
inline

◆ testParserIgnoringUnknownEnums() [1/2]

void com.google.protobuf.util.JsonFormatTest.testParserIgnoringUnknownEnums ( ) throws Exception
inline

◆ testParserIgnoringUnknownEnums() [2/2]

void com.google.protobuf.util.JsonFormatTest.testParserIgnoringUnknownEnums ( ) throws Exception
inline

◆ testParserIgnoringUnknownFields() [1/2]

void com.google.protobuf.util.JsonFormatTest.testParserIgnoringUnknownFields ( ) throws Exception
inline

◆ testParserIgnoringUnknownFields() [2/2]

void com.google.protobuf.util.JsonFormatTest.testParserIgnoringUnknownFields ( ) throws Exception
inline

◆ testParserIntegerEnumValue() [1/2]

void com.google.protobuf.util.JsonFormatTest.testParserIntegerEnumValue ( ) throws Exception
inline

◆ testParserIntegerEnumValue() [2/2]

void com.google.protobuf.util.JsonFormatTest.testParserIntegerEnumValue ( ) throws Exception
inline

◆ testParserMissingTypeUrl() [1/2]

void com.google.protobuf.util.JsonFormatTest.testParserMissingTypeUrl ( ) throws Exception
inline

◆ testParserMissingTypeUrl() [2/2]

void com.google.protobuf.util.JsonFormatTest.testParserMissingTypeUrl ( ) throws Exception
inline

◆ testParserRejectDuplicatedFields() [1/2]

void com.google.protobuf.util.JsonFormatTest.testParserRejectDuplicatedFields ( ) throws Exception
inline

◆ testParserRejectDuplicatedFields() [2/2]

void com.google.protobuf.util.JsonFormatTest.testParserRejectDuplicatedFields ( ) throws Exception
inline

◆ testParserRejectInvalidBase64() [1/2]

void com.google.protobuf.util.JsonFormatTest.testParserRejectInvalidBase64 ( ) throws Exception
inline

◆ testParserRejectInvalidBase64() [2/2]

void com.google.protobuf.util.JsonFormatTest.testParserRejectInvalidBase64 ( ) throws Exception
inline

◆ testParserRejectInvalidEnumValue() [1/2]

void com.google.protobuf.util.JsonFormatTest.testParserRejectInvalidEnumValue ( ) throws Exception
inline

◆ testParserRejectInvalidEnumValue() [2/2]

void com.google.protobuf.util.JsonFormatTest.testParserRejectInvalidEnumValue ( ) throws Exception
inline

◆ testParserRejectOutOfRangeNumericValues() [1/2]

void com.google.protobuf.util.JsonFormatTest.testParserRejectOutOfRangeNumericValues ( ) throws Exception
inline

◆ testParserRejectOutOfRangeNumericValues() [2/2]

void com.google.protobuf.util.JsonFormatTest.testParserRejectOutOfRangeNumericValues ( ) throws Exception
inline

◆ testParserRejectTrailingComma() [1/2]

void com.google.protobuf.util.JsonFormatTest.testParserRejectTrailingComma ( ) throws Exception
inline

◆ testParserRejectTrailingComma() [2/2]

void com.google.protobuf.util.JsonFormatTest.testParserRejectTrailingComma ( ) throws Exception
inline

◆ testParserSupportAliasEnums() [1/2]

void com.google.protobuf.util.JsonFormatTest.testParserSupportAliasEnums ( ) throws Exception
inline

◆ testParserSupportAliasEnums() [2/2]

void com.google.protobuf.util.JsonFormatTest.testParserSupportAliasEnums ( ) throws Exception
inline

◆ testParserUnexpectedTypeUrl() [1/2]

void com.google.protobuf.util.JsonFormatTest.testParserUnexpectedTypeUrl ( ) throws Exception
inline

◆ testParserUnexpectedTypeUrl() [2/2]

void com.google.protobuf.util.JsonFormatTest.testParserUnexpectedTypeUrl ( ) throws Exception
inline

◆ testParserUnknownFields() [1/2]

void com.google.protobuf.util.JsonFormatTest.testParserUnknownFields ( ) throws Exception
inline

◆ testParserUnknownFields() [2/2]

void com.google.protobuf.util.JsonFormatTest.testParserUnknownFields ( ) throws Exception
inline

◆ testPreservesFloatingPointNegative0()

void com.google.protobuf.util.JsonFormatTest.testPreservesFloatingPointNegative0 ( ) throws Exception
inline

◆ testPreservingProtoFieldNames() [1/2]

void com.google.protobuf.util.JsonFormatTest.testPreservingProtoFieldNames ( ) throws Exception
inline

◆ testPreservingProtoFieldNames() [2/2]

void com.google.protobuf.util.JsonFormatTest.testPreservingProtoFieldNames ( ) throws Exception
inline

◆ testPrintingEnumsAsInts() [1/2]

void com.google.protobuf.util.JsonFormatTest.testPrintingEnumsAsInts ( ) throws Exception
inline

◆ testPrintingEnumsAsInts() [2/2]

void com.google.protobuf.util.JsonFormatTest.testPrintingEnumsAsInts ( ) throws Exception
inline

◆ testPrintingEnumsAsIntsChainedAfterIncludingDefaultValueFields()

void com.google.protobuf.util.JsonFormatTest.testPrintingEnumsAsIntsChainedAfterIncludingDefaultValueFields ( ) throws Exception
inline

◆ testRecursionLimit() [1/2]

void com.google.protobuf.util.JsonFormatTest.testRecursionLimit ( ) throws Exception
inline

◆ testRecursionLimit() [2/2]

void com.google.protobuf.util.JsonFormatTest.testRecursionLimit ( ) throws Exception
inline

◆ testRepeatedUnknownEnum() [1/2]

void com.google.protobuf.util.JsonFormatTest.testRepeatedUnknownEnum ( ) throws Exception
inline

◆ testRepeatedUnknownEnum() [2/2]

void com.google.protobuf.util.JsonFormatTest.testRepeatedUnknownEnum ( ) throws Exception
inline

◆ testSortedMapKeys() [1/2]

void com.google.protobuf.util.JsonFormatTest.testSortedMapKeys ( ) throws Exception
inline

◆ testSortedMapKeys() [2/2]

void com.google.protobuf.util.JsonFormatTest.testSortedMapKeys ( ) throws Exception
inline

◆ testSpecialFloatValues() [1/2]

void com.google.protobuf.util.JsonFormatTest.testSpecialFloatValues ( ) throws Exception
inline

◆ testSpecialFloatValues() [2/2]

void com.google.protobuf.util.JsonFormatTest.testSpecialFloatValues ( ) throws Exception
inline

◆ testStruct() [1/2]

void com.google.protobuf.util.JsonFormatTest.testStruct ( ) throws Exception
inline

◆ testStruct() [2/2]

void com.google.protobuf.util.JsonFormatTest.testStruct ( ) throws Exception
inline

◆ testTimestamp() [1/2]

void com.google.protobuf.util.JsonFormatTest.testTimestamp ( ) throws Exception
inline

◆ testTimestamp() [2/2]

void com.google.protobuf.util.JsonFormatTest.testTimestamp ( ) throws Exception
inline

◆ testTimestampMergeError()

void com.google.protobuf.util.JsonFormatTest.testTimestampMergeError ( ) throws Exception
inline

◆ testUnknownEnumMap() [1/2]

void com.google.protobuf.util.JsonFormatTest.testUnknownEnumMap ( ) throws Exception
inline

◆ testUnknownEnumMap() [2/2]

void com.google.protobuf.util.JsonFormatTest.testUnknownEnumMap ( ) throws Exception
inline

◆ testUnknownEnumValues() [1/2]

void com.google.protobuf.util.JsonFormatTest.testUnknownEnumValues ( ) throws Exception
inline

◆ testUnknownEnumValues() [2/2]

void com.google.protobuf.util.JsonFormatTest.testUnknownEnumValues ( ) throws Exception
inline

◆ testWrappers() [1/2]

void com.google.protobuf.util.JsonFormatTest.testWrappers ( ) throws Exception
inline

◆ testWrappers() [2/2]

void com.google.protobuf.util.JsonFormatTest.testWrappers ( ) throws Exception
inline

◆ toCompactJsonString() [1/2]

String com.google.protobuf.util.JsonFormatTest.toCompactJsonString ( Message  message) throws IOException
inlineprivate

◆ toCompactJsonString() [2/2]

String com.google.protobuf.util.JsonFormatTest.toCompactJsonString ( Message  message) throws IOException
inlineprivate

◆ toJsonString() [1/2]

String com.google.protobuf.util.JsonFormatTest.toJsonString ( Message  message) throws IOException
inlineprivate

◆ toJsonString() [2/2]

String com.google.protobuf.util.JsonFormatTest.toJsonString ( Message  message) throws IOException
inlineprivate

◆ toSortedJsonString() [1/2]

String com.google.protobuf.util.JsonFormatTest.toSortedJsonString ( Message  message) throws IOException
inlineprivate

◆ toSortedJsonString() [2/2]

String com.google.protobuf.util.JsonFormatTest.toSortedJsonString ( Message  message) throws IOException
inlineprivate

The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:09