Uses of Interface
jakarta.xml.bind.ValidationEvent
Packages that use ValidationEvent
Package
Description
Provides a runtime binding framework for client applications including
unmarshalling, marshalling, and validation capabilities.
Jakarta XML Binding Provider Use Only: Provides partial default implementations for
some of the
jakarta.xml.bind interfaces.Useful client utility classes.
Code that implements JAXBContext, Unmarshaller, and Marshaller.
-
Uses of ValidationEvent in jakarta.xml.bind
Subinterfaces of ValidationEvent in jakarta.xml.bindModifier and TypeInterfaceDescriptioninterfaceThis event indicates that a problem was encountered resolving an ID/IDREF.interfaceThis event indicates that a problem was encountered while converting a string from the XML data into a value of the target Java data type.interfaceThis event indicates that a problem was encountered while converting data from the Java content tree into its lexical representation.Methods in jakarta.xml.bind with parameters of type ValidationEventModifier and TypeMethodDescriptionbooleanValidationEventHandler.handleEvent(ValidationEvent event) Receive notification of a validation warning or error. -
Uses of ValidationEvent in jakarta.xml.bind.helpers
Classes in jakarta.xml.bind.helpers that implement ValidationEventModifier and TypeClassDescriptionclassDefault implementation of the NotIdentifiableEvent interface.classDefault implementation of the ParseConversionEvent interface.classDefault implementation of the PrintConversionEvent interface.classDefault implementation of the ValidationEvent interface.Methods in jakarta.xml.bind.helpers with parameters of type ValidationEventModifier and TypeMethodDescriptionbooleanDefaultValidationEventHandler.handleEvent(ValidationEvent event) -
Uses of ValidationEvent in jakarta.xml.bind.util
Methods in jakarta.xml.bind.util that return ValidationEventModifier and TypeMethodDescriptionValidationEventCollector.getEvents()Return an array of ValidationEvent objects containing a copy of each of the collected errors and warnings.Methods in jakarta.xml.bind.util with parameters of type ValidationEventModifier and TypeMethodDescriptionbooleanValidationEventCollector.handleEvent(ValidationEvent event) -
Uses of ValidationEvent in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type ValidationEventModifier and TypeMethodDescriptionbooleanMarshallerImpl.handleEvent(ValidationEvent event) Default error handling behavior fotMarshaller.booleanXMLSerializer.handleEvent(ValidationEvent event) voidXMLSerializer.reportError(ValidationEvent ve) -
Uses of ValidationEvent in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Methods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller with parameters of type ValidationEventModifier and TypeMethodDescriptionbooleanUnmarshallerImpl.handleEvent(ValidationEvent event) Default error handling behavior forUnmarshaller.booleanUnmarshallingContext.handleEvent(ValidationEvent event) voidUnmarshallingContext.handleEvent(ValidationEvent event, boolean canRecover) Reports an error to the user, and asks if s/he wants to recover. -
Uses of ValidationEvent in org.hibernate.boot.jaxb.internal
Methods in org.hibernate.boot.jaxb.internal with parameters of type ValidationEventModifier and TypeMethodDescriptionbooleanContextProvidingValidationEventHandler.handleEvent(ValidationEvent validationEvent)