MapsterMapper / Mapster

A fast, fun and stimulating object to object Mapper
MIT License
4.3k stars 328 forks source link

Request for feature/help #548

Open cherchyk opened 1 year ago

cherchyk commented 1 year ago

I have an entity class with this fluent API (I do not use data declaration attributes)

image

this is what I have generated

image

is there a chance I can somehow translate at least Required and HasMaxLength to DTO object ???

andrerav commented 1 year ago

@cherchyk I don't understand what you are trying to achieve here. Can you explain the use case further?