Interface ManagedFunctionObjectType<M extends java.lang.Enum<M>>

    • Method Detail

      • getObjectType

        java.lang.Class<?> getObjectType()
        Obtains the required type of the dependent Object.
        Returns:
        Required type of the dependent Object.
      • getTypeQualifier

        java.lang.String getTypeQualifier()

        Obtains the qualifier on the type.

        This is to enable qualifying the type of dependency required.

        Returns:
        Qualifier on the type. May be null if not qualifying the type.