Record Class MediatorUtils

java.lang.Object
java.lang.Record
com.jsql.model.MediatorUtils

public record MediatorUtils(PropertiesUtil propertiesUtil, ConnectionUtil connectionUtil, AuthenticationUtil authenticationUtil, GitUtil gitUtil, HeaderUtil headerUtil, ParameterUtil parameterUtil, ExceptionUtil exceptionUtil, SoapUtil soapUtil, MultipartUtil multipartUtil, CookiesUtil cookiesUtil, JsonUtil jsonUtil, PreferencesUtil preferencesUtil, ProxyUtil proxyUtil, ThreadUtil threadUtil, TamperingUtil tamperingUtil, UserAgentUtil userAgentUtil, CsrfUtil csrfUtil, DigestUtil digestUtil, FormUtil formUtil, CertificateUtil certificateUtil) extends Record
  • Constructor Details

    • MediatorUtils

      public MediatorUtils(PropertiesUtil propertiesUtil, ConnectionUtil connectionUtil, AuthenticationUtil authenticationUtil, GitUtil gitUtil, HeaderUtil headerUtil, ParameterUtil parameterUtil, ExceptionUtil exceptionUtil, SoapUtil soapUtil, MultipartUtil multipartUtil, CookiesUtil cookiesUtil, JsonUtil jsonUtil, PreferencesUtil preferencesUtil, ProxyUtil proxyUtil, ThreadUtil threadUtil, TamperingUtil tamperingUtil, UserAgentUtil userAgentUtil, CsrfUtil csrfUtil, DigestUtil digestUtil, FormUtil formUtil, CertificateUtil certificateUtil)
      Creates an instance of a MediatorUtils record class.
      Parameters:
      propertiesUtil - the value for the propertiesUtil record component
      connectionUtil - the value for the connectionUtil record component
      authenticationUtil - the value for the authenticationUtil record component
      gitUtil - the value for the gitUtil record component
      headerUtil - the value for the headerUtil record component
      parameterUtil - the value for the parameterUtil record component
      exceptionUtil - the value for the exceptionUtil record component
      soapUtil - the value for the soapUtil record component
      multipartUtil - the value for the multipartUtil record component
      cookiesUtil - the value for the cookiesUtil record component
      jsonUtil - the value for the jsonUtil record component
      preferencesUtil - the value for the preferencesUtil record component
      proxyUtil - the value for the proxyUtil record component
      threadUtil - the value for the threadUtil record component
      tamperingUtil - the value for the tamperingUtil record component
      userAgentUtil - the value for the userAgentUtil record component
      csrfUtil - the value for the csrfUtil record component
      digestUtil - the value for the digestUtil record component
      formUtil - the value for the formUtil record component
      certificateUtil - the value for the certificateUtil record component
  • Method Details

    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • propertiesUtil

      public PropertiesUtil propertiesUtil()
      Returns the value of the propertiesUtil record component.
      Returns:
      the value of the propertiesUtil record component
    • connectionUtil

      public ConnectionUtil connectionUtil()
      Returns the value of the connectionUtil record component.
      Returns:
      the value of the connectionUtil record component
    • authenticationUtil

      public AuthenticationUtil authenticationUtil()
      Returns the value of the authenticationUtil record component.
      Returns:
      the value of the authenticationUtil record component
    • gitUtil

      public GitUtil gitUtil()
      Returns the value of the gitUtil record component.
      Returns:
      the value of the gitUtil record component
    • headerUtil

      public HeaderUtil headerUtil()
      Returns the value of the headerUtil record component.
      Returns:
      the value of the headerUtil record component
    • parameterUtil

      public ParameterUtil parameterUtil()
      Returns the value of the parameterUtil record component.
      Returns:
      the value of the parameterUtil record component
    • exceptionUtil

      public ExceptionUtil exceptionUtil()
      Returns the value of the exceptionUtil record component.
      Returns:
      the value of the exceptionUtil record component
    • soapUtil

      public SoapUtil soapUtil()
      Returns the value of the soapUtil record component.
      Returns:
      the value of the soapUtil record component
    • multipartUtil

      public MultipartUtil multipartUtil()
      Returns the value of the multipartUtil record component.
      Returns:
      the value of the multipartUtil record component
    • cookiesUtil

      public CookiesUtil cookiesUtil()
      Returns the value of the cookiesUtil record component.
      Returns:
      the value of the cookiesUtil record component
    • jsonUtil

      public JsonUtil jsonUtil()
      Returns the value of the jsonUtil record component.
      Returns:
      the value of the jsonUtil record component
    • preferencesUtil

      public PreferencesUtil preferencesUtil()
      Returns the value of the preferencesUtil record component.
      Returns:
      the value of the preferencesUtil record component
    • proxyUtil

      public ProxyUtil proxyUtil()
      Returns the value of the proxyUtil record component.
      Returns:
      the value of the proxyUtil record component
    • threadUtil

      public ThreadUtil threadUtil()
      Returns the value of the threadUtil record component.
      Returns:
      the value of the threadUtil record component
    • tamperingUtil

      public TamperingUtil tamperingUtil()
      Returns the value of the tamperingUtil record component.
      Returns:
      the value of the tamperingUtil record component
    • userAgentUtil

      public UserAgentUtil userAgentUtil()
      Returns the value of the userAgentUtil record component.
      Returns:
      the value of the userAgentUtil record component
    • csrfUtil

      public CsrfUtil csrfUtil()
      Returns the value of the csrfUtil record component.
      Returns:
      the value of the csrfUtil record component
    • digestUtil

      public DigestUtil digestUtil()
      Returns the value of the digestUtil record component.
      Returns:
      the value of the digestUtil record component
    • formUtil

      public FormUtil formUtil()
      Returns the value of the formUtil record component.
      Returns:
      the value of the formUtil record component
    • certificateUtil

      public CertificateUtil certificateUtil()
      Returns the value of the certificateUtil record component.
      Returns:
      the value of the certificateUtil record component