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