com.remondis.remap.Target Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of remap Show documentation
Show all versions of remap Show documentation
A declarative mapping library for converting objects field by field.
package com.remondis.remap;
/**
* Target type.
*
* @author chattersley
*/
public enum Target {
/** Mapping target. */
SOURCE,
/** Mapping destination. */
DESTINATION;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy