Uses of Interface
net.officefloor.web.value.retrieve.ValueRetriever
-
Packages that use ValueRetriever Package Description net.officefloor.web net.officefloor.web.template.section net.officefloor.web.value.retrieve -
-
Uses of ValueRetriever in net.officefloor.web
Constructors in net.officefloor.web with parameters of type ValueRetriever Constructor Description ParameterSegment(java.lang.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 ValueRetriever Constructor Description BeanWebTemplateWriter(net.officefloor.web.template.parse.BeanParsedTemplateSectionContent content, ValueRetriever<java.lang.Object> valueRetriever, boolean isArray, WebTemplateWriter[] beanWriters)
Initiate.PropertyWebTemplateWriter(net.officefloor.web.template.parse.PropertyParsedTemplateSectionContent content, ValueRetriever<java.lang.Object> valueRetriever, java.lang.Class<?> beanType)
Initiate. -
Uses of ValueRetriever in net.officefloor.web.value.retrieve
Classes in net.officefloor.web.value.retrieve that implement ValueRetriever Modifier and Type Class Description class
PropertyValueRetrieverImpl<T>
ValueRetriever
implementation.class
RootValueRetrieverImpl<T>
ValueRetriever
implementation.Methods in net.officefloor.web.value.retrieve that return ValueRetriever Modifier and Type Method Description <T> ValueRetriever<T>
ValueRetrieverSource. sourceValueRetriever(java.lang.Class<T> type)
Sources theValueRetriever
for the type.
-