Class ResteasyJackson2Provider.ClassAnnotationKey

  • Enclosing class:
    ResteasyJackson2Provider

    private static class ResteasyJackson2Provider.ClassAnnotationKey
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey annotations  
      private com.fasterxml.jackson.jaxrs.util.ClassKey classKey  
      private int hash  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ClassAnnotationKey​(java.lang.Class<?> clazz, java.lang.annotation.Annotation[] annotations)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • annotations

        private com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey annotations
      • classKey

        private com.fasterxml.jackson.jaxrs.util.ClassKey classKey
      • hash

        private int hash
    • Constructor Detail

      • ClassAnnotationKey

        private ClassAnnotationKey​(java.lang.Class<?> clazz,
                                   java.lang.annotation.Annotation[] annotations)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object