public class HoconJsonLocation
extends com.fasterxml.jackson.core.JsonLocation
implements com.typesafe.config.ConfigOrigin
| Constructor and Description |
|---|
HoconJsonLocation(com.typesafe.config.ConfigOrigin origin) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
comments() |
String |
description() |
String |
filename() |
int |
lineNumber() |
String |
resource() |
URL |
url() |
com.typesafe.config.ConfigOrigin |
withComments(List<String> comments) |
com.typesafe.config.ConfigOrigin |
withLineNumber(int i) |
public HoconJsonLocation(com.typesafe.config.ConfigOrigin origin)
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.ConfigOriginpublic com.typesafe.config.ConfigOrigin withComments(List<String> comments)
withComments in interface com.typesafe.config.ConfigOriginpublic com.typesafe.config.ConfigOrigin withLineNumber(int i)
withLineNumber in interface com.typesafe.config.ConfigOriginCopyright © 2017. All rights reserved.