Uses of Interface
net.officefloor.web.build.HttpObjectParser
-
Packages that use HttpObjectParser Package Description net.officefloor.web.build net.officefloor.web.json -
-
Uses of HttpObjectParser in net.officefloor.web.build
Methods in net.officefloor.web.build that return HttpObjectParser Modifier and Type Method Description <T> HttpObjectParser<T>
HttpObjectParserFactory. createHttpObjectParser(java.lang.Class<T> objectClass)
Creates theHttpObjectParser
for theObject
. -
Uses of HttpObjectParser in net.officefloor.web.json
Methods in net.officefloor.web.json that return HttpObjectParser Modifier and Type Method Description <T> HttpObjectParser<T>
JacksonHttpObjectParserFactory. createHttpObjectParser(java.lang.Class<T> objectClass)
-