Package net.bramp.ffmpeg.modelmapper
Class NotDefaultCondition<S,D>
- java.lang.Object
-
- net.bramp.ffmpeg.modelmapper.NotDefaultCondition<S,D>
-
- Type Parameters:
S- source typeD- 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
-
-
Field Summary
Fields Modifier and Type Field Description static NotDefaultCondition<Object,Object>notDefault
-
Constructor Summary
Constructors Constructor Description NotDefaultCondition()
-
-
-
Field Detail
-
notDefault
public static final NotDefaultCondition<Object,Object> notDefault
-
-
Constructor Detail
-
NotDefaultCondition
public NotDefaultCondition()
-
-