Uses of Interface
org.apache.avro.path.PathElement
Packages that use PathElement
-
Uses of PathElement in org.apache.avro.path
Subinterfaces of PathElement in org.apache.avro.pathModifier and TypeInterfaceDescriptioninterface
a predicate is a filter that restricts items selected by aLocationStep
interface
filters items by their context positionClasses in org.apache.avro.path that implement PathElementModifier and TypeClassDescriptionclass
Returns items by their position (numeric index) in an arrayclass
Selects items based on their "path" (name of a property under which they are stored) relative to the context.class
Returns items by their position (string key under which they are stored) in a mapclass
Returns items by their position (numeric index of type) in a union schemaMethods in org.apache.avro.path with parameters of type PathElementModifier and TypeMethodDescriptionvoid
PathTracingException.tracePath
(PathElement step) appends a path element to the trace. expected to be called in reverse-order as the exception bubbles up the stackvoid
TracingAvroTypeException.tracePath
(PathElement step) void
TracingClassCastException.tracePath
(PathElement step) void
TracingNullPointException.tracePath
(PathElement step)