toggle menu
Spring Boot Kotlin API
3.3.7
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.origin
/
TextResourceOrigin
/
Location
Location
class
Location
A location (line and column number) within the resource.
Members
Constructors
Location
Link copied to clipboard
constructor
(
line
:
Int
,
column
:
Int
)
Create a new
Location
instance.
Properties
column
Link copied to clipboard
val
column
:
Int
line
Link copied to clipboard
val
line
:
Int
Functions
equals
Link copied to clipboard
open
fun
equals
(
obj
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String