
Uses of Enum
ca.uhn.fhir.parser.json.BaseJsonLikeValue.ValueType
Packages that use BaseJsonLikeValue.ValueType
-
Uses of BaseJsonLikeValue.ValueType in ca.uhn.fhir.parser
Methods in ca.uhn.fhir.parser with parameters of type BaseJsonLikeValue.ValueTypeModifier and TypeMethodDescriptionstatic String
LenientErrorHandler.createIncorrectJsonTypeMessage
(String theElementName, BaseJsonLikeValue.ValueType theExpected, BaseJsonLikeValue.ScalarType theExpectedScalarType, BaseJsonLikeValue.ValueType theFound, BaseJsonLikeValue.ScalarType theFoundScalarType) void
ErrorHandlerAdapter.incorrectJsonType
(IParserErrorHandler.IParseLocation theLocation, String theElementName, BaseJsonLikeValue.ValueType theExpected, BaseJsonLikeValue.ScalarType theExpectedScalarType, BaseJsonLikeValue.ValueType theFound, BaseJsonLikeValue.ScalarType theFoundScalarType) void
IParserErrorHandler.incorrectJsonType
(IParserErrorHandler.IParseLocation theLocation, String theElementName, BaseJsonLikeValue.ValueType theExpectedValueType, BaseJsonLikeValue.ScalarType theExpectedScalarType, BaseJsonLikeValue.ValueType theFoundValueType, BaseJsonLikeValue.ScalarType theFoundScalarType) Invoked if the wrong type of element is found while parsing JSON.void
LenientErrorHandler.incorrectJsonType
(IParserErrorHandler.IParseLocation theLocation, String theElementName, BaseJsonLikeValue.ValueType theExpected, BaseJsonLikeValue.ScalarType theExpectedScalarType, BaseJsonLikeValue.ValueType theFound, BaseJsonLikeValue.ScalarType theFoundScalarType) void
StrictErrorHandler.incorrectJsonType
(IParserErrorHandler.IParseLocation theLocation, String theElementName, BaseJsonLikeValue.ValueType theExpected, BaseJsonLikeValue.ScalarType theExpectedScalarType, BaseJsonLikeValue.ValueType theFound, BaseJsonLikeValue.ScalarType theFoundScalarType) -
Uses of BaseJsonLikeValue.ValueType in ca.uhn.fhir.parser.json
Methods in ca.uhn.fhir.parser.json that return BaseJsonLikeValue.ValueTypeModifier and TypeMethodDescriptionBaseJsonLikeArray.getJsonType()
BaseJsonLikeObject.getJsonType()
abstract BaseJsonLikeValue.ValueType
BaseJsonLikeValue.getJsonType()
static BaseJsonLikeValue.ValueType
Returns the enum constant of this type with the specified name.static BaseJsonLikeValue.ValueType[]
BaseJsonLikeValue.ValueType.values()
Returns an array containing the constants of this enum type, in the order they are declared.