Interface ConfigurationFactory


public interface ConfigurationFactory
Creates instances of objects which are compliant with the model described by the owning ConfigurationModel.
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the type of the object to be returned by this instance
    Returns a new instance of an object which is compliant with the model described by the owning ConfigurationModel.
  • Method Details

    • newInstance

      Object newInstance()
      Returns a new instance of an object which is compliant with the model described by the owning ConfigurationModel.
      Returns:
      a new object
    • getObjectType

      Class<?> getObjectType()
      Returns the type of the object to be returned by this instance
      Returns:
      a Class