Giter Site home page Giter Site logo

Comments (1)

keilw avatar keilw commented on June 3, 2024

IMO that's not for the API or SPI.
There are several different implementations of Prefix, e.g. IndianPrefix or TamilPrefix in systems-common
Reflection should be used to find a list of all classes that implement a particular interface like Prefix.
There are several sources like:

Spring was also mentioned, but I'm not sure because the only methods I saw in something like ClassUtils do the exact opposite, a list of all interfaces a given class implements, but not the other way round.

The strong and versatile path scanner of BurningWave looks very compelling. Although it is a little older and not so often changed, Reflections.org should be as fine. Because the two most common prefixes are part of the API there is no need to discover them via reflection. And while it is not strictly mandated, just highly recommended most Prefix implementations are also enums and the exact class known.
If you need such a flexible and powerful scanner of all implementing classes, please use one of the mentioned approaches, I don't see a use to put that into the API and force all implementations to do it if a majority does not need any other prefixes and a few that also define two or more extra enums know the exact class of these enums.

from unit-api.

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.