Uses of Interface
org.apache.commons.digester.annotations.DigesterLoaderHandler
Packages that use DigesterLoaderHandler
Package
Description
The
handlers
package contains
DigesterLoaderHandler
implementations.This package contains internal use only classes, users can ignore it.
Contains annotations package SPI definition.
-
Uses of DigesterLoaderHandler in org.apache.commons.digester.annotations.handlers
Subinterfaces of DigesterLoaderHandler in org.apache.commons.digester.annotations.handlersModifier and TypeInterfaceDescriptioninterface
The DefaultLoaderHandler marks rules that have to be processed by the built-in Digester annotation rules engine.Classes in org.apache.commons.digester.annotations.handlers that implement DigesterLoaderHandlerModifier and TypeClassDescriptionfinal class
Handler that takes care to create theSetNextRuleProvider
andSetRootRuleProvider
.final class
Handler that takes care to create theSetPropertiesRuleProvider
. -
Uses of DigesterLoaderHandler in org.apache.commons.digester.annotations.internal
Methods in org.apache.commons.digester.annotations.internal with type parameters of type DigesterLoaderHandlerModifier and TypeMethodDescription<L extends DigesterLoaderHandler<? extends Annotation,
? extends AnnotatedElement>>
LDefaultDigesterLoaderHandlerFactory.newInstance
(Class<L> type) Return an instance of the specified type. -
Uses of DigesterLoaderHandler in org.apache.commons.digester.annotations.spi
Methods in org.apache.commons.digester.annotations.spi with type parameters of type DigesterLoaderHandlerModifier and TypeMethodDescription<L extends DigesterLoaderHandler<? extends Annotation,
? extends AnnotatedElement>>
LDigesterLoaderHandlerFactory.newInstance
(Class<L> type) Return an instance of the specified type.