Searched refs:typePropertyPathsMap (Results 1 – 3 of 3) sorted by relevance
116 Map<String, List<String>> typePropertyPathsMap = new ArrayMap<>(schemas.size()); in getProjections() local120 typePropertyPathsMap.put(schema, Collections.unmodifiableList(propertyPaths)); in getProjections()123 return typePropertyPathsMap; in getProjections()137 Map<String, List<PropertyPath>> typePropertyPathsMap = new ArrayMap<>(schemas.size()); in getProjectionPaths() local146 typePropertyPathsMap.put(schema, Collections.unmodifiableList(propertyPathList)); in getProjectionPaths()149 return typePropertyPathsMap; in getProjectionPaths()
426 Map<String, List<String>> typePropertyPathsMap = new ArrayMap<>(schemas.size()); in getFilterProperties() local428 typePropertyPathsMap.put( in getFilterProperties()432 return typePropertyPathsMap; in getFilterProperties()510 Map<String, List<String>> typePropertyPathsMap = new ArrayMap<>(schemas.size()); in getProjections() local512 typePropertyPathsMap.put( in getProjections()517 return typePropertyPathsMap; in getProjections()533 Map<String, List<PropertyPath>> typePropertyPathsMap = new ArrayMap<>(schemas.size()); in getProjectionPaths() local543 typePropertyPathsMap.put(schema, copy); in getProjectionPaths()546 return typePropertyPathsMap; in getProjectionPaths()
206 Map<String, List<String>> typePropertyPathsMap = new ArrayMap<>(schemas.size()); in getFilterProperties() local208 typePropertyPathsMap.put( in getFilterProperties()211 return typePropertyPathsMap; in getFilterProperties()