|
Rename Method public testSchema() : void renamed to public testAllowNullSchema() : void in class org.apache.pulsar.client.impl.schema.AvroSchemaTest |
From |
To |
|
Rename Method public testEncodeAndDecode() : void renamed to public testAllowNullEncodeAndDecode() : void in class org.apache.pulsar.client.impl.schema.AvroSchemaTest |
From |
To |
|
Rename Method public testDecodeWithInvalidContent() : void renamed to public testAllowNullDecodeWithInvalidContent() : void in class org.apache.pulsar.client.impl.schema.JSONSchemaTest |
From |
To |
|
Rename Method public testNestedClasses() : void renamed to public testAllowNullNestedClasses() : void in class org.apache.pulsar.client.impl.schema.JSONSchemaTest |
From |
To |
|
Rename Method public testCorrectPolymorphism() : void renamed to public testNotAllowNullCorrectPolymorphism() : void in class org.apache.pulsar.client.impl.schema.JSONSchemaTest |
From |
To |
|
Rename Method public testJsonSchemaCreate() : void renamed to public testAllowNullJsonSchemaCreate() : void in class org.apache.pulsar.client.impl.schema.KeyValueSchemaTest |
From |
To |
|
Rename Method public testSchema() : void renamed to public testAllowNullSchema() : void in class org.apache.pulsar.client.impl.schema.JSONSchemaTest |
From |
To |
|
Rename Method public testEncodeAndDecode() : void renamed to public testAllowNullEncodeAndDecode() : void in class org.apache.pulsar.client.impl.schema.JSONSchemaTest |
From |
To |
|
Rename Method public testBytesSchemaEncodeAndDecode() : void renamed to public testAllowNullBytesSchemaEncodeAndDecode() : void in class org.apache.pulsar.client.impl.schema.KeyValueSchemaTest |
From |
To |
|
Rename Method public testAvroSchemaCreate() : void renamed to public testAllowNullAvroSchemaCreate() : void in class org.apache.pulsar.client.impl.schema.KeyValueSchemaTest |
From |
To |
|
Rename Method public testSchemaEncodeAndDecode() : void renamed to public testAllowNullSchemaEncodeAndDecode() : void in class org.apache.pulsar.client.impl.schema.KeyValueSchemaTest |
From |
To |
|
Rename Parameter pojo : Class<T> to schemaDefinition : SchemaDefinition in method protected createAvroSchema(schemaDefinition SchemaDefinition) : Schema in class org.apache.pulsar.client.impl.schema.StructSchema |
From |
To |
|
Rename Parameter clazz : Class<T> to pojo : Class<T> in method public AVRO(pojo Class<T>) : Schema<T> in class org.apache.pulsar.client.api.Schema |
From |
To |
|
Rename Parameter definition : String to jsonDef : String in method protected parseAvroSchema(jsonDef String) : Schema in class org.apache.pulsar.client.impl.schema.StructSchema |
From |
To |
|
Rename Parameter clazz : Class<T> to pojo : Class<T> in method public JSON(pojo Class<T>) : Schema<T> in class org.apache.pulsar.client.api.Schema |
From |
To |
|
Rename Parameter properties : Map<String,String> to schemaDefinition : SchemaDefinition in method private AvroSchema(schema Schema, schemaDefinition SchemaDefinition) in class org.apache.pulsar.client.impl.schema.AvroSchema |
From |
To |