Interface StringUtil.PropertySource

  • All Known Implementing Classes:
    XmlMappingParser
    Enclosing class:
    StringUtil

    public static interface StringUtil.PropertySource
    A source of property values.
    • Method Detail

      • getProperty

        java.lang.String getProperty​(java.lang.String key)
        Returns the property value for a given key.
        Parameters:
        key - the property key
        Returns:
        the property value