ParentResourceDescriptionResolver |
ChildResourceDescriptionResolver.createChildResolver(PathElement path,
List<PathElement> alternatePaths) |
|
default ParentResourceDescriptionResolver |
ParentResourceDescriptionResolver.createChildResolver(String key) |
|
default ParentResourceDescriptionResolver |
ParentResourceDescriptionResolver.createChildResolver(PathElement path) |
|
ParentResourceDescriptionResolver |
ParentResourceDescriptionResolver.createChildResolver(PathElement path,
List<PathElement> alternates) |
Creates a ResourceDescriptionResolver whose descriptions are located via keys generated from the specified path, or the alternate path if no description was found.
|
default ParentResourceDescriptionResolver |
ParentResourceDescriptionResolver.createChildResolver(PathElement path,
PathElement alternatePath) |
Creates a ResourceDescriptionResolver whose descriptions are located via keys generated from the specified path, or the alternate path if no description was found.
|
default ParentResourceDescriptionResolver |
ParentResourceDescriptionResolver.createChildResolver(PathElement path,
PathElement... alternatePaths) |
Creates a ResourceDescriptionResolver whose descriptions are located via keys generated from the specified path, or the alternate paths if no description was found.
|
default ParentResourceDescriptionResolver |
ParentResourceDescriptionResolver.createChildResolver(PathElement path,
PathElement alternatePath1,
PathElement alternatePath2) |
Creates a ResourceDescriptionResolver whose descriptions are located via keys generated from the specified path, or the alternate paths if no description was found.
|
ParentResourceDescriptionResolver |
SubsystemResourceDescriptionResolver.createChildResolver(PathElement path,
List<PathElement> alternatePaths) |
|