com.jasonclawson.jackson.dataformat.hocon
Class HoconJsonLocation

java.lang.Object
  extended by com.fasterxml.jackson.core.JsonLocation
      extended by com.jasonclawson.jackson.dataformat.hocon.HoconJsonLocation
All Implemented Interfaces:
com.typesafe.config.ConfigOrigin, Serializable

public class HoconJsonLocation
extends com.fasterxml.jackson.core.JsonLocation
implements com.typesafe.config.ConfigOrigin

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.fasterxml.jackson.core.JsonLocation
NA
 
Constructor Summary
HoconJsonLocation(com.typesafe.config.ConfigOrigin origin)
           
 
Method Summary
 List<String> comments()
           
 String description()
           
 String filename()
           
 int lineNumber()
           
 String resource()
           
 URL url()
           
 
Methods inherited from class com.fasterxml.jackson.core.JsonLocation
equals, getByteOffset, getCharOffset, getColumnNr, getLineNr, getSourceRef, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HoconJsonLocation

public HoconJsonLocation(com.typesafe.config.ConfigOrigin origin)
Method Detail

description

public String description()
Specified by:
description in interface com.typesafe.config.ConfigOrigin

filename

public String filename()
Specified by:
filename in interface com.typesafe.config.ConfigOrigin

url

public URL url()
Specified by:
url in interface com.typesafe.config.ConfigOrigin

resource

public String resource()
Specified by:
resource in interface com.typesafe.config.ConfigOrigin

lineNumber

public int lineNumber()
Specified by:
lineNumber in interface com.typesafe.config.ConfigOrigin

comments

public List<String> comments()
Specified by:
comments in interface com.typesafe.config.ConfigOrigin


Copyright © 2015. All Rights Reserved.