public interface JsonProvider
Json implementation provider.
The JsonProvider implementations can be registered using default Java ServiceLoader extension,
through a com.holonplatform.json.JsonProvider file under the META-INF/services folder.
The Priority annotation on the JsonProvider class (where less priority value means higher priority
order) can be used to order the providers.
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PRIORITY
Default
JsonProvider priority if not specified using Priority annotation. |
| Modifier and Type | Method and Description |
|---|---|
Json |
provide()
Provides the
Json implementation. |
static final int DEFAULT_PRIORITY
JsonProvider priority if not specified using Priority annotation.Copyright © 2019 The Holon Platform. All rights reserved.