クラス RepositoryRestHandlerAdapter

実装済みのインターフェース一覧:
AwareBeanFactoryAwareInitializingBeanApplicationContextAwareOrderedServletContextAwareHandlerAdapter

public class RepositoryRestHandlerAdapter extends RequestMappingHandlerAdapter
REST エクスポーターコントローラーで使用されるコントローラーメソッドパラメーターの引数リゾルバーをいくつか追加する RequestMappingHandlerAdapter 実装。また、Spring Data REST が提供するコントローラークラスでハンドラーメソッドのみを検索して、ユーザーが Spring MVC コンテキストで構成した可能性のある他のハンドラーアダプターからこのハンドラーアダプターを分離できるようにします。
作成者:
Jon Brisbin, Oliver Gierke