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 SupplierTypeCompileContextImpl. getOrLoadSupplierType(SupplierNode supplierNode)SupplierTypeSupplierNodeImpl. 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 classInitialSupplierTypeImplInitialSupplierTypeimplementation.classSupplierTypeImplInitialSupplierTypeimplementation.Methods in net.officefloor.compile.impl.supplier that return SupplierType Modifier and Type Method Description SupplierTypeSupplierLoaderImpl. 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 SupplierTypeCompileContext. getOrLoadSupplierType(SupplierNode supplierNode)Obtains the existing or loads theSupplierTypefor theSupplierNode.SupplierTypeSupplierNode. 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 interfaceInitialSupplierTypeType definitionof a Supplier that requires completing.Methods in net.officefloor.compile.supplier that return SupplierType Modifier and Type Method Description SupplierTypeSupplierLoader. 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 theSupplierTypeby obtaining theClassLoaderfrom theSupplierSourceclass.static <S extends SupplierSource>
SupplierTypeSupplierLoaderUtil. loadSupplierType(java.lang.Class<S> supplierSourceClass, OfficeFloorCompiler compiler, java.lang.String... propertyNameValues)Convenience method that loads theSupplierTypewith the providedOfficeFloorCompiler.static <S extends SupplierSource>
SupplierTypeSupplierLoaderUtil. validateSupplierType(SupplierTypeBuilder expectedSupplierType, java.lang.Class<S> supplierSourceClass, java.lang.String... propertyNameValues)Convenience method that validates theSupplierTypeloaded from the inputSupplierSourceagainst the expectedSupplierTypefrom theSupplierTypeBuilder.
-