reinert / JJSchema

A generator from Java Types to JSON-Schema using Jackson.
Other
117 stars 56 forks source link

read from another project or desktop #100

Closed sorariver closed 5 years ago

sorariver commented 5 years ago

Is it possible to read pojo.class file from desktop or other places? (sorry this is not an issue, just question..)

reinert commented 5 years ago

Hi, sure. Since it relies on reflection, it should have no problem with external classes, as long as they are in your classpath.