All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hn.im.easemob.comm.wrapper.BodyWrapper Maven / Gradle / Ivy

There is a newer version: 1.0.18
Show newest version
package com.hn.im.easemob.comm.wrapper;

import com.fasterxml.jackson.databind.node.ContainerNode;

public interface BodyWrapper {
	ContainerNode getBody();
	Boolean validate();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy