Uses of Class
com.tangosol.config.expression.Value
Packages that use 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
Methods in com.tangosol.config.expression that return ValueModifier and TypeMethodDescriptionParameter.evaluate
(ParameterResolver resolver) Evaluates theExpression
to produce a value of type T.Constructors in com.tangosol.config.expression with parameters of type Value -
Uses of Value in com.tangosol.config.xml
Methods in com.tangosol.config.xml that return ValueModifier 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.