Uses of Interface
org.jdbi.v3.sqlobject.HandlerDecorator
-
Packages that use HandlerDecorator Package Description org.jdbi.v3.sqlobject SQL Objects -
-
Uses of HandlerDecorator in org.jdbi.v3.sqlobject
Classes in org.jdbi.v3.sqlobject that implement HandlerDecorator Modifier and Type Class Description (package private) classSqlMethodAnnotatedHandlerDecoratorApplies decorations to method handlers, according to anydecorating annotationspresent on the method.Fields in org.jdbi.v3.sqlobject with type parameters of type HandlerDecorator Modifier and Type Field Description private java.util.List<HandlerDecorator>HandlerDecorators. decoratorsDeprecated.Methods in org.jdbi.v3.sqlobject that return HandlerDecorator Modifier and Type Method Description private static HandlerDecoratorSqlMethodAnnotatedHandlerDecorator. buildDecorator(java.lang.Class<? extends HandlerDecorator> decoratorClass)Methods in org.jdbi.v3.sqlobject that return types with arguments of type HandlerDecorator Modifier and Type Method Description java.lang.Class<? extends HandlerDecorator>value()Deprecated.Factory class that decoratesHandlerinstances for methods annotated with the associated annotation.Methods in org.jdbi.v3.sqlobject with parameters of type HandlerDecorator Modifier and Type Method Description HandlerDecoratorsHandlerDecorators. register(HandlerDecorator decorator)Deprecated.Registers the given handler decorator with the registry.Method parameters in org.jdbi.v3.sqlobject with type arguments of type HandlerDecorator Modifier and Type Method Description private static HandlerDecoratorSqlMethodAnnotatedHandlerDecorator. buildDecorator(java.lang.Class<? extends HandlerDecorator> decoratorClass)
-