クラス JerseyAutoConfiguration
java.lang.ObjectSE
org.springframework.boot.jersey.autoconfigure.JerseyAutoConfiguration
- 実装済みのインターフェース一覧:
Aware, ServletContextAware
@AutoConfiguration(afterName="org.springframework.boot.jackson2.autoconfigure.Jackson2AutoConfiguration")
@ConditionalOnClass({org.glassfish.jersey.server.spring.SpringComponentProvider.class,ServletRegistrationEE.class})
@ConditionalOnBean(type="org.glassfish.jersey.server.ResourceConfig")
@ConditionalOnWebApplication(type=SERVLET)
@AutoConfigureOrder(-2147483648)
@EnableConfigurationProperties(JerseyProperties.class)
public final class JerseyAutoConfiguration
extends ObjectSE
implements ServletContextAware
Jersey 用の
Auto-configuration。- 導入:
- 4.0.0
- 作成者:
- Dave Syer, Andy Wilkinson, Edd ú Mel é ndez, Stephane Nicoll
ネストされたクラスの概要
ネストされたクラス方法の概要
方法の詳細
setServletContext
- 次で指定:
- インターフェース
ServletContextAwareのsetServletContext