|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.fasterxml.jackson.core.JsonLocation
com.jasonclawson.jackson.dataformat.hocon.HoconJsonLocation
public class HoconJsonLocation
| 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 |
|---|
public HoconJsonLocation(com.typesafe.config.ConfigOrigin origin)
| Method Detail |
|---|
public String description()
description in interface com.typesafe.config.ConfigOriginpublic String filename()
filename in interface com.typesafe.config.ConfigOriginpublic URL url()
url in interface com.typesafe.config.ConfigOriginpublic String resource()
resource in interface com.typesafe.config.ConfigOriginpublic int lineNumber()
lineNumber in interface com.typesafe.config.ConfigOriginpublic List<String> comments()
comments in interface com.typesafe.config.ConfigOrigin
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||