differ-core / com.differ.differcore.render / Renderer / shouldRenderMethod

shouldRenderMethod

abstract fun shouldRenderMethod(tag: String, content: HashAdapter?): Boolean

Check whether to render method.

Parameters

content - map to look for;

tag - tag to find.

Return
true if need to render http method, false otherwise.