Interface FieldAccessor.OwnerTypeLocatable

    • Method Detail

      • in

        FieldAccessor.AssignerConfigurable in​(java.lang.Class<?> type)
        Determines that a field should only be considered when it was defined in a given type.
        Parameters:
        type - The type to be considered.
        Returns:
        This field accessor which will only considered fields that are defined in the given type.
      • in

        FieldAccessor.AssignerConfigurable in​(TypeDescription typeDescription)
        Determines that a field should only be considered when it was defined in a given type.
        Parameters:
        typeDescription - A description of the type to be considered.
        Returns:
        This field accessor which will only considered fields that are defined in the given type.
      • in

        FieldAccessor.AssignerConfigurable in​(FieldLocator.Factory fieldLocatorFactory)
        Determines that a field should only be considered when it was identified by a field locator that is produced by the given factory.
        Parameters:
        fieldLocatorFactory - A factory that will produce a field locator that will be used to find locate a field to be accessed.
        Returns:
        This field accessor which will only considered fields that are defined in the given type.