Searched defs:path (Results 1 – 3 of 3) sorted by relevance
70 PropertyPath path = new PropertyPath("foo.bar[1]"); in testPropertyPathValid() local86 PropertyPath path = new PropertyPath("我.每天.走路.上班[2]"); in testPropertyPathCJKTValid() local99 PropertyPath path = new PropertyPath("foo.bar[2].bat.baz"); in testPropertyPathIterator() local165 PropertyPath path = new PropertyPath(list); in testBuildPropertyPathFromSegmentList() local173 PropertyPath path = new PropertyPath("foo[1].bar"); in testPropertyPathEquality() local
376 public @Nullable Object getProperty(@NonNull String path) { in getProperty()427 private static @Nullable Object getRawPropertyFromRawDocument( in getRawPropertyFromRawDocument()680 public @Nullable String getPropertyString(@NonNull String path) { in getPropertyString()699 public long getPropertyLong(@NonNull String path) { in getPropertyLong()718 public double getPropertyDouble(@NonNull String path) { in getPropertyDouble()737 public boolean getPropertyBoolean(@NonNull String path) { in getPropertyBoolean()756 public @Nullable byte[] getPropertyBytes(@NonNull String path) { in getPropertyBytes()775 public @Nullable GenericDocument getPropertyDocument(@NonNull String path) { in getPropertyDocument()795 public @Nullable EmbeddingVector getPropertyEmbedding(@NonNull String path) { in getPropertyEmbedding()819 public @Nullable AppSearchBlobHandle getPropertyBlobHandle(@NonNull String path) { in getPropertyBlobHandle()[all …]
67 public PropertyPath(@NonNull String path) { in PropertyPath()80 private void recursivePathScan(@UnderInitialization PropertyPath this, String path) in recursivePathScan()137 @UnderInitialization PropertyPath this, @NonNull String path, int controlPos) { in consumePropertyWithIndex()