Uses of Class
de.xima.fc.placeholder.parser.form_function.node.ValueTransformer
Packages that use ValueTransformer
Package
Description
-
Uses of ValueTransformer in de.xima.fc.placeholder.parser.form_function
Methods in de.xima.fc.placeholder.parser.form_function that return ValueTransformerModifier and TypeMethodDescriptionstatic ValueTransformer
FormFunctionParser.parseValueTransformer
(String expression) Attempts to parse the entire content of the string as a value transformer, i.e. a single function with optional parameters, e.g. -
Uses of ValueTransformer in de.xima.fc.placeholder.parser.form_function.node
Methods in de.xima.fc.placeholder.parser.form_function.node that return ValueTransformerModifier and TypeMethodDescriptionstatic ValueTransformer
ValueTransformer.empty()
ChainExpression.getRootTransformer()
Methods in de.xima.fc.placeholder.parser.form_function.node that return types with arguments of type ValueTransformerModifier and TypeMethodDescriptionChainExpression.getChainedTransformers()
ChainExpression.getTransformers()
Constructor parameters in de.xima.fc.placeholder.parser.form_function.node with type arguments of type ValueTransformer