Uses of Class
example.avro.PushNotification
Packages that use PushNotification
-
Uses of PushNotification in example.avro
Methods in example.avro that return PushNotificationModifier and TypeMethodDescriptionPushNotification.Builder.build()static PushNotificationPushNotification.fromByteBuffer(ByteBuffer b) Deserializes a PushNotification from a ByteBuffer.Methods in example.avro that return types with arguments of type PushNotificationModifier and TypeMethodDescriptionstatic org.apache.avro.message.BinaryMessageDecoder<PushNotification>PushNotification.createDecoder(org.apache.avro.message.SchemaStore resolver) Create a new BinaryMessageDecoder instance for this class that uses the specifiedSchemaStore.static org.apache.avro.message.BinaryMessageDecoder<PushNotification>PushNotification.getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<PushNotification>PushNotification.getEncoder()Return the BinaryMessageEncoder instance used by this class.Methods in example.avro with parameters of type PushNotificationModifier and TypeMethodDescriptionstatic PushNotification.BuilderPushNotification.newBuilder(PushNotification other) Creates a new PushNotification RecordBuilder by copying an existing PushNotification instance.