
Uses of Enum Class
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 StringLenientErrorHandler.createIncorrectJsonTypeMessage(String theElementName, BaseJsonLikeValue.ValueType theExpected, BaseJsonLikeValue.ScalarType theExpectedScalarType, BaseJsonLikeValue.ValueType theFound, BaseJsonLikeValue.ScalarType theFoundScalarType) voidErrorHandlerAdapter.incorrectJsonType(IParserErrorHandler.IParseLocation theLocation, String theElementName, BaseJsonLikeValue.ValueType theExpected, BaseJsonLikeValue.ScalarType theExpectedScalarType, BaseJsonLikeValue.ValueType theFound, BaseJsonLikeValue.ScalarType theFoundScalarType) voidIParserErrorHandler.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.voidLenientErrorHandler.incorrectJsonType(IParserErrorHandler.IParseLocation theLocation, String theElementName, BaseJsonLikeValue.ValueType theExpected, BaseJsonLikeValue.ScalarType theExpectedScalarType, BaseJsonLikeValue.ValueType theFound, BaseJsonLikeValue.ScalarType theFoundScalarType) voidStrictErrorHandler.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.ScalarTypeBaseJsonLikeValue.getDataType()static BaseJsonLikeValue.ScalarTypeReturns the enum constant of this class with the specified name.static BaseJsonLikeValue.ScalarType[]BaseJsonLikeValue.ScalarType.values()Returns an array containing the constants of this enum class, in the order they are declared.