Package com.networknt.jsonoverlay
Class PropertiesOverlay.PropertyLocator
- java.lang.Object
-
- com.networknt.jsonoverlay.PropertiesOverlay.PropertyLocator
-
- All Implemented Interfaces:
Comparable<PropertiesOverlay.PropertyLocator>
- Enclosing class:
- PropertiesOverlay<V>
protected static class PropertiesOverlay.PropertyLocator extends Object implements Comparable<PropertiesOverlay.PropertyLocator>
-
-
Constructor Summary
Constructors Constructor Description PropertyLocator(String name, String path, com.fasterxml.jackson.databind.JsonNode json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(PropertiesOverlay.PropertyLocator other)booleanequals(Object obj)StringgetName()com.fasterxml.jackson.core.JsonPointergetPointer()inthashCode()StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
-
getPointer
public com.fasterxml.jackson.core.JsonPointer getPointer()
-
compareTo
public int compareTo(PropertiesOverlay.PropertyLocator other)
- Specified by:
compareToin interfaceComparable<PropertiesOverlay.PropertyLocator>
-
-