Uses of Enum
ca.uhn.fhir.parser.json.JsonLikeValue.ValueType
Packages that use JsonLikeValue.ValueType
-
Uses of JsonLikeValue.ValueType in ca.uhn.fhir.parser
Methods in ca.uhn.fhir.parser with parameters of type JsonLikeValue.ValueTypeModifier 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.ValueType in ca.uhn.fhir.parser.json
Methods in ca.uhn.fhir.parser.json that return JsonLikeValue.ValueTypeModifier and TypeMethodDescriptionJsonLikeArray.getJsonType()JsonLikeObject.getJsonType()abstract JsonLikeValue.ValueTypeJsonLikeValue.getJsonType()static JsonLikeValue.ValueTypeReturns 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.