toggle menu
Spring Boot Kotlin API
3.5.0-SNAPSHOT
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.util
/
Instantiator
/
AvailableParameters
Available
Parameters
interface
AvailableParameters
Callback used to register available parameters.
Members
Functions
add
Link copied to clipboard
abstract
fun
add
(
type
:
Class
<
out
Any
>
,
instance
:
Any
)
Add a parameter with an instance value.
abstract
fun
add
(
type
:
Class
<
out
Any
>
,
factory
:
(
Class
<
out
Any
>
)
->
Any
)
Add a parameter with an instance factory.