クラス EnableSpringDataWebSupport.SpringDataWebConfigurationImportSelector

java.lang.ObjectSE
org.springframework.data.web.config.EnableSpringDataWebSupport.SpringDataWebConfigurationImportSelector
実装されたすべてのインターフェース:
AwareImportSelectorResourceLoaderAware
含まれているクラス:
EnableSpringDataWebSupport

public static class EnableSpringDataWebSupport.SpringDataWebConfigurationImportSelector extends ObjectSE implements ImportSelector, ResourceLoaderAware
Spring HATEOAS がクラスパスに存在するかどうかに応じて、適切な構成クラスをインポートするためのインポートセレクター。明らかに WebMvcConfigurationSupport を実装する最初のクラスのみがコールバックを呼び出すため、最初に HATEOAS 固有のクラスを登録する必要があります(https://jira.springsource.org/browse/SPR-10565) を参照)。
作成者:
Oliver Gierke, Jens Schauder