Class TreeFilterDefinition


  • public final class TreeFilterDefinition
    extends Object
    • Constructor Detail

      • TreeFilterDefinition

        public TreeFilterDefinition​(Integer includeDepth,
                                    Set<String> includePaths,
                                    Set<String> excludePaths)
        Parameters:
        includeDepth - The maximum depth beyond which all created fields will be ignored. null for no limit.
        includePaths - The exhaustive list of paths of fields that are to be included. null for no limit. Cannot be used with a non-empty excludePaths.
        excludePaths - The list of paths of fields that are to be excluded. null for no exclusion. Cannot be used with a non-empty includePaths.