Package com.enonic.xp.form
Interface PropertyTreeMarshallerService
-
public interface PropertyTreeMarshallerService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertyTree
marshal(Map<String,?> values)
PropertyTree
marshal(Map<String,?> values, Form form, boolean strict)
-
-
-
Method Detail
-
marshal
PropertyTree marshal(Map<String,?> values)
-
marshal
PropertyTree marshal(Map<String,?> values, Form form, boolean strict)
-
-