Class AbstractCustomMapper<A,​B>

    • Field Summary

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

        aType, bType, mapperFacade
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setFieldSelectionStrategy​(FieldSelectionStrategy fieldSelectionStrategy)  
      protected boolean shouldMap​(java.lang.Object source, java.lang.Object dest, ma.glasnost.orika.MappingContext mappingContext)  
      • Methods inherited from class ma.glasnost.orika.CustomMapper

        favorsExtension, getAType, getBType, mapAtoB, mapBtoA, setMapperFacade, setUsedMappers
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractCustomMapper

        public AbstractCustomMapper()
    • Method Detail

      • shouldMap

        protected boolean shouldMap​(java.lang.Object source,
                                    java.lang.Object dest,
                                    ma.glasnost.orika.MappingContext mappingContext)
      • setFieldSelectionStrategy

        public void setFieldSelectionStrategy​(FieldSelectionStrategy fieldSelectionStrategy)