Class LocationStep

java.lang.Object
org.apache.avro.path.LocationStep
All Implemented Interfaces:
PathElement

public class LocationStep extends Object implements PathElement
Selects items based on their "path" (name of a property under which they are stored) relative to the context.
  • Constructor Details

    • LocationStep

      public LocationStep(String selector, String propertyName)
  • Method Details