Uses of Interface
net.officefloor.servlet.inject.FieldDependencyExtractor
-
Packages that use FieldDependencyExtractor Package Description net.officefloor.servlet.inject -
-
Uses of FieldDependencyExtractor in net.officefloor.servlet.inject
Classes in net.officefloor.servlet.inject that implement FieldDependencyExtractor Modifier and Type Class Description class
InjectFieldDependencyExtractor
Inject
FieldDependencyExtractor
.Methods in net.officefloor.servlet.inject that return FieldDependencyExtractor Modifier and Type Method Description FieldDependencyExtractor
DependencyFieldDependencyExtractor. createService(ServiceContext context)
FieldDependencyExtractor
InjectFieldDependencyExtractor. createService(ServiceContext context)
Constructors in net.officefloor.servlet.inject with parameters of type FieldDependencyExtractor Constructor Description InjectionRegistry(FieldDependencyExtractor[] fieldDependencyExtractors)
Instantiate.
-