@ConsumerType
public interface ConfigurationInheritanceStrategy
| Modifier and Type | Method and Description | 
|---|---|
| @Nullable Resource | getResource(@NotNull java.util.Iterator<Resource> configResources)Pick or merge resources for inheritance. | 
@Nullable @Nullable Resource getResource(@NotNull @NotNull java.util.Iterator<Resource> configResources)
configResources - Iterator of configuration resources that form the inheritance hierarchy.
     First resource is the "closest" match, the other resources may be used to inherit from.Copyright © 2018 The Apache Software Foundation. All rights reserved.