Interface PropertySupplier

    • Method Detail

      • isFor

        boolean isFor​(Class<?> factoryOrParserClass)
        Define whether the property set is for the instances of the given class.
        Parameters:
        factoryOrParserClass - the class for which instance the property set is to be applied.
        Returns:
        true if this contract implementation is for given class.
      • getProperties

        Map<String,​Object> getProperties()
        The properties to be applied.
        Returns:
        the property Map with keys and Object values to be applied.