Interface IActualValueProvider

    • Method Detail

      • determineActualValue

        java.lang.Object determineActualValue​(java.lang.Object object)
        Determines a more actual value for object in the context of using it for this type. Default types implementing this interface shall not use their attributes as this method will be called via a template object.
        Parameters:
        object - the initial object (may be null)
        Returns:
        the actual object (may be object if no actual value is available, may be null if object was null)