Uses of Interface
net.officefloor.compile.supplier.SupplierType
-
-
Uses of SupplierType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return SupplierType Modifier and Type Method Description SupplierType
CompileContextImpl. getOrLoadSupplierType(SupplierNode supplierNode)
SupplierType
SupplierNodeImpl. loadSupplierType(CompileContext compileContext, boolean isLoadingType, AvailableType[] availableTypes)
-
Uses of SupplierType in net.officefloor.compile.impl.supplier
Classes in net.officefloor.compile.impl.supplier that implement SupplierType Modifier and Type Class Description class
InitialSupplierTypeImpl
InitialSupplierType
implementation.class
SupplierTypeImpl
InitialSupplierType
implementation.Methods in net.officefloor.compile.impl.supplier that return SupplierType Modifier and Type Method Description SupplierType
SupplierLoaderImpl. loadSupplierType(InitialSupplierType initialType, AvailableType... availableTypes)
-
Uses of SupplierType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return SupplierType Modifier and Type Method Description SupplierType
CompileContext. getOrLoadSupplierType(SupplierNode supplierNode)
Obtains the existing or loads theSupplierType
for theSupplierNode
.SupplierType
SupplierNode. loadSupplierType(CompileContext compileContext, boolean isLoadingType, AvailableType[] availableTypes)
Loads theSupplierType
. -
Uses of SupplierType in net.officefloor.compile.supplier
Subinterfaces of SupplierType in net.officefloor.compile.supplier Modifier and Type Interface Description interface
InitialSupplierType
Type definition
of a Supplier that requires completing.Methods in net.officefloor.compile.supplier that return SupplierType Modifier and Type Method Description SupplierType
SupplierLoader. loadSupplierType(InitialSupplierType initialType, AvailableType... availableTypes)
Loads the completedSupplierType
. -
Uses of SupplierType in net.officefloor.compile.test.supplier
Methods in net.officefloor.compile.test.supplier that return SupplierType Modifier and Type Method Description 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>
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
.
-