Giter Site home page Giter Site logo

Inject security check about orika HOT 4 CLOSED

orika-mapper avatar orika-mapper commented on September 28, 2024
Inject security check

from orika.

Comments (4)

elaatifi avatar elaatifi commented on September 28, 2024

You can use the filter API, there is even a test case that you can look at
https://github.com/orika-mapper/orika/blob/master/tests/src/main/java/ma/glasnost/orika/test/filters/FilterTestCase.java#L75

from orika.

panov-andy avatar panov-andy commented on September 28, 2024

It's almost what I need but still not.
I need both source and destination values in single method.

Also I can't find how I can register filter only for certain mapping, not globally.

I'm voting for change Filter API 👍 :)
The best for me it's pass filter during map (suppose I can mistaking), like this:
PersonDto map = mapper.map(persionDto, PersonDto.class, securityFilter);

Please close ticket if...

from orika.

elaatifi avatar elaatifi commented on September 28, 2024

Ah sorry this is not how it's supposed to work shouldMap is called before we even get source/destination value
BTW Even if you registered globally you can constrain it, by overriding boolean appliesTo(Property,Property)

from orika.

panov-andy avatar panov-andy commented on September 28, 2024

Thanks.

from orika.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.