java.lang.Object
org.miaixz.bus.extra.json.provider.AbstractJsonProvider
- All Implemented Interfaces:
Serializable,org.miaixz.bus.core.Provider,JsonProvider
- Direct Known Subclasses:
FastJsonProvider,GsonProvider,JacksonProvider
Abstract base class for
JsonProvider implementations. This class serves as a common superclass for concrete
JSON provider implementations, allowing them to share common logic or default behaviors if needed in the future.- Since:
- Java 17+
- Author:
- Kimi Liu
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.miaixz.bus.extra.json.JsonProvider
getValue, isJson, toJsonString, toJsonString, toList, toList, toList, toMap, toMap, toPojo, toPojo, type
-
Constructor Details
-
AbstractJsonProvider
public AbstractJsonProvider()
-