Class ImmutableAnalyzer.WriteMember

    • Constructor Summary

      Constructors 
      Constructor Description
      WriteMember​(DslJson json, java.lang.reflect.Type type, java.lang.reflect.AccessibleObject ctorOrMethod)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object read​(JsonReader reader)  
      • Methods inherited from class java.lang.Object

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

      • type

        private final java.lang.reflect.Type type
      • ctorOrMethod

        private final java.lang.reflect.AccessibleObject ctorOrMethod
    • Constructor Detail

      • WriteMember

        WriteMember​(DslJson json,
                    java.lang.reflect.Type type,
                    java.lang.reflect.AccessibleObject ctorOrMethod)
    • Method Detail