Uses of Interface
net.officefloor.compile.spi.supplier.source.SupplierSource
Packages that use SupplierSource
Package
Description
-
Uses of SupplierSource in net.officefloor.compile
Classes in net.officefloor.compile with type parameters of type SupplierSourceModifier and TypeInterfaceDescriptioninterfaceSupplierSourceService<S extends SupplierSource>Service to plug-in anSupplierSourceClassalias by including the extensionSupplierSourcejar on the class path.Methods in net.officefloor.compile with type parameters of type SupplierSourceModifier and TypeMethodDescriptionabstract <S extends SupplierSource>
voidOfficeFloorCompiler.addSupplierSourceAlias(String alias, 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 SupplierSourceModifier and TypeMethodDescription<S extends SupplierSource>
voidOfficeFloorCompilerImpl.addSupplierSourceAlias(String alias, Class<S> supplierSourceClass) <S extends SupplierSource>
Class<S>OfficeFloorCompilerImpl.getSupplierSourceClass(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 SupplierSourceModifier and TypeMethodDescription<S extends SupplierSource>
voidOfficeFloorCompilerAdapter.addSupplierSourceAlias(String alias, Class<S> supplierSourceClass) -
Uses of SupplierSource in net.officefloor.compile.impl.office
Methods in net.officefloor.compile.impl.office with parameters of type SupplierSourceModifier and TypeMethodDescriptionOfficeSourceContextImpl.loadSupplierType(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 SupplierSourceModifier and TypeMethodDescriptionOfficeFloorSourceContextImpl.loadSupplierType(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 SupplierSourceModifier and TypeMethodDescriptionOfficeFloorNodeImpl.addSupplier(String supplierName, SupplierSource supplierSource) OfficeNodeImpl.addSupplier(String supplierName, SupplierSource supplierSource) voidSupplierNodeImpl.initialise(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 SupplierSourceModifier and TypeMethodDescription<S extends SupplierSource>
InitialSupplierTypeSupplierLoaderImpl.loadInitialSupplierType(Class<S> supplierSourceClass, PropertyList propertyList) <S extends SupplierSource>
PropertyListSupplierLoaderImpl.loadSpecification(Class<S> supplierSourceClass) Methods in net.officefloor.compile.impl.supplier with parameters of type SupplierSourceModifier and TypeMethodDescriptionSupplierLoaderImpl.loadInitialSupplierType(SupplierSource supplierSource, 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 SupplierSourceModifier and TypeMethodDescription<S extends SupplierSource>
Class<S>NodeContext.getSupplierSourceClass(String supplierSourceClassName, SupplierNode node) Obtains theSupplierSourceclass.Methods in net.officefloor.compile.internal.structure with parameters of type SupplierSourceModifier and TypeMethodDescriptionvoidSupplierNode.initialise(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 SupplierSourceModifier and TypeMethodDescriptionOfficeArchitect.addSupplier(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 SupplierSourceModifier and TypeMethodDescriptionOfficeSourceContext.loadSupplierType(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 SupplierSourceModifier and TypeMethodDescriptionOfficeFloorDeployer.addSupplier(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 SupplierSourceModifier and TypeMethodDescriptionOfficeFloorSourceContext.loadSupplierType(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 -
Uses of SupplierSource in net.officefloor.compile.supplier
Methods in net.officefloor.compile.supplier with type parameters of type SupplierSourceModifier and TypeMethodDescription<S extends SupplierSource>
InitialSupplierTypeSupplierLoader.loadInitialSupplierType(Class<S> supplierSourceClass, PropertyList propertyList) Loads and returnsInitialSupplierTypefor theSupplierSource.<S extends SupplierSource>
PropertyListSupplierLoader.loadSpecification(Class<S> supplierSourceClass) Methods in net.officefloor.compile.supplier with parameters of type SupplierSourceModifier and TypeMethodDescriptionSupplierLoader.loadInitialSupplierType(SupplierSource supplierSource, PropertyList propertyList) Loads and returnsInitialSupplierTypefor theSupplierSource.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 SupplierSourceModifier and TypeMethodDescriptionstatic <S extends SupplierSource>
InitialSupplierTypeSupplierLoaderUtil.loadInitialSupplierType(Class<S> supplierSourceClass, String... propertyNameValues) Convenience method that loads theInitialSupplierTypeby obtaining theClassLoaderfrom theSupplierSourceclass.static <S extends SupplierSource>
InitialSupplierTypeSupplierLoaderUtil.loadInitialSupplierType(Class<S> supplierSourceClass, OfficeFloorCompiler compiler, String... propertyNameValues) Convenience method that loads theInitialSupplierTypewith the providedOfficeFloorCompiler.static <S extends SupplierSource>
SupplierTypeSupplierLoaderUtil.loadSupplierType(Class<S> supplierSourceClass, String... propertyNameValues) Convenience method that loads theSupplierTypeby obtaining theClassLoaderfrom theSupplierSourceclass.static <S extends SupplierSource>
SupplierTypeSupplierLoaderUtil.loadSupplierType(Class<S> supplierSourceClass, OfficeFloorCompiler compiler, String... propertyNameValues) Convenience method that loads theSupplierTypewith the providedOfficeFloorCompiler.static <S extends SupplierSource>
InitialSupplierTypeSupplierLoaderUtil.validateInitialSupplierType(SupplierTypeBuilder expectedSupplierType, Class<S> supplierSourceClass, String... propertyNameValues) Convenience method that validates theInitialSupplierTypeloaded from the inputSupplierSourceagainst the expectedInitialSupplierTypefrom theSupplierTypeBuilder.static <S extends SupplierSource>
PropertyListSupplierLoaderUtil.validateSpecification(Class<S> supplierSourceClass, String... propertyNameLabels) Validates theSupplierSourceSpecificationfor theSupplierSource.static <S extends SupplierSource>
SupplierTypeSupplierLoaderUtil.validateSupplierType(SupplierTypeBuilder expectedSupplierType, Class<S> supplierSourceClass, String... propertyNameValues) Convenience method that validates theSupplierTypeloaded from the inputSupplierSourceagainst the expectedSupplierTypefrom theSupplierTypeBuilder. -
Uses of SupplierSource in net.officefloor.jaxrs
Classes in net.officefloor.jaxrs that implement SupplierSource -
Uses of SupplierSource in net.officefloor.nosql.cosmosdb
Classes in net.officefloor.nosql.cosmosdb that implement SupplierSourceModifier and TypeClassDescriptionclassclassSupplierSourceforCosmosAsyncDatabase.classSupplierSourceforCosmosDatabase. -
Uses of SupplierSource in net.officefloor.nosql.dynamodb
Classes in net.officefloor.nosql.dynamodb that implement SupplierSource -
Uses of SupplierSource in net.officefloor.nosql.firestore
Classes in net.officefloor.nosql.firestore that implement SupplierSource -
Uses of SupplierSource in net.officefloor.nosql.objectify
Classes in net.officefloor.nosql.objectify that implement SupplierSource -
Uses of SupplierSource in net.officefloor.servlet.supply
Classes in net.officefloor.servlet.supply that implement SupplierSource -
Uses of SupplierSource in net.officefloor.spring
Classes in net.officefloor.spring that implement SupplierSource -
Uses of SupplierSource in net.officefloor.spring.starter.rest.argument
Classes in net.officefloor.spring.starter.rest.argument that implement SupplierSource -
Uses of SupplierSource in net.officefloor.webapp
Classes in net.officefloor.webapp that implement SupplierSource