Uses of Interface
net.officefloor.web.build.HttpObjectParserFactory
Packages that use HttpObjectParserFactory
Package
Description
-
Uses of HttpObjectParserFactory in net.officefloor.web
Methods in net.officefloor.web with parameters of type HttpObjectParserFactoryModifier and TypeMethodDescriptionvoidWebArchitectEmployer.addHttpObjectParser(HttpObjectParserFactory objectParserFactory) -
Uses of HttpObjectParserFactory in net.officefloor.web.build
Methods in net.officefloor.web.build that return HttpObjectParserFactoryModifier and TypeMethodDescriptionHttpInputExplorerContext.getHttpObjectParserFactories()Obtains theHttpObjectParserFactoryinstances.Methods in net.officefloor.web.build with parameters of type HttpObjectParserFactoryModifier and TypeMethodDescriptionvoidWebArchitect.addHttpObjectParser(HttpObjectParserFactory objectParserFactory) Manually adds aHttpObjectParserFactory. -
Uses of HttpObjectParserFactory in net.officefloor.web.json
Classes in net.officefloor.web.json that implement HttpObjectParserFactoryMethods in net.officefloor.web.json that return HttpObjectParserFactoryModifier and TypeMethodDescriptionJacksonHttpObjectParserServiceFactory.createService(ServiceContext context) -
Uses of HttpObjectParserFactory in net.officefloor.web.state
Methods in net.officefloor.web.state that return HttpObjectParserFactoryModifier and TypeMethodDescriptionHttpObjectManagedObjectSource.DefaultHttpObjectParser.getDefaultHttpObjectParserFactory()Obtains the defaultHttpObjectParserFactory.Constructor parameters in net.officefloor.web.state with type arguments of type HttpObjectParserFactoryModifierConstructorDescriptionHttpObjectManagedObjectSource(Class<T> objectClass, String[] acceptedContentTypes, List<HttpObjectParserFactory> parserFactories, HttpObjectManagedObjectSource.DefaultHttpObjectParser defaultHttpObjectParser) Instantiate.