cyberborean / rdfbeans

Java persistence with RDF
Other
11 stars 12 forks source link

Feature/overridable type resolution #5

Closed wherget closed 8 years ago

wherget commented 8 years ago

A very simple feature, just changing the visibility of getBindingClassForType.

The use-case is as follows: I want to unmarshal an RDF model into a class structure, but don't want to augment the model with rdfbeans:bindingClass properies. With this feature, I can write a subclass of RDFBeanManager that can look up binding classes using e.g. classpath scanning.

This PR touches upon issue #4, but is only a very small part of what is proposed there.