Interface DefaultPropertyPlaceholderResolver.Segment

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      <T> T getValue​(java.lang.Class<T> type)
      Returns the value of a given segment converted to the provided type.
    • Method Detail

      • getValue

        <T> T getValue​(java.lang.Class<T> type)
                throws ConfigurationException
        Returns the value of a given segment converted to the provided type.
        Type Parameters:
        T - The type to convert the value to
        Parameters:
        type - The class
        Returns:
        The converted value
        Throws:
        ConfigurationException - If any error occurs