Uses of Class
com.tangosol.config.expression.Value
Package
Description
Defines classes and interfaces for representing and evaluating expressions.
Defines classes and interfaces for processing Xml documents and building object
models, like configuration, based on said documents though the use of injection.
-
Uses of Value in com.tangosol.config.expression
Modifier and TypeMethodDescriptionParameter.evaluate
(ParameterResolver resolver) Evaluates theExpression
to produce a value of type T. -
Uses of Value in com.tangosol.config.xml
Modifier and TypeMethodDescriptionDefaultProcessingContext.getPropertyValue
(String sPropertyName, Type typeProperty, XmlElement xmlParent, boolean fOnlyUsePropertyName) Attempts to resolve the named property of the specified type in the current context and if required will parse the specifiedXmlElement
in order to do so.