Class DataTypeUtil


  • public class DataTypeUtil
    extends Object
    • Constructor Detail

      • DataTypeUtil

        public DataTypeUtil()
    • Method Detail

      • getMemberType

        public static DataType getMemberType​(DataType type,
                                             PathElement[] path)
        traverses the type hierarchy to retrieve the type referenced by path
        Parameters:
        type - - the type for which the hierarchy is traversed
        path - - the elements used to traverse the hierarchy
        Returns:
        - the found sub-member of the type or null if no member has been found.