dropwizard-swagger
dropwizard-swagger copied to clipboard
Value.Immutable classes
I am using Value.Immutable classes as part of my rest input/output. Swagger does not seem to understand these beans as there are no getters and setters in the immutable class definition. Because of this, I dont see anything in the Example section in swagger.
How do I enable Value.Immutable classes?