Uses of Interface
net.officefloor.compile.spi.supplier.source.SupplierSourceContext
-
-
Uses of SupplierSourceContext in net.officefloor.compile.impl.supplier
Classes in net.officefloor.compile.impl.supplier that implement SupplierSourceContext Modifier and Type Class Description class
SupplierSourceContextImpl
SupplierSourceContext
implementation. -
Uses of SupplierSourceContext in net.officefloor.compile.spi.supplier.source
Methods in net.officefloor.compile.spi.supplier.source with parameters of type SupplierSourceContext Modifier and Type Method Description void
SupplierSource. supply(SupplierSourceContext context)
Supplies the necessaryManagedObjectSource
instances. -
Uses of SupplierSourceContext in net.officefloor.compile.test.supplier
Methods in net.officefloor.compile.test.supplier with parameters of type SupplierSourceContext Modifier and Type Method Description static SupplierCompletionContext
SupplierLoaderUtil. getSupplierCompletionContext(SupplierSourceContext context)
Safely obtains theSupplierCompletionContext
from theSupplierSourceContext
. -
Uses of SupplierSourceContext in net.officefloor.jaxrs
Methods in net.officefloor.jaxrs with parameters of type SupplierSourceContext Modifier and Type Method Description void
JaxRsSupplierSource. supply(SupplierSourceContext context)
-
Uses of SupplierSourceContext in net.officefloor.nosql.cosmosdb
Methods in net.officefloor.nosql.cosmosdb with parameters of type SupplierSourceContext Modifier and Type Method Description protected abstract void
AbstractCosmosDbSupplierSource. setupManagedObjectSources(SupplierSourceContext context, java.lang.Class<?>[] entities)
Sets up theManagedObjectSource
instances.protected void
CosmosAsyncDbSupplierSource. setupManagedObjectSources(SupplierSourceContext context, java.lang.Class<?>[] entities)
protected void
CosmosDbSupplierSource. setupManagedObjectSources(SupplierSourceContext context, java.lang.Class<?>[] entities)
void
AbstractCosmosDbSupplierSource. supply(SupplierSourceContext context)
-
Uses of SupplierSourceContext in net.officefloor.nosql.dynamodb
Methods in net.officefloor.nosql.dynamodb with parameters of type SupplierSourceContext Modifier and Type Method Description void
DynamoDbSupplierSource. supply(SupplierSourceContext context)
-
Uses of SupplierSourceContext in net.officefloor.nosql.objectify
Methods in net.officefloor.nosql.objectify with parameters of type SupplierSourceContext Modifier and Type Method Description void
ObjectifySupplierSource. supply(SupplierSourceContext context)
-
Uses of SupplierSourceContext in net.officefloor.servlet.inject
Methods in net.officefloor.servlet.inject with parameters of type SupplierSourceContext Modifier and Type Method Description <T> T
InjectionRegistry. getDependency(java.lang.String qualifier, java.lang.Class<? extends T> type, SupplierSourceContext supplierContext)
Obtains the dependency.void
InjectionRegistry. registerForInjection(java.lang.Class<?> clazz, SupplierSourceContext supplierContext)
Registers theClass
for injection. -
Uses of SupplierSourceContext in net.officefloor.servlet.supply
Methods in net.officefloor.servlet.supply with parameters of type SupplierSourceContext Modifier and Type Method Description void
ServletSupplierSource. supply(SupplierSourceContext context)
-
Uses of SupplierSourceContext in net.officefloor.servlet.tomcat
Methods in net.officefloor.servlet.tomcat with parameters of type SupplierSourceContext Modifier and Type Method Description void
TomcatServletManager. setSupplierSourceContext(SupplierSourceContext supplierSourceContext)
Specifies theSupplierSourceContext
. -
Uses of SupplierSourceContext in net.officefloor.spring
Methods in net.officefloor.spring with parameters of type SupplierSourceContext Modifier and Type Method Description void
SpringSupplierSource. supply(SupplierSourceContext context)
-
Uses of SupplierSourceContext in net.officefloor.webapp
Methods in net.officefloor.webapp with parameters of type SupplierSourceContext Modifier and Type Method Description void
WebAppWoofExtensionService.WebAppSupplierSource. supply(SupplierSourceContext context)
-