Class SecurityGatewayUtils
java.lang.Object
es.kukenan.smartfi.microservice.security.gateway.utils.SecurityGatewayUtils
UserUtils class for users-microservice.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringReturn Local date as String.static StringtoJsonString(Object object) Return de object in json format.
-
Constructor Details
-
SecurityGatewayUtils
public SecurityGatewayUtils()
-
-
Method Details
-
toJsonString
Return de object in json format.- Parameters:
object- the object to get json format.- Returns:
- json formater
-
convertLocalDateToString
Return Local date as String.- Parameters:
date- local Date.- Returns:
- date as String
-