All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.enonic.xp.form.PropertyTreeMarshallerService Maven / Gradle / Ivy

The newest version!
package com.enonic.xp.form;

import java.util.Map;

import com.enonic.xp.data.PropertyTree;

public interface PropertyTreeMarshallerService
{
    PropertyTree marshal( Map values );

    PropertyTree marshal( Map values, Form form, boolean strict );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy