Interface ApiClientConnectorProperties


public interface ApiClientConnectorProperties
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    getProperty(String key, Class<T> propertyClass, T defaultValue)
     
  • Method Details

    • getProperty

      <T> T getProperty(String key, Class<T> propertyClass, T defaultValue)