Uses of Class
com.h3xstream.findsecbugs.injection.InjectionSink
-
Packages that use InjectionSink Package Description com.h3xstream.findsecbugs.injection -
-
Uses of InjectionSink in com.h3xstream.findsecbugs.injection
Fields in com.h3xstream.findsecbugs.injection with type parameters of type InjectionSink Modifier and Type Field Description protected Map<ClassMethodSignature,Set<InjectionSink>>AbstractInjectionDetector. injectionSinksMethods in com.h3xstream.findsecbugs.injection that return InjectionSink Modifier and Type Method Description InjectionSinkMethodAndSink. getSink()Constructors in com.h3xstream.findsecbugs.injection with parameters of type InjectionSink Constructor Description MethodAndSink(ClassMethodSignature classMethodSignature, InjectionSink sink)
-