Uses of Class
com.jsql.model.injection.method.AbstractMethodInjection
Packages that use AbstractMethodInjection
Package
Description
-
Uses of AbstractMethodInjection in com.jsql.model.injection.method
Methods in com.jsql.model.injection.method that return AbstractMethodInjectionModifier and TypeMethodDescriptionMediatorMethod.getHeader()
MediatorMethod.getQuery()
MediatorMethod.getRequest()
Methods in com.jsql.model.injection.method that return types with arguments of type AbstractMethodInjection -
Uses of AbstractMethodInjection in com.jsql.util
Methods in com.jsql.util that return AbstractMethodInjectionMethods in com.jsql.util with parameters of type AbstractMethodInjectionModifier and TypeMethodDescriptionvoid
ParameterUtil.controlInput
(String urlQuery, String rawRequest, String rawHeader, AbstractMethodInjection methodInjection, String typeRequest, boolean isScanning) Send each parameter from the GUI to the model in order to start the preparation of injection, the injection process is started in a new thread via model function inputValidation().void
ConnectionUtil.setMethodInjection
(AbstractMethodInjection methodInjection) boolean
JsonUtil.testJsonParam
(AbstractMethodInjection methodInjection, AbstractMap.SimpleEntry<String, String> paramStar) ConnectionUtil.withMethodInjection
(AbstractMethodInjection methodInjection) -
Uses of AbstractMethodInjection in com.jsql.view.swing.list
Methods in com.jsql.view.swing.list that return AbstractMethodInjection -
Uses of AbstractMethodInjection in com.jsql.view.swing.panel
Methods in com.jsql.view.swing.panel that return AbstractMethodInjectionMethods in com.jsql.view.swing.panel with parameters of type AbstractMethodInjectionModifier and TypeMethodDescriptionvoid
PanelAddressBar.setMethodInjection
(AbstractMethodInjection methodInjection) -
Uses of AbstractMethodInjection in com.jsql.view.swing.panel.address
Fields in com.jsql.view.swing.panel.address declared as AbstractMethodInjectionConstructors in com.jsql.view.swing.panel.address with parameters of type AbstractMethodInjectionModifierConstructorDescriptionModelAddressLine
(String request, Boolean isSelected, AbstractMethodInjection method, String i18nRadio, AtomicReference<JRadioButton> radio, String keyTooltipQuery, String placeholder, AtomicReference<JTextField> textfield, int offset)