| Package | Description |
|---|---|
| ca.uhn.fhir.parser | |
| ca.uhn.fhir.parser.json |
| Modifier and Type | Method and Description |
|---|---|
static String |
LenientErrorHandler.createIncorrectJsonTypeMessage(String theElementName,
JsonLikeValue.ValueType theExpected,
JsonLikeValue.ScalarType theExpectedScalarType,
JsonLikeValue.ValueType theFound,
JsonLikeValue.ScalarType theFoundScalarType) |
void |
StrictErrorHandler.incorrectJsonType(IParserErrorHandler.IParseLocation theLocation,
String theElementName,
JsonLikeValue.ValueType theExpected,
JsonLikeValue.ScalarType theExpectedScalarType,
JsonLikeValue.ValueType theFound,
JsonLikeValue.ScalarType theFoundScalarType) |
void |
LenientErrorHandler.incorrectJsonType(IParserErrorHandler.IParseLocation theLocation,
String theElementName,
JsonLikeValue.ValueType theExpected,
JsonLikeValue.ScalarType theExpectedScalarType,
JsonLikeValue.ValueType theFound,
JsonLikeValue.ScalarType theFoundScalarType) |
void |
ErrorHandlerAdapter.incorrectJsonType(IParserErrorHandler.IParseLocation theLocation,
String theElementName,
JsonLikeValue.ValueType theExpected,
JsonLikeValue.ScalarType theExpectedScalarType,
JsonLikeValue.ValueType theFound,
JsonLikeValue.ScalarType theFoundScalarType) |
void |
IParserErrorHandler.incorrectJsonType(IParserErrorHandler.IParseLocation theLocation,
String theElementName,
JsonLikeValue.ValueType theExpectedValueType,
JsonLikeValue.ScalarType theExpectedScalarType,
JsonLikeValue.ValueType theFoundValueType,
JsonLikeValue.ScalarType theFoundScalarType)
Invoked if the wrong type of element is found while parsing JSON.
|
| Modifier and Type | Method and Description |
|---|---|
JsonLikeValue.ScalarType |
JsonLikeObject.getDataType() |
abstract JsonLikeValue.ScalarType |
JsonLikeValue.getDataType() |
JsonLikeValue.ScalarType |
JsonLikeArray.getDataType() |
static JsonLikeValue.ScalarType |
JsonLikeValue.ScalarType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonLikeValue.ScalarType[] |
JsonLikeValue.ScalarType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2017 University Health Network. All rights reserved.