Uses of Class
org.springframework.beans.factory.parsing.ParseState
Packages that use ParseState
Package
Description
Support infrastructure for bean definition parsing.
-
Uses of ParseState in org.springframework.beans.factory.parsing
Methods in org.springframework.beans.factory.parsing that return ParseStateModifier and TypeMethodDescriptionProblem.getParseState()Get theParseStateat the time of the error (may benull).ParseState.snapshot()Create a new instance ofParseStatewhich is an independent snapshot of this instance.Methods in org.springframework.beans.factory.parsing with parameters of type ParseStateModifier and TypeMethodDescriptionvoidReaderContext.error(String message, Object source, ParseState parseState) Raise a regular error.voidReaderContext.error(String message, Object source, ParseState parseState, Throwable cause) Raise a regular error.voidReaderContext.fatal(String message, Object source, ParseState parseState) Raise a fatal error.voidReaderContext.fatal(String message, Object source, ParseState parseState, Throwable cause) Raise a fatal error.voidReaderContext.warning(String message, Object source, ParseState parseState) Raise a non-critical warning.voidReaderContext.warning(String message, Object source, ParseState parseState, Throwable cause) Raise a non-critical warning.Constructors in org.springframework.beans.factory.parsing with parameters of type ParseState