@FunctionalInterfaceSE public interface PathMapper
| 修飾子と型 | メソッドと説明 |
|---|---|
StringSE | getRootPath(EndpointId endpointId) 指定された endpointId のルートパスを解決します。 |
static StringSE | getRootPath(ListSE<PathMapper> pathMappers, EndpointId endpointId) 指定されたパスマッパーから、指定された endpointId のルートパスを解決します。 |
StringSE getRootPath(EndpointId endpointId)
endpointId のルートパスを解決します。endpointId - エンドポイントの IDnull static StringSE getRootPath(ListSE<PathMapper> pathMappers, EndpointId endpointId)
endpointId のルートパスを解決します。一致するマッパーがない場合は、ID 自体が返されます。pathMappers - パスマッパー (null の場合があります)endpointId - エンドポイントの IDCopyright © 2019 Pivotal Software, Inc.. All rights reserved.