
Uses of Enum
ca.uhn.fhir.parser.json.BaseJsonLikeValue.ScalarType
Packages that use BaseJsonLikeValue.ScalarType
-
Uses of BaseJsonLikeValue.ScalarType in ca.uhn.fhir.parser
Methods in ca.uhn.fhir.parser with parameters of type BaseJsonLikeValue.ScalarTypeModifier 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.ScalarType in ca.uhn.fhir.parser.json
Methods in ca.uhn.fhir.parser.json that return BaseJsonLikeValue.ScalarTypeModifier and TypeMethodDescriptionBaseJsonLikeArray.getDataType()
BaseJsonLikeObject.getDataType()
abstract BaseJsonLikeValue.ScalarType
BaseJsonLikeValue.getDataType()
static BaseJsonLikeValue.ScalarType
Returns the enum constant of this type with the specified name.static BaseJsonLikeValue.ScalarType[]
BaseJsonLikeValue.ScalarType.values()
Returns an array containing the constants of this enum type, in the order they are declared.