Object Spring
-
- All Implemented Interfaces:
public class Spring
-
-
Method Summary
-
-
Method Detail
-
linkedMultiValueMap
final static ClassCd linkedMultiValueMap()
-
multiValueMap
final static ClassCd multiValueMap()
-
multiValueMap
final static ClassCd multiValueMap(ClassCd keyType, ClassCd valueType)
-
httpMethod
final static ClassCd httpMethod()
-
httpMethod
final static ValueCm httpMethod(HttpMethod method)
-
httpHeaders
final static ClassCd httpHeaders()
-
httpHeaders
final static ValueCm httpHeaders(String name)
-
httpStatusCode
final static ClassCd httpStatusCode()
-
restTemplate
final static ClassCd restTemplate()
-
requestEntity
final static ClassCd requestEntity(ClassCd bodyType)
-
responseEntity
@JvmOverloads() final static ClassCd responseEntity(ClassCd bodyType)
-
responseEntity
@JvmOverloads() final static ClassCd responseEntity()
-
isResponseEntity
final static Boolean isResponseEntity(ClassCd type)
-
multipartFile
final static ClassCd multipartFile()
-
httpStatusCodeException
final static ClassCd httpStatusCodeException()
-
clientResponse
final static ClassCd clientResponse()
-
component
final static AnnotationCm component()
-
service
final static AnnotationCm service()
-
configuration
final static AnnotationCm configuration()
-
bean
final static AnnotationCm bean()
-
value
final static AnnotationCm value(String valueParam)
-
qualifier
final static AnnotationCm qualifier(String valueParam)
-
restController
final static AnnotationCm restController()
-
prototypeScope
final static AnnotationCm prototypeScope()
-
diWithAutowiredBuilder
final static ClassCmBuilderTemplate<Object> diWithAutowiredBuilder()
-
diWithConstructorBuilder
final static ClassCmBuilderTemplate<Void> diWithConstructorBuilder()
-
-
-
-