Class JsonWriter.WriterByInterface

  • Enclosing class:
    JsonWriter

    static class JsonWriter.WriterByInterface
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • _interface

        public java.lang.Class<?> _interface
    • Constructor Detail

      • WriterByInterface

        public WriterByInterface​(java.lang.Class<?> _interface,
                                 JsonWriterI<?> _writer)