Class JsonTypeAdapter.None
java.lang.Object
cloud.opencode.base.json.adapter.JsonTypeAdapter.None
- All Implemented Interfaces:
JsonTypeAdapter<Object>
- Enclosing interface:
JsonTypeAdapter<T>
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
-
Nested Class Summary
Nested classes/interfaces inherited from interface JsonTypeAdapter
JsonTypeAdapter.None -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JsonTypeAdapter
fromJson, getGenericType, getType, handlesNull, read, supportsStreaming, toJson, write
-
Constructor Details
-
None
public None()
-