Package overit.geocall.model.converters
Class FromOptionalConverter
java.lang.Object
overit.geocall.model.converters.FromOptionalConverter
public class FromOptionalConverter
extends Object
implements ConditionalConverter<Optional<?>,Object>
Convert Optional to Object. If the Optional is not defined, the destination value will not be changes, otherwise
empty Optional will set null as destination's value.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.modelmapper.spi.ConditionalConverter
ConditionalConverter.MatchResult -
Constructor Summary
Constructors -
Method Summary