Class JsoniterSpi.TypeProperty

  • Enclosing class:
    JsoniterSpi

    private static class JsoniterSpi.TypeProperty
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String property  
      java.lang.reflect.Type type  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private TypeProperty​(java.lang.reflect.Type type, java.lang.String property)  
    • 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

      • type

        public final java.lang.reflect.Type type
      • property

        public final java.lang.String property
    • Constructor Detail

      • TypeProperty

        private TypeProperty​(java.lang.reflect.Type type,
                             java.lang.String property)
    • 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