Interface ManagedFunctionObjectConfiguration<O>

    • Method Detail

      • isParameter

        boolean isParameter()
        Indicates if this dependent Object is the argument passed to the ManagedFunction.
        Returns:
        true if is argument passed to the ManagedFunction. false indicates it is a ManagedObject dependency.
      • getObjectType

        java.lang.Class<?> getObjectType()
        Obtains the type of Object required by the ManagedFunction.
        Returns:
        Type of Object required by the ManagedFunction.
      • getIndex

        int getIndex()
        Obtains the index identifying the dependent Object.
        Returns:
        Index identifying the dependent Object.
      • getKey

        O getKey()
        Obtains the key identifying the dependent Object.
        Returns:
        Key identifying the dependent Object. null if indexed.