educative.io

Where should mappers live inside project structure

Hello there!
It would be great if you give examples where the mappers should live inside the project structure for each case (Two way, full, one way) when implementing our own mappers. I’m really in doubt if the mapper must be a private method in the service or a class itself with public static methods and whatnot.
Could you please share your thoughts about this?
Regards