Package com.jsql.model
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 Summary
ConstructorsConstructorDescriptionMediatorUtils(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 aMediatorUtilsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theauthenticationUtilrecord component.Returns the value of thecertificateUtilrecord component.Returns the value of theconnectionUtilrecord component.Returns the value of thecookiesUtilrecord component.csrfUtil()Returns the value of thecsrfUtilrecord component.Returns the value of thedigestUtilrecord component.final booleanIndicates whether some other object is "equal to" this one.Returns the value of theexceptionUtilrecord component.formUtil()Returns the value of theformUtilrecord component.gitUtil()Returns the value of thegitUtilrecord component.final inthashCode()Returns a hash code value for this object.Returns the value of theheaderUtilrecord component.jsonUtil()Returns the value of thejsonUtilrecord component.Returns the value of themultipartUtilrecord component.Returns the value of theparameterUtilrecord component.Returns the value of thepreferencesUtilrecord component.Returns the value of thepropertiesUtilrecord component.Returns the value of theproxyUtilrecord component.soapUtil()Returns the value of thesoapUtilrecord component.Returns the value of thetamperingUtilrecord component.Returns the value of thethreadUtilrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of theuserAgentUtilrecord component.
-
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 aMediatorUtilsrecord class.- Parameters:
propertiesUtil- the value for thepropertiesUtilrecord componentconnectionUtil- the value for theconnectionUtilrecord componentauthenticationUtil- the value for theauthenticationUtilrecord componentgitUtil- the value for thegitUtilrecord componentheaderUtil- the value for theheaderUtilrecord componentparameterUtil- the value for theparameterUtilrecord componentexceptionUtil- the value for theexceptionUtilrecord componentsoapUtil- the value for thesoapUtilrecord componentmultipartUtil- the value for themultipartUtilrecord componentcookiesUtil- the value for thecookiesUtilrecord componentjsonUtil- the value for thejsonUtilrecord componentpreferencesUtil- the value for thepreferencesUtilrecord componentproxyUtil- the value for theproxyUtilrecord componentthreadUtil- the value for thethreadUtilrecord componenttamperingUtil- the value for thetamperingUtilrecord componentuserAgentUtil- the value for theuserAgentUtilrecord componentcsrfUtil- the value for thecsrfUtilrecord componentdigestUtil- the value for thedigestUtilrecord componentformUtil- the value for theformUtilrecord componentcertificateUtil- the value for thecertificateUtilrecord component
-
-
Method Details
-
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. -
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. -
equals
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 withObjects::equals(Object,Object). -
propertiesUtil
Returns the value of thepropertiesUtilrecord component.- Returns:
- the value of the
propertiesUtilrecord component
-
connectionUtil
Returns the value of theconnectionUtilrecord component.- Returns:
- the value of the
connectionUtilrecord component
-
authenticationUtil
Returns the value of theauthenticationUtilrecord component.- Returns:
- the value of the
authenticationUtilrecord component
-
gitUtil
Returns the value of thegitUtilrecord component.- Returns:
- the value of the
gitUtilrecord component
-
headerUtil
Returns the value of theheaderUtilrecord component.- Returns:
- the value of the
headerUtilrecord component
-
parameterUtil
Returns the value of theparameterUtilrecord component.- Returns:
- the value of the
parameterUtilrecord component
-
exceptionUtil
Returns the value of theexceptionUtilrecord component.- Returns:
- the value of the
exceptionUtilrecord component
-
soapUtil
Returns the value of thesoapUtilrecord component.- Returns:
- the value of the
soapUtilrecord component
-
multipartUtil
Returns the value of themultipartUtilrecord component.- Returns:
- the value of the
multipartUtilrecord component
-
cookiesUtil
Returns the value of thecookiesUtilrecord component.- Returns:
- the value of the
cookiesUtilrecord component
-
jsonUtil
Returns the value of thejsonUtilrecord component.- Returns:
- the value of the
jsonUtilrecord component
-
preferencesUtil
Returns the value of thepreferencesUtilrecord component.- Returns:
- the value of the
preferencesUtilrecord component
-
proxyUtil
Returns the value of theproxyUtilrecord component.- Returns:
- the value of the
proxyUtilrecord component
-
threadUtil
Returns the value of thethreadUtilrecord component.- Returns:
- the value of the
threadUtilrecord component
-
tamperingUtil
Returns the value of thetamperingUtilrecord component.- Returns:
- the value of the
tamperingUtilrecord component
-
userAgentUtil
Returns the value of theuserAgentUtilrecord component.- Returns:
- the value of the
userAgentUtilrecord component
-
csrfUtil
Returns the value of thecsrfUtilrecord component.- Returns:
- the value of the
csrfUtilrecord component
-
digestUtil
Returns the value of thedigestUtilrecord component.- Returns:
- the value of the
digestUtilrecord component
-
formUtil
Returns the value of theformUtilrecord component.- Returns:
- the value of the
formUtilrecord component
-
certificateUtil
Returns the value of thecertificateUtilrecord component.- Returns:
- the value of the
certificateUtilrecord component
-