Class AnnotationUtil


  • public final class AnnotationUtil
    extends Object
    Created by hakan on 2.05.2020
    • Method Detail

      • validateMandatoryNameColumns

        public static <T> void validateMandatoryNameColumns​(PoijiOptions options,
                                                            Formatting formatting,
                                                            Class<T> modelType,
                                                            Collection<String> headerNames)
        Validate that all headers specified via @ExcelCellName annotations are present in the list of header names.

        Validation is only performed if it is set in the PoijiOptions

        Throws:
        HeaderMissingException - if one or more headers are missing