Uses of Interface
org.jdbi.v3.sqlobject.HandlerDecorator
Packages that use HandlerDecorator
-
Uses of HandlerDecorator in org.jdbi.v3.sqlobject
Classes in org.jdbi.v3.sqlobject that implement HandlerDecoratorModifier and TypeClassDescription(package private) classApplies decorations to method handlers, according to anydecorating annotationspresent on the method.Fields in org.jdbi.v3.sqlobject with type parameters of type HandlerDecoratorModifier and TypeFieldDescriptionprivate final List<HandlerDecorator>HandlerDecorators.decoratorsDeprecated.Methods in org.jdbi.v3.sqlobject that return HandlerDecoratorModifier and TypeMethodDescriptionprivate static HandlerDecoratorSqlMethodAnnotatedHandlerDecorator.buildDecorator(Class<? extends HandlerDecorator> decoratorClass) Methods in org.jdbi.v3.sqlobject with parameters of type HandlerDecoratorModifier and TypeMethodDescriptionHandlerDecorators.register(HandlerDecorator decorator) Deprecated.Registers the given handler decorator with the registry.Method parameters in org.jdbi.v3.sqlobject with type arguments of type HandlerDecoratorModifier and TypeMethodDescriptionprivate static HandlerDecoratorSqlMethodAnnotatedHandlerDecorator.buildDecorator(Class<? extends HandlerDecorator> decoratorClass)