Class PreRenderUtil


  • public class PreRenderUtil
    extends Object
    • Constructor Detail

      • PreRenderUtil

        public PreRenderUtil()
    • Method Detail

      • findTable

        public static TableDescriptor findTable​(List<TableDescriptor> tableDescriptorList,
                                                String name)
        For the given table descriptor name, find the table descriptor in the list.
        Parameters:
        tableDescriptorList - List of table descriptors to look in.
        name - Target name of the table descriptor to look for.
        Returns:
        The TableDescriptor that matches the target string name.
      • findField

        public static FieldDescriptor findField​(List<FieldDescriptor> fieldDescriptorList,
                                                String name)
        For the given field descriptor name, find the field descriptor in the list.
        Parameters:
        fieldDescriptorList - List of field descriptors to look in.
        name - Target name of the field descriptor to look for.
        Returns:
        The FieldDescriptor that matches the target string name.