Interface JsonAdapter.Factory

    • Method Detail

      • create

        JsonAdapter<?> create​(Type type,
                              Jsonb jsonb)
        Create and return a JsonAdapter given the type and annotations or return null.

        Returning null means that the adapter could be created by another factory.