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 voidWebArchitectEmployer. 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 theHttpObjectParserFactoryinstances.Methods in net.officefloor.web.build with parameters of type HttpObjectParserFactory Modifier and Type Method Description voidWebArchitect. 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 classJacksonHttpObjectParserFactoryJacksonHttpObjectParserFactory.Methods in net.officefloor.web.json that return HttpObjectParserFactory Modifier and Type Method Description HttpObjectParserFactoryJacksonHttpObjectParserServiceFactory. 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 HttpObjectParserFactoryHttpObjectManagedObjectSource.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.
-