Uses of Interface
org.glassfish.jaxb.core.v2.model.core.ErrorHandler
-
Packages that use ErrorHandler Package Description org.glassfish.jaxb.core.v2.model.annotation org.glassfish.jaxb.runtime.v2.model.annotation Abstraction around reading annotations, to support internal/external annotations.org.glassfish.jaxb.runtime.v2.model.impl Implementation of the org.glassfish.jaxb.j2s.model package.org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. -
-
Uses of ErrorHandler in org.glassfish.jaxb.core.v2.model.annotation
Methods in org.glassfish.jaxb.core.v2.model.annotation with parameters of type ErrorHandler Modifier and Type Method Description voidAnnotationReader. setErrorHandler(ErrorHandler errorHandler)Sets the error handler that receives errors found during reading annotations. -
Uses of ErrorHandler in org.glassfish.jaxb.runtime.v2.model.annotation
Methods in org.glassfish.jaxb.runtime.v2.model.annotation that return ErrorHandler Modifier and Type Method Description ErrorHandlerAbstractInlineAnnotationReaderImpl. getErrorHandler()Always return a non-null validErrorHandlerMethods in org.glassfish.jaxb.runtime.v2.model.annotation with parameters of type ErrorHandler Modifier and Type Method Description voidAbstractInlineAnnotationReaderImpl. setErrorHandler(ErrorHandler errorHandler) -
Uses of ErrorHandler in org.glassfish.jaxb.runtime.v2.model.impl
Methods in org.glassfish.jaxb.runtime.v2.model.impl with parameters of type ErrorHandler Modifier and Type Method Description voidModelBuilder. setErrorHandler(ErrorHandler errorHandler)Sets the error handler that receives errors discovered during the model building. -
Uses of ErrorHandler in org.glassfish.jaxb.runtime.v2.runtime
Classes in org.glassfish.jaxb.runtime.v2.runtime that implement ErrorHandler Modifier and Type Class Description static classIllegalAnnotationsException.Builder
-