Class FlowInterfaceClassInjectionInterrogator
- java.lang.Object
-
- net.officefloor.plugin.clazz.interrogate.impl.FlowInterfaceClassInjectionInterrogator
-
- All Implemented Interfaces:
ServiceFactory<ClassInjectionInterrogator>
,ClassInjectionInterrogator
,ClassInjectionInterrogatorServiceFactory
public class FlowInterfaceClassInjectionInterrogator extends java.lang.Object implements ClassInjectionInterrogator, ClassInjectionInterrogatorServiceFactory
- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description FlowInterfaceClassInjectionInterrogator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassInjectionInterrogator
createService(ServiceContext context)
Creates the service.void
interrogate(ClassInjectionInterrogatorContext context)
Interrogates for injection points.
-
-
-
Method Detail
-
createService
public ClassInjectionInterrogator createService(ServiceContext context) throws java.lang.Throwable
Description copied from interface:ServiceFactory
Creates the service.- Specified by:
createService
in interfaceServiceFactory<ClassInjectionInterrogator>
- Parameters:
context
-ServiceContext
.- Returns:
- Service.
- Throws:
java.lang.Throwable
- If fails to create the service.
-
interrogate
public void interrogate(ClassInjectionInterrogatorContext context) throws java.lang.Exception
Description copied from interface:ClassInjectionInterrogator
Interrogates for injection points.- Specified by:
interrogate
in interfaceClassInjectionInterrogator
- Parameters:
context
-ClassInjectionInterrogatorContext
.- Throws:
java.lang.Exception
- If failure in interrogation.
-
-