toggle menu
Spring Boot Kotlin API
3.3.10
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.context.config
/
StandardConfigDataResource
Standard
Config
Data
Resource
open
class
StandardConfigDataResource
:
ConfigDataResource
ConfigDataResource
backed by a
Resource
.
Author
Madhura Bhave
Phillip Webb
Since
2.4.0
Members
Properties
resource
Link copied to clipboard
val
resource
:
Resource
Functions
equals
Link copied to clipboard
open
fun
equals
(
obj
:
Any
)
:
Boolean
get
Profile
Link copied to clipboard
open
fun
getProfile
(
)
:
String
Return the profile or
null
if the resource is not profile specific.
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String