ComponentPathResolvers 인터페이스

public interface ComponentPathResolvers

메모리 시스템에서 경로 확인자를 선언하기 위한 인터페이스입니다.

메서드 요약

한정자 및 형식 메서드 및 설명
abstract java.lang.Iterable<PathResolver> getPathResolvers()

pathresolvers의 열거형을 반환합니다.

메서드 세부 정보

getPathResolvers

public abstract Iterable getPathResolvers()

pathresolvers의 열거형을 반환합니다.

반환:

PathResolvers의 컬렉션입니다.

적용 대상