Class ProductiveByStrategy.Builder

    • Method Detail

      • productiveKeys

        public ProductiveByStrategy.Builder productiveKeys​(String key,
                                                           String... rest)
        Specify the list of property keys that should always be productive for by(String). If the keys are not set, then all `by(String)` are productive. Arguments to by() that are not of type ValueTraversal will not be considered.
      • productiveKeys

        public ProductiveByStrategy.Builder productiveKeys​(Collection<String> keys)
        Specify the list of property keys that should always be productive for by(String). If the keys are not set, then all `by(String)` are productive. Arguments to by() that are not of type ValueTraversal will not be considered.