Class FromOptionalConverter

java.lang.Object
overit.geocall.model.converters.FromOptionalConverter
All Implemented Interfaces:
Converter<Optional<?>,Object>, ConditionalConverter<Optional<?>,Object>

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.