Spring Framwork Core Technologies v5.3.36 SNAPSHOT
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 300 The Assignment Operator. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 307 4.3.13. Ternary Operator (If-Then-Else) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 308 4.3.14. The Elvis Operator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 309 4.3.15. Safe Navigation Operator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 485 页 | 6.31 MB | 1 年前3Spring Framework Reference Documentation 4.3.26.RELEASE
The #this and #root variables Functions Bean references Ternary Operator (If-Then-Else) The Elvis Operator Safe Navigation operator Collection Selection Collection Projection Expression templating Classes the bean by calling its constructor reflectively, somewhat equivalent to Java code using the new operator. To specify the actual class containing the static factory method that will be invoked to create the Spring container’s role in regard to a prototype-scoped bean is a replacement for the Java new operator. All lifecycle management past that point must be handled by the client. (For details on the lifecycle0 码力 | 1323 页 | 4.08 MB | 1 年前3Spring Framwork Language Support v6.0.0-M2
Extensions allow to add custom operators to Flow • Collect operations are suspending functions • map operator supports asynchronous operation (no need for flatMap) since it takes a suspending function parameter reactive.executeAndAwait class PersonRepository(private val operator: TransactionalOperator) { suspend fun initDatabase() = operator.executeAndAwait { insertPerson1() insertPerson2() transactional class PersonRepository(private val operator: TransactionalOperator) { fun updatePeople() = findPeople().map(::updatePerson).transactional(operator) private fun findPeople(): Flow0 码力 | 42 页 | 602.76 KB | 1 年前3Spring Framwork Language Support v5.3.36 SNAPSHOT
Extensions allow to add custom operators to Flow • Collect operations are suspending functions • map operator supports asynchronous operation (no need for flatMap) since it takes a suspending function parameter reactive.executeAndAwait class PersonRepository(private val operator: TransactionalOperator) { suspend fun initDatabase() = operator.executeAndAwait { insertPerson1() insertPerson2() transactional class PersonRepository(private val operator: TransactionalOperator) { fun updatePeople() = findPeople().map(::updatePerson).transactional(operator) private fun findPeople(): Flow0 码力 | 42 页 | 603.79 KB | 1 年前3Spring Framework Reference Documentation v4.3.2
The #this and #root variables Functions Bean references Ternary Operator (If-Then-Else) The Elvis Operator Safe Navigation operator Collection Selection Collection Projection Expression templating Classes the bean by calling its constructor reflectively, somewhat equivalent to Java code using the new operator. To specify the actual class containing the static factory method that will be invoked to create the Spring container’s role in regard to a prototype-scoped bean is a replacement for the Java new operator. All lifecycle management past that point must be handled by the client. (For details on the lifecycle0 码力 | 1311 页 | 4.07 MB | 1 年前3Spring Framework Reference Documentation 4.3.26.RELEASE
........................... 209 Ternary Operator (If-Then-Else) ....................................................................... 209 The Elvis Operator ........................................ ................................................. 210 Safe Navigation operator ................................................................................ 210 Collection Selection ............. the bean by calling its constructor reflectively, somewhat equivalent to Java code using the new operator. • To specify the actual class containing the static factory method that will be invoked to create0 码力 | 916 页 | 5.52 MB | 1 年前3Spring Framework Reference Documentation v4.3.2
........................... 202 Ternary Operator (If-Then-Else) ....................................................................... 202 The Elvis Operator ........................................ ................................................. 202 Safe Navigation operator ................................................................................ 203 Collection Selection ............. the bean by calling its constructor reflectively, somewhat equivalent to Java code using the new operator. • To specify the actual class containing the static factory method that will be invoked to create0 码力 | 907 页 | 5.46 MB | 1 年前3Spring Framework 3.2.0 Changelog
(SPR-6870) * merge rather than add URI vars to data binding values (SPR-9349) * support not (!) operator for profile selection (SPR-8728) * fix regression in ClassPathResource descriptions (SPR-9413) * full collection type context (generics, annotations) to ConversionService * SpEL 'select last' operator now works consistently with maps * BeanWrapper/DataBinder's "autoGrowNestedPaths" works for Maps placeholders can deal with nested expressions which happen to use the same suffix * SpEL's Elvis operator is able to deal with #{${myProp}?:defaultValue} case if myProp is empty * introduced EmbeddedValueResolverAware0 码力 | 28 页 | 80.40 KB | 1 年前3Spring Framework 3.2.1 Changelog
(SPR-6870) * merge rather than add URI vars to data binding values (SPR-9349) * support not (!) operator for profile selection (SPR-8728) * fix regression in ClassPathResource descriptions (SPR-9413) * full collection type context (generics, annotations) to ConversionService * SpEL 'select last' operator now works consistently with maps * BeanWrapper/DataBinder's "autoGrowNestedPaths" works for Maps placeholders can deal with nested expressions which happen to use the same suffix * SpEL's Elvis operator is able to deal with #{${myProp}?:defaultValue} case if myProp is empty * introduced EmbeddedValueResolverAware0 码力 | 30 页 | 84.59 KB | 1 年前3Spring Framework 3.2.4 Changelog
(SPR-6870) * merge rather than add URI vars to data binding values (SPR-9349) * support not (!) operator for profile selection (SPR-8728) * fix regression in ClassPathResource descriptions (SPR-9413) * full collection type context (generics, annotations) to ConversionService * SpEL 'select last' operator now works consistently with maps * BeanWrapper/DataBinder's "autoGrowNestedPaths" works for Maps placeholders can deal with nested expressions which happen to use the same suffix * SpEL's Elvis operator is able to deal with #{${myProp}?:defaultValue} case if myProp is empty * introduced EmbeddedValueResolverAware0 码力 | 33 页 | 93.28 KB | 1 年前3
共 282 条
- 1
- 2
- 3
- 4
- 5
- 6
- 29