Uses of Class
com.yahoo.document.FieldPath
Packages that use FieldPath
Package
Description
-
Uses of FieldPath in com.yahoo.document
Methods in com.yahoo.document that return FieldPathModifier and TypeMethodDescriptionArrayDataType.buildFieldPath(String remainFieldName) DataType.buildFieldPath(String fieldPathString) Creates a field path from the given field path string.MapDataType.buildFieldPath(String remainFieldName) static FieldPathMapDataType.buildFieldPath(String remainFieldName, DataType keyType, DataType valueType) StructuredDataType.buildFieldPath(String remainFieldName) WeightedSetDataType.buildFieldPath(String remainFieldName) static FieldPathFieldPath.newInstance(DataType fieldType, String fieldPath) Convenience method to build a field path from a path string.Methods in com.yahoo.document with parameters of type FieldPathModifier and TypeMethodDescriptionbooleanFieldPath.startsWith(FieldPath other) Compares this field path with the given field path, returns true if the field path starts with the other.Constructors in com.yahoo.document with parameters of type FieldPath -
Uses of FieldPath in com.yahoo.document.datatypes
Methods in com.yahoo.document.datatypes with parameters of type FieldPathModifier and TypeMethodDescriptionFieldValue.getRecursiveValue(FieldPath path) StructuredFieldValue.iterateNested(FieldPath fieldPath, int pos, FieldPathIteratorHandler handler) -
Uses of FieldPath in com.yahoo.document.fieldpathupdate
Methods in com.yahoo.document.fieldpathupdate that return FieldPath