Class ValueRangeConverter

    • Field Summary

      • Fields inherited from class ma.glasnost.orika.CustomConverter

        destinationType, mapperFacade, sourceType
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ValueRange convert​(ValueRange source, ma.glasnost.orika.metadata.Type<? extends ValueRange> destinationType, ma.glasnost.orika.MappingContext mappingContext)  
      • Methods inherited from class ma.glasnost.orika.CustomConverter

        canConvert, equals, getAType, getBType, hashCode, setMapperFacade, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ValueRangeConverter

        public ValueRangeConverter()
    • Method Detail

      • convert

        public ValueRange convert​(ValueRange source,
                                  ma.glasnost.orika.metadata.Type<? extends ValueRange> destinationType,
                                  ma.glasnost.orika.MappingContext mappingContext)