Class StandardQueryElementCollection<T extends QueryElement>

    • Constructor Detail

      • StandardQueryElementCollection

        protected StandardQueryElementCollection()
      • StandardQueryElementCollection

        protected StandardQueryElementCollection​(String delimeter)
      • StandardQueryElementCollection

        protected StandardQueryElementCollection​(String operatorName,
                                                 String delimeter)
      • StandardQueryElementCollection

        protected StandardQueryElementCollection​(String delimeter,
                                                 Collection<T> collection)
      • StandardQueryElementCollection

        protected StandardQueryElementCollection​(String operatorName,
                                                 Function<String,​String> wrapperMethod)
      • StandardQueryElementCollection

        protected StandardQueryElementCollection​(String operatorName,
                                                 String delimiter,
                                                 Collection<T> collection)
    • Method Detail

      • setOperatorName

        protected void setOperatorName​(String operatorName)
      • setOperatorName

        protected void setOperatorName​(String operatorName,
                                       boolean pad)
      • resetWrapperMethod

        protected void resetWrapperMethod()
      • printBodyIfEmpty

        protected void printBodyIfEmpty​(boolean printBodyIfEmpty)
      • printNameIfEmpty

        protected void printNameIfEmpty​(boolean printNameIfEmpty)