toggle menu
Spring Boot Kotlin API
3.5.0-M3
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.origin
/
OriginProvider
Origin
Provider
@
FunctionalInterface
interface
OriginProvider
Interface to provide access to the origin of an item.
Author
Phillip Webb
Since
2.0.0
See also
Origin
Inheritors
ConfigDataLocation
ConfigDataNotFoundException
ConfigurationProperty
BindException
PropertySourceOrigin
OriginTrackedResource
OriginTrackedValue
Members
Functions
get
Origin
Link copied to clipboard
abstract
fun
getOrigin
(
)
:
Origin
Return the source origin or
null
if the origin is not known.