Polishing
This commit is contained in:
@@ -5,6 +5,7 @@ import kotlin.reflect.KClass
|
||||
/**
|
||||
* Extension for [BeanFactory] providing [KClass] based API.
|
||||
*
|
||||
* @author Sebastien Deleuze
|
||||
* @since 5.0
|
||||
*/
|
||||
object BeanFactoryExtension {
|
||||
|
||||
@@ -5,6 +5,7 @@ import kotlin.reflect.KClass
|
||||
/**
|
||||
* Extension for [ListableBeanFactory] providing [KClass] based API.
|
||||
*
|
||||
* @author Sebastien Deleuze
|
||||
* @since 5.0
|
||||
*/
|
||||
object ListableBeanFactoryExtension {
|
||||
|
||||
@@ -9,6 +9,7 @@ import kotlin.reflect.KClass
|
||||
* avoiding specifying a class parameter for the [Supplier] based variant thanks to
|
||||
* Kotlin reified type parameters.
|
||||
*
|
||||
* @author Sebastien Deleuze
|
||||
* @since 5.0
|
||||
*/
|
||||
object GenericApplicationContextExtension {
|
||||
|
||||
@@ -9,6 +9,7 @@ import kotlin.reflect.KClass
|
||||
* Extension for [BodyExtactors] providing [KClass] based API and avoiding specifying
|
||||
* a class parameter when possible thanks to Kotlin reified type parameters.
|
||||
*
|
||||
* @author Sebastien Deleuze
|
||||
* @since 5.0
|
||||
*/
|
||||
object BodyExtractorsExtension {
|
||||
|
||||
@@ -8,6 +8,7 @@ import org.springframework.http.server.reactive.ServerHttpResponse
|
||||
* Extension for [BodyInserters] providing [KClass] based API and avoiding specifying
|
||||
* a class parameter when possible thanks to Kotlin reified type parameters.
|
||||
*
|
||||
* @author Sebastien Deleuze
|
||||
* @since 5.0
|
||||
*/
|
||||
object BodyInsertersExtension {
|
||||
|
||||
@@ -7,6 +7,7 @@ import kotlin.reflect.KClass
|
||||
/**
|
||||
* Extension for [ClientResponse] providing [KClass] based API.
|
||||
*
|
||||
* @author Sebastien Deleuze
|
||||
* @since 5.0
|
||||
*/
|
||||
object ClientResponseExtension {
|
||||
|
||||
@@ -5,6 +5,7 @@ import kotlin.reflect.KClass
|
||||
/**
|
||||
* Extension for [ServerRequest] providing [KClass] based API.
|
||||
*
|
||||
* @author Sebastien Deleuze
|
||||
* @since 5.0
|
||||
*/
|
||||
object ServerRequestExtension {
|
||||
|
||||
Reference in New Issue
Block a user