kbss-cvut / jb4jsonld

JSON-LD serialization and deserialization for Java REST services.
GNU Lesser General Public License v3.0
10 stars 3 forks source link

Cache classpath scanning results #68

Closed ledsoft closed 1 month ago

ledsoft commented 1 month ago

Currently, classpath is scanned on every instantiation of JsonLdDeserializer. This is suboptimal, classpath scanning results should be cached.