Class JsonTypeAdapter.None

java.lang.Object
cloud.opencode.base.json.adapter.JsonTypeAdapter.None
All Implemented Interfaces:
JsonTypeAdapter<Object>
Enclosing interface:
JsonTypeAdapter<T>

public abstract static class JsonTypeAdapter.None extends Object implements JsonTypeAdapter<Object>
Placeholder class used as default value for annotation attributes that reference a JsonTypeAdapter. 占位符类,用作引用 JsonTypeAdapter 的注解属性的默认值。

This class should never be instantiated. It serves only as a sentinel value indicating "no adapter specified".

此类不应被实例化。它仅作为"未指定适配器"的哨兵值。

Since:
JDK 25, opencode-base-json V1.0.0
Author:
Leon Soo www.LeonSoo.com
  • Constructor Details

    • None

      public None()