Class StatePointImpl

  • All Implemented Interfaces:
    StatePoint

    public class StatePointImpl
    extends java.lang.Object
    implements StatePoint
    StatePoint implementation.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • getField

        public java.lang.reflect.Field getField()
        Description copied from interface: StatePoint
        Obtains the Field.
        Specified by:
        getField in interface StatePoint
        Returns:
        Field. Will be null if Executable.
      • getExecutable

        public java.lang.reflect.Executable getExecutable()
        Description copied from interface: StatePoint
        Obtains the Executable. Typically this is either the Constructor or Method loading the dependency.
        Specified by:
        getExecutable in interface StatePoint
        Returns:
        Executable. Will be null if Field.
      • getExecutableParameterIndex

        public int getExecutableParameterIndex()
        Description copied from interface: StatePoint
        Obtains the index of the parameter on the Executable.
        Specified by:
        getExecutableParameterIndex in interface StatePoint
        Returns:
        Index of the parameter on the Executable.