Uses of Interface
net.officefloor.compile.spi.supplier.source.SupplierSource
-
-
Uses of SupplierSource in net.officefloor.compile
Classes in net.officefloor.compile with type parameters of type SupplierSource Modifier and Type Interface Description interface
SupplierSourceService<S extends SupplierSource>
Service to plug-in anSupplierSource
Class
alias by including the extensionSupplierSource
jar on the class path.Methods in net.officefloor.compile with type parameters of type SupplierSource Modifier and Type Method Description abstract <S extends SupplierSource>
voidOfficeFloorCompiler. addSupplierSourceAlias(java.lang.String alias, java.lang.Class<S> supplierSourceClass)
Allows providing an alias name for aSupplierSource
. -
Uses of SupplierSource in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl with type parameters of type SupplierSource Modifier and Type Method Description <S extends SupplierSource>
voidOfficeFloorCompilerImpl. addSupplierSourceAlias(java.lang.String alias, java.lang.Class<S> supplierSourceClass)
<S extends SupplierSource>
java.lang.Class<S>OfficeFloorCompilerImpl. getSupplierSourceClass(java.lang.String supplierSourceClassName, SupplierNode node)
-
Uses of SupplierSource in net.officefloor.compile.impl.adapt
Methods in net.officefloor.compile.impl.adapt with type parameters of type SupplierSource Modifier and Type Method Description <S extends SupplierSource>
voidOfficeFloorCompilerAdapter. addSupplierSourceAlias(java.lang.String alias, java.lang.Class<S> supplierSourceClass)
-
Uses of SupplierSource in net.officefloor.compile.impl.office
Methods in net.officefloor.compile.impl.office with parameters of type SupplierSource Modifier and Type Method Description InitialSupplierType
OfficeSourceContextImpl. loadSupplierType(java.lang.String supplierName, SupplierSource supplierSource, PropertyList properties)
-
Uses of SupplierSource in net.officefloor.compile.impl.officefloor
Methods in net.officefloor.compile.impl.officefloor with parameters of type SupplierSource Modifier and Type Method Description InitialSupplierType
OfficeFloorSourceContextImpl. loadSupplierType(java.lang.String supplierName, SupplierSource supplierSource, PropertyList properties)
-
Uses of SupplierSource in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with parameters of type SupplierSource Modifier and Type Method Description OfficeFloorSupplier
OfficeFloorNodeImpl. addSupplier(java.lang.String supplierName, SupplierSource supplierSource)
OfficeSupplier
OfficeNodeImpl. addSupplier(java.lang.String supplierName, SupplierSource supplierSource)
void
SupplierNodeImpl. initialise(java.lang.String supplierSourceClassName, SupplierSource supplierSource)
-
Uses of SupplierSource in net.officefloor.compile.impl.supplier
Methods in net.officefloor.compile.impl.supplier with type parameters of type SupplierSource Modifier and Type Method Description <S extends SupplierSource>
InitialSupplierTypeSupplierLoaderImpl. loadInitialSupplierType(java.lang.Class<S> supplierSourceClass, PropertyList propertyList)
<S extends SupplierSource>
PropertyListSupplierLoaderImpl. loadSpecification(java.lang.Class<S> supplierSourceClass)
Methods in net.officefloor.compile.impl.supplier with parameters of type SupplierSource Modifier and Type Method Description InitialSupplierType
SupplierLoaderImpl. loadInitialSupplierType(SupplierSource supplierSource, PropertyList propertyList)
PropertyList
SupplierLoaderImpl. loadSpecification(SupplierSource supplierSource)
-
Uses of SupplierSource in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure with type parameters of type SupplierSource Modifier and Type Method Description <S extends SupplierSource>
java.lang.Class<S>NodeContext. getSupplierSourceClass(java.lang.String supplierSourceClassName, SupplierNode node)
Obtains theSupplierSource
class.Methods in net.officefloor.compile.internal.structure with parameters of type SupplierSource Modifier and Type Method Description void
SupplierNode. initialise(java.lang.String supplierSourceClassName, SupplierSource supplierSource)
Initialises theSupplierNode
. -
Uses of SupplierSource in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office with parameters of type SupplierSource Modifier and Type Method Description OfficeSupplier
OfficeArchitect. addSupplier(java.lang.String supplierName, SupplierSource supplierSource)
Adds anOfficeSupplier
. -
Uses of SupplierSource in net.officefloor.compile.spi.office.source
Methods in net.officefloor.compile.spi.office.source with parameters of type SupplierSource Modifier and Type Method Description InitialSupplierType
OfficeSourceContext. loadSupplierType(java.lang.String supplierName, SupplierSource supplierSource, PropertyList properties)
Loads theInitialSupplierType
. -
Uses of SupplierSource in net.officefloor.compile.spi.officefloor
Methods in net.officefloor.compile.spi.officefloor with parameters of type SupplierSource Modifier and Type Method Description OfficeFloorSupplier
OfficeFloorDeployer. addSupplier(java.lang.String supplierName, SupplierSource supplierSource)
Adds anOfficeFloorSupplier
. -
Uses of SupplierSource in net.officefloor.compile.spi.officefloor.source
Methods in net.officefloor.compile.spi.officefloor.source with parameters of type SupplierSource Modifier and Type Method Description InitialSupplierType
OfficeFloorSourceContext. loadSupplierType(java.lang.String supplierName, SupplierSource supplierSource, PropertyList properties)
Loads theInitialSupplierType
. -
Uses of SupplierSource in net.officefloor.compile.spi.supplier.source.impl
Classes in net.officefloor.compile.spi.supplier.source.impl that implement SupplierSource Modifier and Type Class Description class
AbstractSupplierSource
AbstractSupplierSource
. -
Uses of SupplierSource in net.officefloor.compile.supplier
Methods in net.officefloor.compile.supplier with type parameters of type SupplierSource Modifier and Type Method Description <S extends SupplierSource>
InitialSupplierTypeSupplierLoader. loadInitialSupplierType(java.lang.Class<S> supplierSourceClass, PropertyList propertyList)
Loads and returnsInitialSupplierType
for theSupplierSource
.<S extends SupplierSource>
PropertyListSupplierLoader. loadSpecification(java.lang.Class<S> supplierSourceClass)
Methods in net.officefloor.compile.supplier with parameters of type SupplierSource Modifier and Type Method Description InitialSupplierType
SupplierLoader. loadInitialSupplierType(SupplierSource supplierSource, PropertyList propertyList)
Loads and returnsInitialSupplierType
for theSupplierSource
.PropertyList
SupplierLoader. loadSpecification(SupplierSource supplierSource)
-
Uses of SupplierSource in net.officefloor.compile.test.supplier
Methods in net.officefloor.compile.test.supplier with type parameters of type SupplierSource Modifier and Type Method Description static <S extends SupplierSource>
InitialSupplierTypeSupplierLoaderUtil. loadInitialSupplierType(java.lang.Class<S> supplierSourceClass, java.lang.String... propertyNameValues)
Convenience method that loads theInitialSupplierType
by obtaining theClassLoader
from theSupplierSource
class.static <S extends SupplierSource>
InitialSupplierTypeSupplierLoaderUtil. loadInitialSupplierType(java.lang.Class<S> supplierSourceClass, OfficeFloorCompiler compiler, java.lang.String... propertyNameValues)
Convenience method that loads theInitialSupplierType
with the providedOfficeFloorCompiler
.static <S extends SupplierSource>
SupplierTypeSupplierLoaderUtil. loadSupplierType(java.lang.Class<S> supplierSourceClass, java.lang.String... propertyNameValues)
Convenience method that loads theSupplierType
by obtaining theClassLoader
from theSupplierSource
class.static <S extends SupplierSource>
SupplierTypeSupplierLoaderUtil. loadSupplierType(java.lang.Class<S> supplierSourceClass, OfficeFloorCompiler compiler, java.lang.String... propertyNameValues)
Convenience method that loads theSupplierType
with the providedOfficeFloorCompiler
.static <S extends SupplierSource>
InitialSupplierTypeSupplierLoaderUtil. validateInitialSupplierType(SupplierTypeBuilder expectedSupplierType, java.lang.Class<S> supplierSourceClass, java.lang.String... propertyNameValues)
Convenience method that validates theInitialSupplierType
loaded from the inputSupplierSource
against the expectedInitialSupplierType
from theSupplierTypeBuilder
.static <S extends SupplierSource>
PropertyListSupplierLoaderUtil. validateSpecification(java.lang.Class<S> supplierSourceClass, java.lang.String... propertyNameLabels)
Validates theSupplierSourceSpecification
for theSupplierSource
.static <S extends SupplierSource>
SupplierTypeSupplierLoaderUtil. validateSupplierType(SupplierTypeBuilder expectedSupplierType, java.lang.Class<S> supplierSourceClass, java.lang.String... propertyNameValues)
Convenience method that validates theSupplierType
loaded from the inputSupplierSource
against the expectedSupplierType
from theSupplierTypeBuilder
. -
Uses of SupplierSource in net.officefloor.jaxrs
Classes in net.officefloor.jaxrs that implement SupplierSource Modifier and Type Class Description class
JaxRsSupplierSource
JAX-RSSupplierSource
. -
Uses of SupplierSource in net.officefloor.nosql.cosmosdb
Classes in net.officefloor.nosql.cosmosdb that implement SupplierSource Modifier and Type Class Description class
AbstractCosmosDbSupplierSource
class
CosmosAsyncDbSupplierSource
SupplierSource
forCosmosAsyncDatabase
.class
CosmosDbSupplierSource
SupplierSource
forCosmosDatabase
. -
Uses of SupplierSource in net.officefloor.nosql.dynamodb
Classes in net.officefloor.nosql.dynamodb that implement SupplierSource Modifier and Type Class Description class
DynamoDbSupplierSource
SupplierSource
forDynamoDBMapper
. -
Uses of SupplierSource in net.officefloor.nosql.objectify
Classes in net.officefloor.nosql.objectify that implement SupplierSource Modifier and Type Class Description class
ObjectifySupplierSource
SupplierSource
to provideObjectify
. -
Uses of SupplierSource in net.officefloor.servlet.supply
Classes in net.officefloor.servlet.supply that implement SupplierSource Modifier and Type Class Description class
ServletSupplierSource
SupplierSource
to provideServlet
functionality. -
Uses of SupplierSource in net.officefloor.spring
Classes in net.officefloor.spring that implement SupplierSource Modifier and Type Class Description class
SpringSupplierSource
SpringSupplierSource
. -
Uses of SupplierSource in net.officefloor.webapp
Classes in net.officefloor.webapp that implement SupplierSource Modifier and Type Class Description static class
WebAppWoofExtensionService.WebAppSupplierSource
WebAppSupplierSource
.
-