protected static class PropertiesOverlay.PropertyLocator extends Object implements Comparable<PropertiesOverlay.PropertyLocator>
| Constructor and Description |
|---|
PropertyLocator(String name,
String path,
com.fasterxml.jackson.databind.JsonNode json) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PropertiesOverlay.PropertyLocator other) |
boolean |
equals(Object obj) |
String |
getName() |
com.fasterxml.jackson.core.JsonPointer |
getPointer() |
int |
hashCode() |
String |
toString() |
public String getName()
public com.fasterxml.jackson.core.JsonPointer getPointer()
public int compareTo(PropertiesOverlay.PropertyLocator other)
compareTo in interface Comparable<PropertiesOverlay.PropertyLocator>Copyright © 2018. All rights reserved.