Uses of Enum
com.jsql.model.bean.util.Interaction
Packages that use Interaction
-
Uses of Interaction in com.jsql.model.bean.util
Methods in com.jsql.model.bean.util that return InteractionModifier and TypeMethodDescriptionRequest.getMessage()
static Interaction
Returns the enum constant of this type with the specified name.static Interaction[]
Interaction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jsql.model.bean.util with parameters of type Interaction -
Uses of Interaction in com.jsql.model.injection.strategy
Methods in com.jsql.model.injection.strategy with parameters of type InteractionModifier and TypeMethodDescriptionvoid
AbstractStrategy.markVulnerability
(Interaction message, int... indexErrorStrategy)