Uses of Interface
net.officefloor.web.value.load.StatelessValueLoader
Packages that use StatelessValueLoader
-
Uses of StatelessValueLoader in net.officefloor.web.value.load
Classes in net.officefloor.web.value.load that implement StatelessValueLoaderMethods in net.officefloor.web.value.load that return StatelessValueLoaderModifier and TypeMethodDescriptionKeyedObjectValueLoaderFactory.createValueLoader(Class<?> clazz) KeyedParameterValueLoaderFactory.createValueLoader(Class<?> clazz) ObjectParameterValueLoaderFactory.createValueLoader(Class<?> clazz) SingleParameterValueLoaderFactory.createValueLoader(Class<?> clazz) StatelessValueLoaderFactory.createValueLoader(Class<?> clazz) Creates theStatelessValueLoader.Methods in net.officefloor.web.value.load with parameters of type StatelessValueLoaderModifier and TypeMethodDescriptionvoidKeyedObjectValueLoaderFactory.setValueLoader(StatelessValueLoader valueLoader) Specifies theStatelessValueLoader.voidObjectParameterValueLoaderFactory.setValueLoader(StatelessValueLoader valueLoader) Specifies theStatelessValueLoader.Method parameters in net.officefloor.web.value.load with type arguments of type StatelessValueLoaderModifier and TypeMethodDescriptionvoidRootStatelessValueLoader.visitValueNames(Consumer<ValueName> visitor, String namePrefix, List<StatelessValueLoader> visitedLoaders) voidStatelessValueLoader.visitValueNames(Consumer<ValueName> visitor, String namePrefix, List<StatelessValueLoader> visistedLoaders) Traverses theValueNameinstances.Constructors in net.officefloor.web.value.load with parameters of type StatelessValueLoaderModifierConstructorDescriptionValueLoaderFactoryImpl(StatelessValueLoader delegate) Initiate.ValueLoaderImpl(Object object, StatelessValueLoader delegate) Initiate.Constructor parameters in net.officefloor.web.value.load with type arguments of type StatelessValueLoaderModifierConstructorDescriptionRootStatelessValueLoader(Map<PropertyKey, StatelessValueLoader> valueLoaders, PropertyKeyFactory propertyKeyFactory) Initiate.