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

flexjson.transformer.Inline Maven / Gradle / Ivy

package flexjson.transformer;

public interface Inline
{

	/**
	 * CAUTION: THIS IS FOR ADVANCED FEATURES
	 *
	 * If you want your transformer to handle writing of the property
	 * name and the value have it implement this interface. This will
	 * flag FlexJSON to not generate property names for this Transform.
	 * @return
	 */
	public Boolean isInline();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy