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

com.talk2object.plum.interaction.viewgeneneration.BuilderMatchPolicy Maven / Gradle / Ivy

There is a newer version: 0.1.22
Show newest version
package com.talk2object.plum.interaction.viewgeneneration;

public enum BuilderMatchPolicy {
	/**
	 * only the exact model class is allowed
	 */
	EXACT,
	/**
	 * order: bean, subclass, object
	 */
	BEAN,
	/**
	 * subclass, bean, object
	 */
	SUBCLASS_BEAN_OBJECT,
	SUBCLASS_OBJECT;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy