net.bramp.ffmpeg.modelmapper.NotDefaultCondition Maven / Gradle / Ivy
                 Go to download
                
        
                    Show more of this group  Show more artifacts with this name
Show all versions of ffmpeg Show documentation
                Show all versions of ffmpeg Show documentation
Simple Java wrapper around FFmpeg command-line interface
                
             The newest version!
        
        package net.bramp.ffmpeg.modelmapper;
import com.google.common.base.Defaults;
import com.google.common.base.Objects;
import com.google.errorprone.annotations.Immutable;
import org.modelmapper.Condition;
import org.modelmapper.spi.MappingContext;
/**
 * Only maps properties which are not their type's default value.
 *
 * @param  source type
 * @param  destination type
 * @author bramp
 */
@Immutable
public class NotDefaultCondition implements Condition {
  public static final NotDefaultCondition     © 2015 - 2025 Weber Informatics LLC | Privacy Policy