Skip to content

neg3ntropy/dropwizard-jaxb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dropwizard-jaxb

Support for XML entity validation in Dropwizard.

Register like this:

@Override
public void run(MyConfiguration conf, Environment env) throws Exception {
    JerseyEnvironment jersey = environment.jersey();
    jersey.register(new ValidatorProvider(env.getValidator()));
    jersey.register(JaxbXMLValidatingMessageBodyProvider.App.class);

About

Support for XML entity validation in Dropwizard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages