Class NotDefaultCondition<S,D>

java.lang.Object
net.bramp.ffmpeg.modelmapper.NotDefaultCondition<S,D>
Type Parameters:
S - source type
D - destination type
All Implemented Interfaces:
Condition<S,D>

@Immutable public class NotDefaultCondition<S,D> extends Object implements Condition<S,D>
Only maps properties which are not their type's default value.
Author:
bramp