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 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.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.ValueTypeBaseJsonLikeValue.getJsonType()static BaseJsonLikeValue.ValueTypeReturns 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.