Uses of Enum
ca.uhn.fhir.parser.json.JsonLikeValue.ScalarType
Packages that use JsonLikeValue.ScalarType
-
Uses of JsonLikeValue.ScalarType in ca.uhn.fhir.parser
Methods in ca.uhn.fhir.parser with parameters of type JsonLikeValue.ScalarTypeModifier and TypeMethodDescriptionstatic 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.ScalarTypeModifier and TypeMethodDescriptionJsonLikeArray.getDataType()JsonLikeObject.getDataType()abstract JsonLikeValue.ScalarTypeJsonLikeValue.getDataType()static JsonLikeValue.ScalarTypeReturns 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.