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

net.projectmonkey.object.mapper.analysis.resolver.PropertyResolvers Maven / Gradle / Ivy

Go to download

Object mapping implementation written as an alternative to modelmapper which is able to support inheritance, handles flattening / expanding in a precise way, and is extensible / configurable

The newest version!
package net.projectmonkey.object.mapper.analysis.resolver;

/**
 * @author Andy Moody
 */
public class PropertyResolvers
{

	public static PropertyResolver FIELD = FieldBasedPropertyResolver.INSTANCE;
	public static PropertyResolver JAVA_BEAN = JavaBeanBasedPropertyResolver.INSTANCE;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy