Uses of Class
de.xima.fc.placeholder.parser.form_function.node.ValueTransformer
- 
Packages that use ValueTransformer Package Description de.xima.fc.placeholder.parser.form_function de.xima.fc.placeholder.parser.form_function.node  - 
- 
Uses of ValueTransformer in de.xima.fc.placeholder.parser.form_function
Methods in de.xima.fc.placeholder.parser.form_function that return ValueTransformer Modifier and Type Method Description static ValueTransformerFormFunctionParser. parseValueTransformer(String expression)Attempts to parse the entire content of the string as a value transformer, i.e. - 
Uses of ValueTransformer in de.xima.fc.placeholder.parser.form_function.node
Methods in de.xima.fc.placeholder.parser.form_function.node that return ValueTransformer Modifier and Type Method Description static ValueTransformerValueTransformer. empty()ValueTransformerChainExpression. getRootTransformer()Methods in de.xima.fc.placeholder.parser.form_function.node that return types with arguments of type ValueTransformer Modifier and Type Method Description List<ValueTransformer>ChainExpression. getChainedTransformers()List<ValueTransformer>ChainExpression. getTransformers()Constructor parameters in de.xima.fc.placeholder.parser.form_function.node with type arguments of type ValueTransformer Constructor Description ChainExpression(List<ValueTransformer> transformers) 
 -