Uses of Class
ca.uhn.fhir.parser.json.JsonLikeValue.ScalarType
-
Packages that use JsonLikeValue.ScalarType Package Description ca.uhn.fhir.parser ca.uhn.fhir.parser.json -
-
Uses of JsonLikeValue.ScalarType in ca.uhn.fhir.parser
Methods in ca.uhn.fhir.parser with parameters of type JsonLikeValue.ScalarType Modifier and Type Method Description static StringLenientErrorHandler. createIncorrectJsonTypeMessage(String theElementName, JsonLikeValue.ValueType theExpected, JsonLikeValue.ScalarType theExpectedScalarType, JsonLikeValue.ValueType theFound, JsonLikeValue.ScalarType theFoundScalarType)voidErrorHandlerAdapter. incorrectJsonType(IParserErrorHandler.IParseLocation theLocation, String theElementName, JsonLikeValue.ValueType theExpected, JsonLikeValue.ScalarType theExpectedScalarType, JsonLikeValue.ValueType theFound, JsonLikeValue.ScalarType theFoundScalarType)voidIParserErrorHandler. 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.voidLenientErrorHandler. incorrectJsonType(IParserErrorHandler.IParseLocation theLocation, String theElementName, JsonLikeValue.ValueType theExpected, JsonLikeValue.ScalarType theExpectedScalarType, JsonLikeValue.ValueType theFound, JsonLikeValue.ScalarType theFoundScalarType)voidStrictErrorHandler. incorrectJsonType(IParserErrorHandler.IParseLocation theLocation, String theElementName, JsonLikeValue.ValueType theExpected, JsonLikeValue.ScalarType theExpectedScalarType, JsonLikeValue.ValueType theFound, JsonLikeValue.ScalarType theFoundScalarType) -
Uses of JsonLikeValue.ScalarType in ca.uhn.fhir.parser.json
Methods in ca.uhn.fhir.parser.json that return JsonLikeValue.ScalarType Modifier and Type Method Description JsonLikeValue.ScalarTypeJsonLikeArray. getDataType()JsonLikeValue.ScalarTypeJsonLikeObject. getDataType()abstract JsonLikeValue.ScalarTypeJsonLikeValue. getDataType()static JsonLikeValue.ScalarTypeJsonLikeValue.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.
-