Top Description Fields Constructors Methods
org.apache.avro.path

public Class LocationStep

extends Object
implements PathElement
Class Inheritance
All Implemented Interfaces
org.apache.avro.path.PathElement

Selects items based on their "path" (name of a property under which they are stored) relative to the context.

Field Summary

Modifier and TypeField and Description
private final String
propertyName

name of a property to select

private final String
selector

selector part of location step.

Constructor Summary

AccessConstructor and Description
public
LocationStep(String selector, String propertyName)

Method Summary

Modifier and TypeMethod and Description
public String
toString()

Overrides java.lang.Object.toString.

Returns a string representation of the object.
Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAllwaitwaitwait

Field Detail

propertyNameback to summary
private final String propertyName

name of a property to select

selectorback to summary
private final String selector

selector part of location step. either "." or ".."

Constructor Detail

LocationStepback to summary
public LocationStep(String selector, String propertyName)

Method Detail

toStringback to summary
public String toString()

Overrides java.lang.Object.toString.

Doc from java.lang.Object.toString.

Returns a string representation of the object.

Returns:String

a string representation of the object.

Annotations
@Override