Uses of Interface
net.officefloor.web.value.retrieve.ValueRetriever
Packages that use ValueRetriever
Package
Description
-
Uses of ValueRetriever in net.officefloor.web
Constructors in net.officefloor.web with parameters of type ValueRetrieverModifierConstructorDescriptionParameterSegment(String propertyName, ValueRetriever<T> valueRetriever) Instantiate. -
Uses of ValueRetriever in net.officefloor.web.template.section
Constructors in net.officefloor.web.template.section with parameters of type ValueRetrieverModifierConstructorDescriptionBeanWebTemplateWriter(net.officefloor.web.template.parse.BeanParsedTemplateSectionContent content, ValueRetriever<Object> valueRetriever, boolean isArray, WebTemplateWriter[] beanWriters) Initiate.PropertyWebTemplateWriter(net.officefloor.web.template.parse.PropertyParsedTemplateSectionContent content, ValueRetriever<Object> valueRetriever, Class<?> beanType) Initiate. -
Uses of ValueRetriever in net.officefloor.web.value.retrieve
Classes in net.officefloor.web.value.retrieve that implement ValueRetrieverModifier and TypeClassDescriptionclassValueRetrieverimplementation.classValueRetrieverimplementation.Methods in net.officefloor.web.value.retrieve that return ValueRetrieverModifier and TypeMethodDescription<T> ValueRetriever<T>ValueRetrieverSource.sourceValueRetriever(Class<T> type) Sources theValueRetrieverfor the type.