jakartaee / common-annotations-api

Jakarta Annotations
https://eclipse.org/ee4j/ca
Other
53 stars 39 forks source link

Common converters can be used in all conversion cases #94

Open hantsy opened 2 years ago

hantsy commented 2 years ago

I noticed there is a Converter used with annotations, if possible to add a common ConversionService for all conversion cases, as a common fallbacks. eg. Config, JPA, JSF, etc. have their own converters, and make them also search the common ConversionService and adapt the common converters if not found in their parts.

Originally posted by @hantsy in https://github.com/eclipse-ee4j/config/discussions/11#discussioncomment-1626487