Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- afterRestTemplateCall() - Method in class tech.prodigio.core.libcoreservices.aspect.resttemplate.RestTemplateAspect
- AopUtils - Class in tech.prodigio.core.libcoreservices.util
- aroundRequest(ProceedingJoinPoint) - Method in class tech.prodigio.core.libcoreservices.aspect.requests.RequestAspect
- AttributeMappings - Class in tech.prodigio.core.libcoreservices.extension
- AttributeMappings() - Constructor for class tech.prodigio.core.libcoreservices.extension.AttributeMappings
B
- beforeRestTemplateCall(JoinPoint) - Method in class tech.prodigio.core.libcoreservices.aspect.resttemplate.RestTemplateAspect
C
- COMMON_SERVICES_ERROR_INTERNAL - Static variable in class tech.prodigio.core.libcoreservices.service.impl.SecretManagerService
- CommonServicesConfig - Class in tech.prodigio.core.libcoreservices.config
- CommonServicesConfig() - Constructor for class tech.prodigio.core.libcoreservices.config.CommonServicesConfig
- ConstraintValidationUtils - Class in tech.prodigio.core.libcoreservices.util
- constraintViolationsToValidationErrorList(Set<ConstraintViolation<Object>>) - Static method in class tech.prodigio.core.libcoreservices.util.ConstraintValidationUtils
- constraintViolationToValidation(ConstraintViolation<?>) - Static method in class tech.prodigio.core.libcoreservices.util.ConstraintValidationUtils
- CredentialsDto - Class in tech.prodigio.core.libcoreservices.dto.secretmanager
- CredentialsDto() - Constructor for class tech.prodigio.core.libcoreservices.dto.secretmanager.CredentialsDto
E
- EvaluateIfHeaderIsRequiredByRequestHost - Annotation Interface in tech.prodigio.core.libcoreservices.aspect.headervalidations
F
- findRequestBodyClassName(Method) - Static method in class tech.prodigio.core.libcoreservices.util.AopUtils
G
- getAttributeAsDataType(JsonNode, String) - Method in class tech.prodigio.core.libcoreservices.extension.AttributeMappings
-
convert json node un object with data type specified Support for the following data types:
* String
* Boolean
* boolean
* Integer
* int
* Long
* Double
* Float
* BigDecimal
* LocalDate
* LocalDateTime - getAttributeAsDataType(JsonNode, String) - Method in interface tech.prodigio.core.libcoreservices.service.IJsonNodeService
-
convert json node un object with data type specified Support for the following data types:
* String
* Boolean
* boolean
* Integer
* int
* Long
* Double
* Float
* BigDecimal
* LocalDate
* LocalDateTime - getAttributeAsDataType(JsonNode, String) - Method in class tech.prodigio.core.libcoreservices.service.impl.JsonNodeService
- getHeaders(HttpServletRequest) - Static method in class tech.prodigio.core.libcoreservices.util.AopUtils
- getJsonAttribute(JsonNode, String) - Method in class tech.prodigio.core.libcoreservices.extension.AttributeMappings
-
Find embedded jsonNode, can be used to find json objects in any depth level
- getJsonAttribute(JsonNode, String) - Method in interface tech.prodigio.core.libcoreservices.service.IJsonNodeService
-
Find embedded jsonNode, can be used to find json objects in any depth level
- getJsonAttribute(JsonNode, String) - Method in class tech.prodigio.core.libcoreservices.service.impl.JsonNodeService
-
Find embedded jsonNode, can be used to find json objects in any depth level
- getJsonNodeFromString(String) - Method in interface tech.prodigio.core.libcoreservices.service.IJsonNodeService
-
receives a String and converts it to a jsonNode
- getJsonNodeFromString(String) - Method in class tech.prodigio.core.libcoreservices.service.impl.JsonNodeService
- getMessage(String) - Method in interface tech.prodigio.core.libcoreservices.service.IMessageService
- getMessage(String) - Method in class tech.prodigio.core.libcoreservices.service.impl.MessageService
- getMethod(JoinPoint) - Static method in class tech.prodigio.core.libcoreservices.util.AopUtils
- getParamFromMethodByClassName(JoinPoint, String) - Static method in class tech.prodigio.core.libcoreservices.util.AopUtils
- getRequestBody(JoinPoint) - Static method in class tech.prodigio.core.libcoreservices.util.AopUtils
- getRequestContext() - Static method in class tech.prodigio.core.libcoreservices.util.AopUtils
- getRestTemplateLocal() - Method in class tech.prodigio.core.libcoreservices.config.RestConfiguration
- getSecret(String, String) - Method in class tech.prodigio.core.libcoreservices.service.impl.SecretManagerService
- getSecret(String, String) - Method in interface tech.prodigio.core.libcoreservices.service.ISecretManagerService
- getValidationError(Set<ConstraintViolation<Object>>, String) - Static method in class tech.prodigio.core.libcoreservices.util.ConstraintValidationUtils
- getValidationErrorHeaders(Set<ConstraintViolation<Object>>) - Static method in class tech.prodigio.core.libcoreservices.util.ConstraintValidationUtils
H
- HeadersType - Class in tech.prodigio.core.libcoreservices.util
- headerToEvaluate() - Element in annotation interface tech.prodigio.core.libcoreservices.aspect.headervalidations.EvaluateIfHeaderIsRequiredByRequestHost
- HttpUtils - Class in tech.prodigio.core.libcoreservices.util
- HttpUtils() - Constructor for class tech.prodigio.core.libcoreservices.util.HttpUtils
I
- IJsonNodeService - Interface in tech.prodigio.core.libcoreservices.service
- IMessageService - Interface in tech.prodigio.core.libcoreservices.service
- ISecretManagerService - Interface in tech.prodigio.core.libcoreservices.service
- ITextService - Interface in tech.prodigio.core.libcoreservices.service
J
- JsonNodeService - Class in tech.prodigio.core.libcoreservices.service.impl
- JsonNodeService() - Constructor for class tech.prodigio.core.libcoreservices.service.impl.JsonNodeService
M
- makeGetHttpRequest(String, HttpHeaders, String, Function<ResponseEntity<String>, R>) - Method in class tech.prodigio.core.libcoreservices.util.HttpUtils
- makeHttpRequestWithBody(T, String, HttpMethod, HttpHeaders, String, Function<ResponseEntity<String>, R>) - Method in class tech.prodigio.core.libcoreservices.util.HttpUtils
- mapAttribute(JsonNode, String, String) - Method in class tech.prodigio.core.libcoreservices.extension.AttributeMappings
-
Searches for the attribute specified in the path and returns it with the data type specified in dataType
- mapAttributeAsList(JsonNode, String) - Method in class tech.prodigio.core.libcoreservices.extension.AttributeMappings
-
Searches for the attribute specified in the path and returns as JsonNode list it
- mapAttributeFromJsonNode(JsonNode, String, String) - Method in interface tech.prodigio.core.libcoreservices.service.IJsonNodeService
-
Searches for the attribute specified in the path and returns it with the data type specified in dataType
- mapAttributeFromJsonNode(JsonNode, String, String) - Method in class tech.prodigio.core.libcoreservices.service.impl.JsonNodeService
- mapAttributeFromJsonNodeAsList(JsonNode, String) - Method in interface tech.prodigio.core.libcoreservices.service.IJsonNodeService
- mapAttributeFromJsonNodeAsList(JsonNode, String) - Method in class tech.prodigio.core.libcoreservices.service.impl.JsonNodeService
-
Searches for the attribute specified in the path and returns as JsonNode list it
- mapToBooleanAttribute(JsonNode, String) - Method in class tech.prodigio.core.libcoreservices.extension.AttributeMappings
- mapToIntegerAttribute(JsonNode, String) - Method in class tech.prodigio.core.libcoreservices.extension.AttributeMappings
- mapToLocalDateAttribute(JsonNode, String) - Method in class tech.prodigio.core.libcoreservices.extension.AttributeMappings
- mapToLocalDateTimeAttribute(JsonNode, String) - Method in class tech.prodigio.core.libcoreservices.extension.AttributeMappings
- mapToLocalTimeAttribute(JsonNode, String) - Method in class tech.prodigio.core.libcoreservices.extension.AttributeMappings
- mapToLongAttribute(JsonNode, String) - Method in class tech.prodigio.core.libcoreservices.extension.AttributeMappings
- mapToStringAttribute(JsonNode, String) - Method in class tech.prodigio.core.libcoreservices.extension.AttributeMappings
- MessageService - Class in tech.prodigio.core.libcoreservices.service.impl
- MessageService() - Constructor for class tech.prodigio.core.libcoreservices.service.impl.MessageService
O
- originHeader() - Element in annotation interface tech.prodigio.core.libcoreservices.aspect.headervalidations.EvaluateIfHeaderIsRequiredByRequestHost
R
- RequestAspect - Class in tech.prodigio.core.libcoreservices.aspect.requests
- RequestAspect() - Constructor for class tech.prodigio.core.libcoreservices.aspect.requests.RequestAspect
- RestConfiguration - Class in tech.prodigio.core.libcoreservices.config
- RestConfiguration() - Constructor for class tech.prodigio.core.libcoreservices.config.RestConfiguration
- RestTemplateAspect - Class in tech.prodigio.core.libcoreservices.aspect.resttemplate
- RestTemplateAspect() - Constructor for class tech.prodigio.core.libcoreservices.aspect.resttemplate.RestTemplateAspect
- restTemplateWithoutTimeout() - Method in class tech.prodigio.core.libcoreservices.config.RestConfiguration
- restTemplateWithTimeout() - Method in class tech.prodigio.core.libcoreservices.config.RestConfiguration
S
- SecretManagerService - Class in tech.prodigio.core.libcoreservices.service.impl
- SecretManagerService() - Constructor for class tech.prodigio.core.libcoreservices.service.impl.SecretManagerService
T
- tech.prodigio.core.libcoreservices.aspect.headervalidations - package tech.prodigio.core.libcoreservices.aspect.headervalidations
- tech.prodigio.core.libcoreservices.aspect.requests - package tech.prodigio.core.libcoreservices.aspect.requests
- tech.prodigio.core.libcoreservices.aspect.resttemplate - package tech.prodigio.core.libcoreservices.aspect.resttemplate
- tech.prodigio.core.libcoreservices.config - package tech.prodigio.core.libcoreservices.config
- tech.prodigio.core.libcoreservices.dto.secretmanager - package tech.prodigio.core.libcoreservices.dto.secretmanager
- tech.prodigio.core.libcoreservices.extension - package tech.prodigio.core.libcoreservices.extension
- tech.prodigio.core.libcoreservices.service - package tech.prodigio.core.libcoreservices.service
- tech.prodigio.core.libcoreservices.service.impl - package tech.prodigio.core.libcoreservices.service.impl
- tech.prodigio.core.libcoreservices.util - package tech.prodigio.core.libcoreservices.util
- textObfuscation(String) - Method in class tech.prodigio.core.libcoreservices.service.impl.TextService
- textObfuscation(String) - Method in interface tech.prodigio.core.libcoreservices.service.ITextService
-
Responsible for hiding the content of a text by replacing all values with X except the last 4 characters
- textObfuscation(String, String, int) - Method in class tech.prodigio.core.libcoreservices.service.impl.TextService
- textObfuscation(String, String, int) - Method in interface tech.prodigio.core.libcoreservices.service.ITextService
- TextService - Class in tech.prodigio.core.libcoreservices.service.impl
- TextService() - Constructor for class tech.prodigio.core.libcoreservices.service.impl.TextService
- TRACE_ID_HEADER - Static variable in class tech.prodigio.core.libcoreservices.util.HeadersType
- TRACE_ID_HEADERS_OPTIONS - Static variable in class tech.prodigio.core.libcoreservices.util.HeadersType
U
- USER_AGENT - Static variable in class tech.prodigio.core.libcoreservices.aspect.requests.RequestAspect
V
- validateHeader(Validator, Object) - Static method in class tech.prodigio.core.libcoreservices.util.ConstraintValidationUtils
All Classes and Interfaces|All Packages|Constant Field Values