Package | Description |
---|---|
org.springframework.format.support |
Support classes for the formatting package,
providing common implementations as well as adapters.
|
org.springframework.test.web.servlet.setup |
Contains built-in
MockMvcBuilder implementations. |
org.springframework.web.servlet.config.annotation |
Annotation-based setup for Spring MVC.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFormattingConversionService
A specialization of
FormattingConversionService configured by default with
converters and formatters appropriate for most applications. |
Modifier and Type | Method and Description |
---|---|
FormattingConversionService |
FormattingConversionServiceFactoryBean.getObject() |
Modifier and Type | Method and Description |
---|---|
Class<? extends FormattingConversionService> |
FormattingConversionServiceFactoryBean.getObjectType() |
Modifier and Type | Method and Description |
---|---|
StandaloneMockMvcBuilder |
StandaloneMockMvcBuilder.setConversionService(FormattingConversionService conversionService)
Provide a conversion service with custom formatters and converters.
|
Modifier and Type | Method and Description |
---|---|
FormattingConversionService |
WebMvcConfigurationSupport.mvcConversionService()
Return a
FormattingConversionService for use with annotated
controller methods and the spring:eval JSP tag. |
Copyright © 2015. All rights reserved.