Package net.officefloor.web.json
Class JacksonHttpObjectResponderServiceFactory
- java.lang.Object
-
- net.officefloor.web.json.JacksonHttpObjectResponderServiceFactory
-
- All Implemented Interfaces:
ServiceFactory<HttpObjectResponderFactory>
,HttpObjectResponderServiceFactory
public class JacksonHttpObjectResponderServiceFactory extends java.lang.Object implements HttpObjectResponderServiceFactory
JacksonHttpObjectResponderServiceFactory
.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description JacksonHttpObjectResponderServiceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpObjectResponderFactory
createService(ServiceContext context)
Creates the service.
-
-
-
Method Detail
-
createService
public HttpObjectResponderFactory createService(ServiceContext context) throws java.lang.Throwable
Description copied from interface:ServiceFactory
Creates the service.- Specified by:
createService
in interfaceServiceFactory<HttpObjectResponderFactory>
- Parameters:
context
-ServiceContext
.- Returns:
- Service.
- Throws:
java.lang.Throwable
- If fails to create the service.
-
-