Class BeagleSecurityClientBase

    • Constructor Detail

      • BeagleSecurityClientBase

        public BeagleSecurityClientBase()
    • Method Detail

      • convertJsonToObject

        protected <T> T convertJsonToObject​(String json,
                                            Class<T> type)

        Convert a json string to object given as type

        Type Parameters:
        T - passing class type
        Parameters:
        json - string to convert as object
        type - the type to which the json string needs to convert
        Returns:
        Converted json object