Uses of Interface
net.officefloor.web.build.HttpObjectParserFactory
-
Packages that use HttpObjectParserFactory Package Description net.officefloor.web net.officefloor.web.build net.officefloor.web.json net.officefloor.web.state -
-
Uses of HttpObjectParserFactory in net.officefloor.web
Methods in net.officefloor.web with parameters of type HttpObjectParserFactory Modifier and Type Method Description void
WebArchitectEmployer. addHttpObjectParser(HttpObjectParserFactory objectParserFactory)
-
Uses of HttpObjectParserFactory in net.officefloor.web.build
Methods in net.officefloor.web.build that return HttpObjectParserFactory Modifier and Type Method Description HttpObjectParserFactory[]
HttpInputExplorerContext. getHttpObjectParserFactories()
Obtains theHttpObjectParserFactory
instances.Methods in net.officefloor.web.build with parameters of type HttpObjectParserFactory Modifier and Type Method Description void
WebArchitect. addHttpObjectParser(HttpObjectParserFactory objectParserFactory)
Manually adds aHttpObjectParserFactory
. -
Uses of HttpObjectParserFactory in net.officefloor.web.json
Classes in net.officefloor.web.json that implement HttpObjectParserFactory Modifier and Type Class Description class
JacksonHttpObjectParserFactory
JacksonHttpObjectParserFactory
.Methods in net.officefloor.web.json that return HttpObjectParserFactory Modifier and Type Method Description HttpObjectParserFactory
JacksonHttpObjectParserServiceFactory. createService(ServiceContext context)
-
Uses of HttpObjectParserFactory in net.officefloor.web.state
Methods in net.officefloor.web.state that return HttpObjectParserFactory Modifier and Type Method Description HttpObjectParserFactory
HttpObjectManagedObjectSource.DefaultHttpObjectParser. getDefaultHttpObjectParserFactory()
Obtains the defaultHttpObjectParserFactory
.Constructor parameters in net.officefloor.web.state with type arguments of type HttpObjectParserFactory Constructor Description HttpObjectManagedObjectSource(java.lang.Class<T> objectClass, java.lang.String[] acceptedContentTypes, java.util.List<HttpObjectParserFactory> parserFactories, HttpObjectManagedObjectSource.DefaultHttpObjectParser defaultHttpObjectParser)
Instantiate.
-