Class MethodCall.TargetHandler.ForField.Location.ForImplicitField

    • Field Detail

      • name

        private final java.lang.String name
        The name of the field.
      • fieldLocatorFactory

        private final FieldLocator.Factory fieldLocatorFactory
        The field locator factory to use.
    • Constructor Detail

      • ForImplicitField

        protected ForImplicitField​(java.lang.String name,
                                   FieldLocator.Factory fieldLocatorFactory)
        Creates an implicit field location.
        Parameters:
        name - The name of the field.
        fieldLocatorFactory - The field locator factory to use.