public final class ScalarTypeAdapters
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ScalarTypeAdapters |
DEFAULT |
| Constructor and Description |
|---|
ScalarTypeAdapters(java.util.Map<ScalarType,CustomTypeAdapter> customAdapters) |
| Modifier and Type | Method and Description |
|---|---|
<T> CustomTypeAdapter<T> |
adapterFor(ScalarType scalarType) |
public static final ScalarTypeAdapters DEFAULT
public ScalarTypeAdapters(@NotNull
java.util.Map<ScalarType,CustomTypeAdapter> customAdapters)
@NotNull public <T> CustomTypeAdapter<T> adapterFor(@NotNull ScalarType scalarType)