Interface JsonLocationAware
- All Known Implementing Classes:
JsonLocationAwareArrayNode, JsonLocationAwareBigIntegerNode, JsonLocationAwareBinaryNode, JsonLocationAwareBooleanNode, JsonLocationAwareDecimalNode, JsonLocationAwareDoubleNode, JsonLocationAwareFloatNode, JsonLocationAwareIntNode, JsonLocationAwareLongNode, JsonLocationAwareNullNode, JsonLocationAwareObjectNode, JsonLocationAwarePOJONode, JsonLocationAwareShortNode, JsonLocationAwareTextNode
public interface JsonLocationAware
JsonNodes that are aware of the token location will implement this interface.
-
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.core.JsonLocationGets the token location.
-
Method Details
-
tokenLocation
com.fasterxml.jackson.core.JsonLocation tokenLocation()Gets the token location.- Returns:
- the token location
-