| 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.ValueType |
JsonLikeObject.getJsonType() |
abstract JsonLikeValue.ValueType |
JsonLikeValue.getJsonType() |
JsonLikeValue.ValueType |
JsonLikeArray.getJsonType() |
static JsonLikeValue.ValueType |
JsonLikeValue.ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonLikeValue.ValueType[] |
JsonLikeValue.ValueType.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.