public class JsonScalarResolver extends BaseScalarResolver
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
BOOL
Boolean as defined in JSON
|
static Pattern |
FLOAT
Float as defined in JSON (Number which is Float)
|
static Pattern |
INT
Integer as defined in JSON (Number which is Integer)
|
static Pattern |
NULL
Null as defined in JSON
|
EMPTY, ENV_FORMAT, yamlImplicitResolvers| Constructor and Description |
|---|
JsonScalarResolver() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addImplicitResolvers()
Register all the resolvers to be applied
|
addImplicitResolver, resolvepublic static final Pattern BOOL
public static final Pattern FLOAT
public static final Pattern INT
public static final Pattern NULL
Copyright © 2018–2023. All rights reserved.