Uses of Interface
io.airlift.drift.server.MethodInvocationFilter
Packages that use MethodInvocationFilter
-
Uses of MethodInvocationFilter in io.airlift.drift.server.guice
Methods in io.airlift.drift.server.guice with type parameters of type MethodInvocationFilterModifier and TypeMethodDescription<T extends MethodInvocationFilter>
voidDriftServerBinder.bindFilter(com.google.inject.Key<T> filterKey) <T extends MethodInvocationFilter>
voidDriftServerBinder.bindFilter(Class<T> filterClass) Methods in io.airlift.drift.server.guice with parameters of type MethodInvocationFilterModifier and TypeMethodDescriptionvoidDriftServerBinder.bindFilter(MethodInvocationFilter filter) static MethodInvocationFilterBinderMethodInvocationFilterBinder.staticFilterBinder(MethodInvocationFilter... filters) Method parameters in io.airlift.drift.server.guice with type arguments of type MethodInvocationFilterModifier and TypeMethodDescriptionvoidMethodInvocationFilterBinder.bind(com.google.inject.multibindings.Multibinder<MethodInvocationFilter> filterMultibinder, com.google.inject.Binder binder, Class<? extends Annotation> annotation, String prefix) static MethodInvocationFilterBinderMethodInvocationFilterBinder.staticFilterBinder(List<MethodInvocationFilter> filters)