Source compatibility report for the dropwizard-jersey library between 3.0.10 and 4.0.0 versions

Test Info


Library Namedropwizard-jersey
Version #13.0.10
Version #24.0.0

Test Results


Total Java Modules1
Total Methods / Classes329 / 67
Compatibility 51.6%

Problem Summary


SeverityCount
Added Methods-85
Removed MethodsHigh83
Problems with
Data Types
High29
Medium2
Low2
Problems with
Methods
High0
Medium31
Low0

Added Methods  85 


dropwizard-jersey-4.0.0.jar, AbstractParam.class
package io.dropwizard.jersey.params
AbstractParam<T>.error ( String input, Exception e )  :  Response *DEPRECATED*
AbstractParam<T>.getErrorStatus ( )  :  Response.Status
AbstractParam<T>.mediaType ( )  :  MediaType *DEPRECATED*

dropwizard-jersey-4.0.0.jar, AbstractParamConverterProvider.class
package io.dropwizard.jersey.params
AbstractParamConverterProvider.getConverter ( Class<T> rawType, Type genericType, Annotation[ ] annotations )  :  ParamConverter<T>

dropwizard-jersey-4.0.0.jar, AllowedMethodsFilter.class
package io.dropwizard.jersey.filter
AllowedMethodsFilter.doFilter ( ServletRequest request, ServletResponse response, FilterChain chain )  :  void
AllowedMethodsFilter.init ( FilterConfig config )  :  void

dropwizard-jersey-4.0.0.jar, CacheControlledResponseFeature.class
package io.dropwizard.jersey.caching
CacheControlledResponseFeature.configure ( ResourceInfo resourceInfo, FeatureContext configuration )  :  void

dropwizard-jersey-4.0.0.jar, CharsetUtf8Filter.class
package io.dropwizard.jersey.filter
CharsetUtf8Filter.filter ( ContainerRequestContext request, ContainerResponseContext response )  :  void

dropwizard-jersey-4.0.0.jar, ConfiguredGZipEncoder.class
package io.dropwizard.jersey.gzip
ConfiguredGZipEncoder.aroundWriteTo ( WriterInterceptorContext context )  :  void
ConfiguredGZipEncoder.filter ( ClientRequestContext context )  :  void

dropwizard-jersey-4.0.0.jar, ConstraintMessage.class
package io.dropwizard.jersey.validation
ConstraintMessage.getMessage ( ConstraintViolation<?> v, Invocable invocable ) [static]  :  String
ConstraintMessage.isRequestEntity ( ConstraintViolation<?> violation, Invocable invocable ) [static]  :  Optional<String>

dropwizard-jersey-4.0.0.jar, DropwizardConfiguredValidator.class
package io.dropwizard.jersey.validation
DropwizardConfiguredValidator.DropwizardConfiguredValidator ( Validator validator )
DropwizardConfiguredValidator.forExecutables ( )  :  ExecutableValidator
DropwizardConfiguredValidator.getConstraintsForClass ( Class<?> aClass )  :  BeanDescriptor

dropwizard-jersey-4.0.0.jar, DropwizardResourceConfig.class
package io.dropwizard.jersey
DropwizardResourceConfig.register ( Object p1 )  :  Configurable

dropwizard-jersey-4.0.0.jar, EarlyEofExceptionMapper.class
package io.dropwizard.jersey.errors
EarlyEofExceptionMapper.toResponse ( EofException e )  :  Response
EarlyEofExceptionMapper.toResponse ( Throwable p1 )  :  Response

dropwizard-jersey-4.0.0.jar, EmptyOptionalExceptionMapper.class
package io.dropwizard.jersey.optional
EmptyOptionalExceptionMapper.toResponse ( EmptyOptionalException exception )  :  Response
EmptyOptionalExceptionMapper.toResponse ( Throwable p1 )  :  Response

dropwizard-jersey-4.0.0.jar, EmptyOptionalNoContentExceptionMapper.class
package io.dropwizard.jersey.optional
EmptyOptionalNoContentExceptionMapper.toResponse ( EmptyOptionalException exception )  :  Response
EmptyOptionalNoContentExceptionMapper.toResponse ( Throwable p1 )  :  Response

dropwizard-jersey-4.0.0.jar, EofExceptionWriterInterceptor.class
package io.dropwizard.jersey.errors
EofExceptionWriterInterceptor.aroundWriteTo ( WriterInterceptorContext context )  :  void

dropwizard-jersey-4.0.0.jar, ErrorEntityWriter.class
package io.dropwizard.jersey.errors
ErrorEntityWriter<T,U>.ErrorEntityWriter<T,U> ( MediaType contentType, Class<U> representation )
ErrorEntityWriter<T,U>.getSize ( T entity, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  long
ErrorEntityWriter<T,U>.isWriteable ( Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  boolean
ErrorEntityWriter<T,U>.writeTo ( T entity, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType, MultivaluedMap<String,Object> responseHeaders, OutputStream entityStream )  :  void

dropwizard-jersey-4.0.0.jar, FlashFactory.class
package io.dropwizard.jersey.sessions
FlashFactory.FlashFactory ( HttpServletRequest request )

dropwizard-jersey-4.0.0.jar, FuzzyEnumParamConverterProvider.class
package io.dropwizard.jersey.validation
FuzzyEnumParamConverterProvider.getConverter ( Class<T> rawType, Type genericType, Annotation[ ] annotations )  :  ParamConverter<T>

dropwizard-jersey-4.0.0.jar, GZipDecoder.class
package io.dropwizard.jersey.gzip
GZipDecoder.aroundReadFrom ( ReaderInterceptorContext context )  :  Object

dropwizard-jersey-4.0.0.jar, HibernateValidationBinder.class
package io.dropwizard.jersey.validation
HibernateValidationBinder.HibernateValidationBinder ( Validator validator )

dropwizard-jersey-4.0.0.jar, HttpSessionFactory.class
package io.dropwizard.jersey.sessions
HttpSessionFactory.HttpSessionFactory ( HttpServletRequest request )
HttpSessionFactory.provide ( boolean doNotCreate )  :  HttpSession

dropwizard-jersey-4.0.0.jar, IllegalStateExceptionMapper.class
package io.dropwizard.jersey.errors
IllegalStateExceptionMapper.toResponse ( IllegalStateException exception )  :  Response
IllegalStateExceptionMapper.toResponse ( Throwable p1 )  :  Response

dropwizard-jersey-4.0.0.jar, JacksonFeature.class
package io.dropwizard.jersey.jackson
JacksonFeature.configure ( FeatureContext context )  :  boolean

dropwizard-jersey-4.0.0.jar, JacksonMessageBodyProvider.class
package io.dropwizard.jersey.jackson
JacksonMessageBodyProvider.isReadable ( Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  boolean
JacksonMessageBodyProvider.isWriteable ( Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  boolean

dropwizard-jersey-4.0.0.jar, JerseyContainerHolder.class
package io.dropwizard.jersey.setup
JerseyContainerHolder.getContainer ( )  :  Servlet
JerseyContainerHolder.JerseyContainerHolder ( Servlet container )
JerseyContainerHolder.setContainer ( Servlet container )  :  void

dropwizard-jersey-4.0.0.jar, JerseyViolationExceptionMapper.class
package io.dropwizard.jersey.validation
JerseyViolationExceptionMapper.toResponse ( JerseyViolationException exception )  :  Response
JerseyViolationExceptionMapper.toResponse ( Throwable p1 )  :  Response

dropwizard-jersey-4.0.0.jar, JsonProcessingExceptionMapper.class
package io.dropwizard.jersey.jackson
JsonProcessingExceptionMapper.toResponse ( JsonProcessingException exception )  :  Response
JsonProcessingExceptionMapper.toResponse ( Throwable p1 )  :  Response

dropwizard-jersey-4.0.0.jar, LoggingExceptionMapper.class
package io.dropwizard.jersey.errors
LoggingExceptionMapper<E>.toResponse ( E exception )  :  Response

dropwizard-jersey-4.0.0.jar, MutableValidatorFactory.class
package io.dropwizard.jersey.validation
MutableValidatorFactory.getInstance ( Class<T> key )  :  T
MutableValidatorFactory.releaseInstance ( ConstraintValidator<?,?> instance )  :  void
MutableValidatorFactory.setValidatorFactory ( ConstraintValidatorFactory validatorFactory )  :  void

dropwizard-jersey-4.0.0.jar, NonEmptyStringParamValueExtractor.class
package io.dropwizard.jersey.validation
NonEmptyStringParamValueExtractor.extractValues ( NonEmptyStringParam originalValue, ValueExtractor.ValueReceiver receiver )  :  void
NonEmptyStringParamValueExtractor.extractValues ( Object p1, ValueExtractor.ValueReceiver p2 )  :  void

dropwizard-jersey-4.0.0.jar, OptionalDoubleMessageBodyWriter.class
package io.dropwizard.jersey.optional
OptionalDoubleMessageBodyWriter.getSize ( Object p1, Class p2, Type p3, Annotation[ ] p4, MediaType p5 )  :  long
OptionalDoubleMessageBodyWriter.getSize ( OptionalDouble entity, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  long
OptionalDoubleMessageBodyWriter.isWriteable ( Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  boolean
OptionalDoubleMessageBodyWriter.writeTo ( Object p1, Class p2, Type p3, Annotation[ ] p4, MediaType p5, MultivaluedMap p6, OutputStream p7 )  :  void
OptionalDoubleMessageBodyWriter.writeTo ( OptionalDouble entity, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream )  :  void

dropwizard-jersey-4.0.0.jar, OptionalIntMessageBodyWriter.class
package io.dropwizard.jersey.optional
OptionalIntMessageBodyWriter.getSize ( Object p1, Class p2, Type p3, Annotation[ ] p4, MediaType p5 )  :  long
OptionalIntMessageBodyWriter.getSize ( OptionalInt entity, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  long
OptionalIntMessageBodyWriter.isWriteable ( Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  boolean
OptionalIntMessageBodyWriter.writeTo ( Object p1, Class p2, Type p3, Annotation[ ] p4, MediaType p5, MultivaluedMap p6, OutputStream p7 )  :  void
OptionalIntMessageBodyWriter.writeTo ( OptionalInt entity, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream )  :  void

dropwizard-jersey-4.0.0.jar, OptionalLongMessageBodyWriter.class
package io.dropwizard.jersey.optional
OptionalLongMessageBodyWriter.getSize ( Object p1, Class p2, Type p3, Annotation[ ] p4, MediaType p5 )  :  long
OptionalLongMessageBodyWriter.getSize ( OptionalLong entity, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  long
OptionalLongMessageBodyWriter.isWriteable ( Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  boolean
OptionalLongMessageBodyWriter.writeTo ( Object p1, Class p2, Type p3, Annotation[ ] p4, MediaType p5, MultivaluedMap p6, OutputStream p7 )  :  void
OptionalLongMessageBodyWriter.writeTo ( OptionalLong entity, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream )  :  void

dropwizard-jersey-4.0.0.jar, OptionalMessageBodyWriter.class
package io.dropwizard.jersey.guava
OptionalMessageBodyWriter.getSize ( Object p1, Class p2, Type p3, Annotation[ ] p4, MediaType p5 )  :  long
OptionalMessageBodyWriter.getSize ( Optional<?> entity, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  long
OptionalMessageBodyWriter.isWriteable ( Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  boolean
OptionalMessageBodyWriter.writeTo ( Object p1, Class p2, Type p3, Annotation[ ] p4, MediaType p5, MultivaluedMap p6, OutputStream p7 )  :  void
OptionalMessageBodyWriter.writeTo ( Optional<?> entity, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream )  :  void

dropwizard-jersey-4.0.0.jar, OptionalMessageBodyWriter.class
package io.dropwizard.jersey.optional
OptionalMessageBodyWriter.getSize ( Object p1, Class p2, Type p3, Annotation[ ] p4, MediaType p5 )  :  long
OptionalMessageBodyWriter.getSize ( Optional<?> entity, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  long
OptionalMessageBodyWriter.isWriteable ( Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  boolean
OptionalMessageBodyWriter.writeTo ( Object p1, Class p2, Type p3, Annotation[ ] p4, MediaType p5, MultivaluedMap p6, OutputStream p7 )  :  void
OptionalMessageBodyWriter.writeTo ( Optional<?> entity, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream )  :  void

dropwizard-jersey-4.0.0.jar, OptionalParamConverterProvider.class
package io.dropwizard.jersey.guava
OptionalParamConverterProvider.getConverter ( Class<T> rawType, Type genericType, Annotation[ ] annotations )  :  ParamConverter<T>

dropwizard-jersey-4.0.0.jar, ParamValueExtractor.class
package io.dropwizard.jersey.validation
ParamValueExtractor.extractValues ( AbstractParam<?> originalValue, ValueExtractor.ValueReceiver receiver )  :  void
ParamValueExtractor.extractValues ( Object p1, ValueExtractor.ValueReceiver p2 )  :  void

dropwizard-jersey-4.0.0.jar, RequestIdFilter.class
package io.dropwizard.jersey.filter
RequestIdFilter.filter ( ContainerRequestContext request, ContainerResponseContext response )  :  void

dropwizard-jersey-4.0.0.jar, RuntimeFilter.class
package io.dropwizard.jersey.filter
RuntimeFilter.filter ( ContainerRequestContext request )  :  void
RuntimeFilter.filter ( ContainerRequestContext request, ContainerResponseContext response )  :  void

dropwizard-jersey-4.0.0.jar, SessionFactoryProvider.class
package io.dropwizard.jersey.sessions
SessionFactoryProvider.SessionFactoryProvider ( Provider<MultivaluedParameterExtractorProvider> extractorProvider, InjectionManager im )

dropwizard-jersey-4.0.0.jar, Validators.class
package io.dropwizard.jersey.validation
Validators.newValidator ( ) [static]  :  Validator
Validators.newValidatorFactory ( ) [static]  :  ValidatorFactory

to the top

Removed Methods  83 


dropwizard-jersey-3.0.10.jar, AbstractParam.class
package io.dropwizard.jersey.params
AbstractParam<T>.error ( String input, Exception e )  :  Response *DEPRECATED*
AbstractParam<T>.getErrorStatus ( )  :  Response.Status
AbstractParam<T>.mediaType ( )  :  MediaType *DEPRECATED*

dropwizard-jersey-3.0.10.jar, AbstractParamConverterProvider.class
package io.dropwizard.jersey.params
AbstractParamConverterProvider.getConverter ( Class<T> rawType, Type genericType, Annotation[ ] annotations )  :  ParamConverter<T>

dropwizard-jersey-3.0.10.jar, AllowedMethodsFilter.class
package io.dropwizard.jersey.filter
AllowedMethodsFilter.doFilter ( ServletRequest request, ServletResponse response, FilterChain chain )  :  void
AllowedMethodsFilter.init ( FilterConfig config )  :  void

dropwizard-jersey-3.0.10.jar, CacheControlledResponseFeature.class
package io.dropwizard.jersey.caching
CacheControlledResponseFeature.configure ( ResourceInfo resourceInfo, FeatureContext configuration )  :  void

dropwizard-jersey-3.0.10.jar, CharsetUtf8Filter.class
package io.dropwizard.jersey.filter
CharsetUtf8Filter.filter ( ContainerRequestContext request, ContainerResponseContext response )  :  void

dropwizard-jersey-3.0.10.jar, ConfiguredGZipEncoder.class
package io.dropwizard.jersey.gzip
ConfiguredGZipEncoder.aroundWriteTo ( WriterInterceptorContext context )  :  void
ConfiguredGZipEncoder.filter ( ClientRequestContext context )  :  void

dropwizard-jersey-3.0.10.jar, ConstraintMessage.class
package io.dropwizard.jersey.validation
ConstraintMessage.getMessage ( ConstraintViolation<?> v, Invocable invocable ) [static]  :  String
ConstraintMessage.isRequestEntity ( ConstraintViolation<?> violation, Invocable invocable ) [static]  :  Optional<String>

dropwizard-jersey-3.0.10.jar, DropwizardConfiguredValidator.class
package io.dropwizard.jersey.validation
DropwizardConfiguredValidator.DropwizardConfiguredValidator ( Validator validator )
DropwizardConfiguredValidator.forExecutables ( )  :  ExecutableValidator
DropwizardConfiguredValidator.getConstraintsForClass ( Class<?> aClass )  :  BeanDescriptor

dropwizard-jersey-3.0.10.jar, DropwizardResourceConfig.class
package io.dropwizard.jersey
DropwizardResourceConfig.register ( Object p1 )  :  Configurable

dropwizard-jersey-3.0.10.jar, EarlyEofExceptionMapper.class
package io.dropwizard.jersey.errors
EarlyEofExceptionMapper.toResponse ( EofException e )  :  Response
EarlyEofExceptionMapper.toResponse ( Throwable p1 )  :  Response

dropwizard-jersey-3.0.10.jar, EmptyOptionalExceptionMapper.class
package io.dropwizard.jersey.optional
EmptyOptionalExceptionMapper.toResponse ( EmptyOptionalException exception )  :  Response
EmptyOptionalExceptionMapper.toResponse ( Throwable p1 )  :  Response

dropwizard-jersey-3.0.10.jar, EmptyOptionalNoContentExceptionMapper.class
package io.dropwizard.jersey.optional
EmptyOptionalNoContentExceptionMapper.toResponse ( EmptyOptionalException exception )  :  Response
EmptyOptionalNoContentExceptionMapper.toResponse ( Throwable p1 )  :  Response

dropwizard-jersey-3.0.10.jar, EofExceptionWriterInterceptor.class
package io.dropwizard.jersey.errors
EofExceptionWriterInterceptor.aroundWriteTo ( WriterInterceptorContext context )  :  void

dropwizard-jersey-3.0.10.jar, ErrorEntityWriter.class
package io.dropwizard.jersey.errors
ErrorEntityWriter<T,U>.ErrorEntityWriter<T,U> ( MediaType contentType, Class<U> representation )
ErrorEntityWriter<T,U>.getSize ( T entity, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  long
ErrorEntityWriter<T,U>.isWriteable ( Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  boolean
ErrorEntityWriter<T,U>.writeTo ( T entity, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType, MultivaluedMap<String,Object> responseHeaders, OutputStream entityStream )  :  void

dropwizard-jersey-3.0.10.jar, FlashFactory.class
package io.dropwizard.jersey.sessions
FlashFactory.FlashFactory ( HttpServletRequest request )

dropwizard-jersey-3.0.10.jar, FuzzyEnumParamConverterProvider.class
package io.dropwizard.jersey.validation
FuzzyEnumParamConverterProvider.getConverter ( Class<T> rawType, Type genericType, Annotation[ ] annotations )  :  ParamConverter<T>

dropwizard-jersey-3.0.10.jar, GZipDecoder.class
package io.dropwizard.jersey.gzip
GZipDecoder.aroundReadFrom ( ReaderInterceptorContext context )  :  Object

dropwizard-jersey-3.0.10.jar, HibernateValidationBinder.class
package io.dropwizard.jersey.validation
HibernateValidationBinder.HibernateValidationBinder ( Validator validator )

dropwizard-jersey-3.0.10.jar, HttpSessionFactory.class
package io.dropwizard.jersey.sessions
HttpSessionFactory.HttpSessionFactory ( HttpServletRequest request )
HttpSessionFactory.provide ( boolean doNotCreate )  :  HttpSession

dropwizard-jersey-3.0.10.jar, IllegalStateExceptionMapper.class
package io.dropwizard.jersey.errors
IllegalStateExceptionMapper.toResponse ( IllegalStateException exception )  :  Response

dropwizard-jersey-3.0.10.jar, JacksonFeature.class
package io.dropwizard.jersey.jackson
JacksonFeature.configure ( FeatureContext context )  :  boolean

dropwizard-jersey-3.0.10.jar, JacksonMessageBodyProvider.class
package io.dropwizard.jersey.jackson
JacksonMessageBodyProvider.isReadable ( Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  boolean
JacksonMessageBodyProvider.isWriteable ( Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  boolean

dropwizard-jersey-3.0.10.jar, JerseyContainerHolder.class
package io.dropwizard.jersey.setup
JerseyContainerHolder.getContainer ( )  :  Servlet
JerseyContainerHolder.JerseyContainerHolder ( Servlet container )
JerseyContainerHolder.setContainer ( Servlet container )  :  void

dropwizard-jersey-3.0.10.jar, JerseyViolationExceptionMapper.class
package io.dropwizard.jersey.validation
JerseyViolationExceptionMapper.toResponse ( JerseyViolationException exception )  :  Response
JerseyViolationExceptionMapper.toResponse ( Throwable p1 )  :  Response

dropwizard-jersey-3.0.10.jar, JsonProcessingExceptionMapper.class
package io.dropwizard.jersey.jackson
JsonProcessingExceptionMapper.toResponse ( JsonProcessingException exception )  :  Response

dropwizard-jersey-3.0.10.jar, LoggingExceptionMapper.class
package io.dropwizard.jersey.errors
LoggingExceptionMapper<E>.toResponse ( E exception )  :  Response

dropwizard-jersey-3.0.10.jar, MutableValidatorFactory.class
package io.dropwizard.jersey.validation
MutableValidatorFactory.getInstance ( Class<T> key )  :  T
MutableValidatorFactory.releaseInstance ( ConstraintValidator<?,?> instance )  :  void
MutableValidatorFactory.setValidatorFactory ( ConstraintValidatorFactory validatorFactory )  :  void

dropwizard-jersey-3.0.10.jar, NonEmptyStringParamValueExtractor.class
package io.dropwizard.jersey.validation
NonEmptyStringParamValueExtractor.extractValues ( NonEmptyStringParam originalValue, ValueExtractor.ValueReceiver receiver )  :  void
NonEmptyStringParamValueExtractor.extractValues ( Object p1, ValueExtractor.ValueReceiver p2 )  :  void

dropwizard-jersey-3.0.10.jar, OptionalDoubleMessageBodyWriter.class
package io.dropwizard.jersey.optional
OptionalDoubleMessageBodyWriter.getSize ( Object p1, Class p2, Type p3, Annotation[ ] p4, MediaType p5 )  :  long
OptionalDoubleMessageBodyWriter.getSize ( OptionalDouble entity, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  long
OptionalDoubleMessageBodyWriter.isWriteable ( Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  boolean
OptionalDoubleMessageBodyWriter.writeTo ( Object p1, Class p2, Type p3, Annotation[ ] p4, MediaType p5, MultivaluedMap p6, OutputStream p7 )  :  void
OptionalDoubleMessageBodyWriter.writeTo ( OptionalDouble entity, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream )  :  void

dropwizard-jersey-3.0.10.jar, OptionalIntMessageBodyWriter.class
package io.dropwizard.jersey.optional
OptionalIntMessageBodyWriter.getSize ( Object p1, Class p2, Type p3, Annotation[ ] p4, MediaType p5 )  :  long
OptionalIntMessageBodyWriter.getSize ( OptionalInt entity, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  long
OptionalIntMessageBodyWriter.isWriteable ( Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  boolean
OptionalIntMessageBodyWriter.writeTo ( Object p1, Class p2, Type p3, Annotation[ ] p4, MediaType p5, MultivaluedMap p6, OutputStream p7 )  :  void
OptionalIntMessageBodyWriter.writeTo ( OptionalInt entity, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream )  :  void

dropwizard-jersey-3.0.10.jar, OptionalLongMessageBodyWriter.class
package io.dropwizard.jersey.optional
OptionalLongMessageBodyWriter.getSize ( Object p1, Class p2, Type p3, Annotation[ ] p4, MediaType p5 )  :  long
OptionalLongMessageBodyWriter.getSize ( OptionalLong entity, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  long
OptionalLongMessageBodyWriter.isWriteable ( Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  boolean
OptionalLongMessageBodyWriter.writeTo ( Object p1, Class p2, Type p3, Annotation[ ] p4, MediaType p5, MultivaluedMap p6, OutputStream p7 )  :  void
OptionalLongMessageBodyWriter.writeTo ( OptionalLong entity, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream )  :  void

dropwizard-jersey-3.0.10.jar, OptionalMessageBodyWriter.class
package io.dropwizard.jersey.guava
OptionalMessageBodyWriter.getSize ( Object p1, Class p2, Type p3, Annotation[ ] p4, MediaType p5 )  :  long
OptionalMessageBodyWriter.getSize ( Optional<?> entity, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  long
OptionalMessageBodyWriter.isWriteable ( Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  boolean
OptionalMessageBodyWriter.writeTo ( Object p1, Class p2, Type p3, Annotation[ ] p4, MediaType p5, MultivaluedMap p6, OutputStream p7 )  :  void
OptionalMessageBodyWriter.writeTo ( Optional<?> entity, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream )  :  void

dropwizard-jersey-3.0.10.jar, OptionalMessageBodyWriter.class
package io.dropwizard.jersey.optional
OptionalMessageBodyWriter.getSize ( Object p1, Class p2, Type p3, Annotation[ ] p4, MediaType p5 )  :  long
OptionalMessageBodyWriter.getSize ( Optional<?> entity, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  long
OptionalMessageBodyWriter.isWriteable ( Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  boolean
OptionalMessageBodyWriter.writeTo ( Object p1, Class p2, Type p3, Annotation[ ] p4, MediaType p5, MultivaluedMap p6, OutputStream p7 )  :  void
OptionalMessageBodyWriter.writeTo ( Optional<?> entity, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream )  :  void

dropwizard-jersey-3.0.10.jar, OptionalParamConverterProvider.class
package io.dropwizard.jersey.guava
OptionalParamConverterProvider.getConverter ( Class<T> rawType, Type genericType, Annotation[ ] annotations )  :  ParamConverter<T>

dropwizard-jersey-3.0.10.jar, ParamValueExtractor.class
package io.dropwizard.jersey.validation
ParamValueExtractor.extractValues ( AbstractParam<?> originalValue, ValueExtractor.ValueReceiver receiver )  :  void
ParamValueExtractor.extractValues ( Object p1, ValueExtractor.ValueReceiver p2 )  :  void

dropwizard-jersey-3.0.10.jar, RequestIdFilter.class
package io.dropwizard.jersey.filter
RequestIdFilter.filter ( ContainerRequestContext request, ContainerResponseContext response )  :  void

dropwizard-jersey-3.0.10.jar, RuntimeFilter.class
package io.dropwizard.jersey.filter
RuntimeFilter.filter ( ContainerRequestContext request )  :  void
RuntimeFilter.filter ( ContainerRequestContext request, ContainerResponseContext response )  :  void

dropwizard-jersey-3.0.10.jar, SessionFactoryProvider.class
package io.dropwizard.jersey.sessions
SessionFactoryProvider.SessionFactoryProvider ( Provider<MultivaluedParameterExtractorProvider> extractorProvider, InjectionManager im )

dropwizard-jersey-3.0.10.jar, Validators.class
package io.dropwizard.jersey.validation
Validators.newValidator ( ) [static]  :  Validator
Validators.newValidatorFactory ( ) [static]  :  ValidatorFactory

to the top

Problems with Data Types, High Severity  29 


dropwizard-jersey-3.0.10.jar
package io.dropwizard.jersey.caching
[+] class CacheControlledResponseFeature  1 

dropwizard-jersey-3.0.10.jar
package io.dropwizard.jersey.errors
[+] class EarlyEofExceptionMapper  1 
[+] class EofExceptionWriterInterceptor  1 
[+] class ErrorEntityWriter<T,U>  2 
[+] class LoggingExceptionMapper<E>  2 

dropwizard-jersey-3.0.10.jar
package io.dropwizard.jersey.filter
[+] class AllowedMethodsFilter  1 
[+] class CharsetUtf8Filter  1 
[+] class RequestIdFilter  1 
[+] class RuntimeFilter  2 

dropwizard-jersey-3.0.10.jar
package io.dropwizard.jersey.guava
[+] class OptionalMessageBodyWriter  1 
[+] class OptionalParamConverterProvider  1 

dropwizard-jersey-3.0.10.jar
package io.dropwizard.jersey.gzip
[+] class ConfiguredGZipEncoder  2 
[+] class GZipDecoder  1 

dropwizard-jersey-3.0.10.jar
package io.dropwizard.jersey.jackson
[+] class JacksonFeature  1 

dropwizard-jersey-3.0.10.jar
package io.dropwizard.jersey.optional
[+] class EmptyOptionalExceptionMapper  1 
[+] class EmptyOptionalNoContentExceptionMapper  1 
[+] class OptionalDoubleMessageBodyWriter  1 
[+] class OptionalIntMessageBodyWriter  1 
[+] class OptionalLongMessageBodyWriter  1 
[+] class OptionalMessageBodyWriter  1 

dropwizard-jersey-3.0.10.jar
package io.dropwizard.jersey.params
[+] class AbstractParamConverter<T>  1 
[+] class AbstractParamConverterProvider  1 

dropwizard-jersey-3.0.10.jar
package io.dropwizard.jersey.validation
[+] class FuzzyEnumParamConverterProvider  1 
[+] class JerseyViolationExceptionMapper  1 
[+] class MutableValidatorFactory  1 

to the top

Problems with Data Types, Medium Severity  2 


dropwizard-jersey-3.0.10.jar
package io.dropwizard.jersey.caching
[+] @interface CacheControl  2 

to the top

Problems with Methods, Medium Severity  31 


dropwizard-jersey-3.0.10.jar, AbstractParam.class
package io.dropwizard.jersey.params
[+] AbstractParam<T>.error ( String input, Exception e )  :  Response *DEPRECATED*  1 
[+] AbstractParam<T>.getErrorStatus ( )  :  Response.Status  1 
[+] AbstractParam<T>.mediaType ( )  :  MediaType *DEPRECATED*  1 

dropwizard-jersey-3.0.10.jar, AbstractParamConverterProvider.class
package io.dropwizard.jersey.params
[+] AbstractParamConverterProvider.getConverter ( Class<T> rawType, Type genericType, Annotation[ ] annotations )  :  ParamConverter<T>  1 

dropwizard-jersey-3.0.10.jar, DropwizardConfiguredValidator.class
package io.dropwizard.jersey.validation
[+] DropwizardConfiguredValidator.forExecutables ( )  :  ExecutableValidator  1 
[+] DropwizardConfiguredValidator.getConstraintsForClass ( Class<?> aClass )  :  BeanDescriptor  1 
[+] DropwizardConfiguredValidator.validateResourceAndInputParams ( Object resource, Invocable invocable, Object[ ] objects )  :  void  2 
[+] DropwizardConfiguredValidator.validateResult ( Object resource, Invocable invocable, Object returnValue )  :  void  2 

dropwizard-jersey-3.0.10.jar, DropwizardResourceConfig.class
package io.dropwizard.jersey
[+] DropwizardResourceConfig.register ( Object component )  :  ResourceConfig  1 

dropwizard-jersey-3.0.10.jar, EarlyEofExceptionMapper.class
package io.dropwizard.jersey.errors
[+] EarlyEofExceptionMapper.toResponse ( EofException e )  :  Response  1 
[+] EarlyEofExceptionMapper.toResponse ( Throwable p1 )  :  Response  1 

dropwizard-jersey-3.0.10.jar, EmptyOptionalExceptionMapper.class
package io.dropwizard.jersey.optional
[+] EmptyOptionalExceptionMapper.toResponse ( EmptyOptionalException exception )  :  Response  1 
[+] EmptyOptionalExceptionMapper.toResponse ( Throwable p1 )  :  Response  1 

dropwizard-jersey-3.0.10.jar, EmptyOptionalNoContentExceptionMapper.class
package io.dropwizard.jersey.optional
[+] EmptyOptionalNoContentExceptionMapper.toResponse ( EmptyOptionalException exception )  :  Response  1 
[+] EmptyOptionalNoContentExceptionMapper.toResponse ( Throwable p1 )  :  Response  1 

dropwizard-jersey-3.0.10.jar, FuzzyEnumParamConverterProvider.class
package io.dropwizard.jersey.validation
[+] FuzzyEnumParamConverterProvider.getConverter ( Class<T> rawType, Type genericType, Annotation[ ] annotations )  :  ParamConverter<T>  1 

dropwizard-jersey-3.0.10.jar, HttpSessionFactory.class
package io.dropwizard.jersey.sessions
[+] HttpSessionFactory.provide ( boolean doNotCreate )  :  HttpSession  1 

dropwizard-jersey-3.0.10.jar, IllegalStateExceptionMapper.class
package io.dropwizard.jersey.errors
[+] IllegalStateExceptionMapper.toResponse ( IllegalStateException exception )  :  Response  1 
[+] IllegalStateExceptionMapper.toResponse ( Throwable p1 )  :  Response  1 

dropwizard-jersey-3.0.10.jar, JerseyContainerHolder.class
package io.dropwizard.jersey.setup
[+] JerseyContainerHolder.getContainer ( )  :  Servlet  1 

dropwizard-jersey-3.0.10.jar, JerseyViolationExceptionMapper.class
package io.dropwizard.jersey.validation
[+] JerseyViolationExceptionMapper.toResponse ( JerseyViolationException exception )  :  Response  1 
[+] JerseyViolationExceptionMapper.toResponse ( Throwable p1 )  :  Response  1 

dropwizard-jersey-3.0.10.jar, JsonProcessingExceptionMapper.class
package io.dropwizard.jersey.jackson
[+] JsonProcessingExceptionMapper.toResponse ( JsonProcessingException exception )  :  Response  1 
[+] JsonProcessingExceptionMapper.toResponse ( Throwable p1 )  :  Response  1 

dropwizard-jersey-3.0.10.jar, LoggingExceptionMapper.class
package io.dropwizard.jersey.errors
[+] LoggingExceptionMapper<E>.toResponse ( E exception )  :  Response  1 

dropwizard-jersey-3.0.10.jar, MutableValidatorFactory.class
package io.dropwizard.jersey.validation
[+] MutableValidatorFactory.getInstance ( Class<T> key )  :  T  1 

dropwizard-jersey-3.0.10.jar, OptionalParamConverterProvider.class
package io.dropwizard.jersey.guava
[+] OptionalParamConverterProvider.getConverter ( Class<T> rawType, Type genericType, Annotation[ ] annotations )  :  ParamConverter<T>  1 

dropwizard-jersey-3.0.10.jar, Validators.class
package io.dropwizard.jersey.validation
[+] Validators.newValidator ( ) [static]  :  Validator  1 
[+] Validators.newValidatorFactory ( ) [static]  :  ValidatorFactory  1 

to the top

Problems with Data Types, Low Severity  2 


dropwizard-jersey-3.0.10.jar
package io.dropwizard.jersey.jackson
[+] class JacksonMessageBodyProvider  1 

dropwizard-jersey-3.0.10.jar
package io.dropwizard.jersey.validation
[+] class JerseyViolationException  1 

to the top

Java Archives  1 


dropwizard-jersey-3.0.10.jar

to the top