Searched refs:propertyPaths (Results 1 – 2 of 2) sorted by relevance
150 @NonNull String schemaType, @NonNull Collection<String> propertyPaths) { in addProjection() argument152 Objects.requireNonNull(propertyPaths); in addProjection()154 List<String> propertyPathsList = new ArrayList<>(propertyPaths.size()); in addProjection()155 for (String propertyPath : propertyPaths) { in addProjection()
603 @NonNull String schema, @NonNull Collection<String> propertyPaths) { in addProjection() argument605 Objects.requireNonNull(propertyPaths); in addProjection()607 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addProjection()608 for (String propertyPath : propertyPaths) { in addProjection()