Uses of Class
ca.uhn.fhir.parser.json.JsonLikeValue.ValueType
-
Packages that use JsonLikeValue.ValueType Package Description ca.uhn.fhir.parser ca.uhn.fhir.parser.json -
-
Uses of JsonLikeValue.ValueType in ca.uhn.fhir.parser
Methods in ca.uhn.fhir.parser with parameters of type JsonLikeValue.ValueType 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.ValueType in ca.uhn.fhir.parser.json
Methods in ca.uhn.fhir.parser.json that return JsonLikeValue.ValueType Modifier and Type Method Description JsonLikeValue.ValueTypeJsonLikeArray. getJsonType()JsonLikeValue.ValueTypeJsonLikeObject. getJsonType()abstract JsonLikeValue.ValueTypeJsonLikeValue. getJsonType()static JsonLikeValue.ValueTypeJsonLikeValue.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.
-