abstract fun shouldRenderMethod(tag: String, content: HashAdapter?): Boolean
Check whether to render method.
content - map to look for;
content
tag - tag to find.
tag
Return true if need to render http method, false otherwise.
true
false