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