Class DataKeyMatcher


  • public class DataKeyMatcher
    extends Object
    Utility class used for matching data keys.
    Since:
    3.4
    Author:
    Nick Smith
    • Constructor Detail

    • Method Detail

      • match

        public DataKeyInfo match​(String dataKey)
        Attempts to match the dataKey to either a property or association pattern. If no match can be found then returns null.
        Parameters:
        dataKey - the dataKey to be matched.
        Returns:
        a DataKeyInfo representation or null.