Uses of Interface
net.officefloor.compile.supplier.SupplierType
Packages that use SupplierType
Package
Description
-
Uses of SupplierType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return SupplierTypeModifier and TypeMethodDescriptionCompileContextImpl.getOrLoadSupplierType(SupplierNode supplierNode) 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 SupplierTypeModifier and TypeClassDescriptionclassInitialSupplierTypeimplementation.classInitialSupplierTypeimplementation.Methods in net.officefloor.compile.impl.supplier that return SupplierTypeModifier and TypeMethodDescriptionSupplierLoaderImpl.loadSupplierType(InitialSupplierType initialType, AvailableType... availableTypes) -
Uses of SupplierType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return SupplierTypeModifier and TypeMethodDescriptionCompileContext.getOrLoadSupplierType(SupplierNode supplierNode) Obtains the existing or loads theSupplierTypefor theSupplierNode.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.supplierModifier and TypeInterfaceDescriptioninterfaceType definitionof a Supplier that requires completing.Methods in net.officefloor.compile.supplier that return SupplierTypeModifier and TypeMethodDescriptionSupplierLoader.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 SupplierTypeModifier and TypeMethodDescriptionstatic <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>
SupplierTypeSupplierLoaderUtil.validateSupplierType(SupplierTypeBuilder expectedSupplierType, Class<S> supplierSourceClass, String... propertyNameValues) Convenience method that validates theSupplierTypeloaded from the inputSupplierSourceagainst the expectedSupplierTypefrom theSupplierTypeBuilder.