Uses of Class
com.tangosol.config.expression.Value
-
Packages that use Value Package Description com.tangosol.config.expression Defines classes and interfaces for representing and evaluating expressions.com.tangosol.config.xml 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 Value Modifier and Type Method Description Value
Parameter. evaluate(ParameterResolver resolver)
Evaluates theExpression
to produce a value of type T.Constructors in com.tangosol.config.expression with parameters of type Value Constructor Description Value(Value value)
-
Uses of Value in com.tangosol.config.xml
Methods in com.tangosol.config.xml that return Value Modifier and Type Method Description Value
DefaultProcessingContext. 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.
-