Class SecurityGatewayUtils

java.lang.Object
es.kukenan.smartfi.microservice.security.gateway.utils.SecurityGatewayUtils

public class SecurityGatewayUtils extends Object
UserUtils class for users-microservice.
  • Constructor Details

    • SecurityGatewayUtils

      public SecurityGatewayUtils()
  • Method Details

    • toJsonString

      public static String toJsonString(Object object)
      Return de object in json format.
      Parameters:
      object - the object to get json format.
      Returns:
      json formater
    • convertLocalDateToString

      public static String convertLocalDateToString(LocalDate date)
      Return Local date as String.
      Parameters:
      date - local Date.
      Returns:
      date as String