Uses of Record Class
net.pricefx.formulaengine.scripting.inputbuilder.TreeInputBuilder.Mapper
Packages that use TreeInputBuilder.Mapper
-
Uses of TreeInputBuilder.Mapper in net.pricefx.formulaengine.scripting.inputbuilder
Methods in net.pricefx.formulaengine.scripting.inputbuilder that return types with arguments of type TreeInputBuilder.MapperModifier and TypeMethodDescriptionTreeInputBuilder.Mapper.children()
Returns the value of thechildren
record component.Constructor parameters in net.pricefx.formulaengine.scripting.inputbuilder with type arguments of type TreeInputBuilder.MapperModifierConstructorDescriptionMapper
(String title, Object value, List<TreeInputBuilder.Mapper> children) Creates an instance of aMapper
record class.