Interface PropertyResolver

  • All Known Implementing Classes:
    PropertyResolverFactory.ScopedResolver

    public interface PropertyResolver
    PropertyResolver can return a property value resolved from a particular configuration scope
    • Method Detail

      • resolvePropertyValue

        java.lang.Object resolvePropertyValue​(java.lang.String name,
                                              PropertyScope scope)
        Parameters:
        name - property name
        scope - property search scope
        Returns:
        a value for a named property found in the given scope, or null if not found.