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

net.anotheria.anosite.handler.validation.ValidatorSettings Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
package net.anotheria.anosite.handler.validation;

import org.json.JSONObject;

import java.io.Serializable;

/**
 * Validator settings generic interface.
 * 
 * @author Alexandr Bolbat
 */
public interface ValidatorSettings extends Serializable {

	/**
	 * Get validator settings name.
	 * 
	 * @return {@link String}
	 */
	String getName();

	/**
	 * Get validator settings as {@link JSONObject}.
	 * 
	 * @return TODO dummy comment for javadoc.
	 */
	JSONObject toJSON();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy