Interface IActiveViamPropertyResolver

    • Method Detail

      • fetch

        Object fetch​(IActiveViamProperty prop)
        Retrieves a property value.
        Parameters:
        prop - the property to retrieve
        Returns:
        the value of the property or null
      • fetch

        default <P extends IActiveViamPropertyMap<P,​Object> fetch​(List<P> props)
        Fetches a list of properties in a Source of properties.

        Usual sources are the System properties, JVM input properties or the Spring Configuration properties.

        The Map returned by the resolver should not contain null entries.

        Type Parameters:
        P - the type of the property
        Parameters:
        props - Properties to resolve
        Returns:
        Map of the properties with their values in the source