> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# NamedEntityResolverService

> How the `NamedEntityResolverService` retrieves named `CustomFieldDescription` and `TargetDescription` objects, including implicit targets created for each Atoti table.

This service also creates implicit targets for each table and supports the property conversion logic.

Additionally, the service has the following roles:

* Retrieves implicit `TargetDescriptions` created for each table of the Atoti instance.
* Used in the property conversion logic to create Description objects.

### INamedEntityResolverService

* `Set<CustomFieldDescription> getCustomFields(Set<String> customFields)` - Retrieves a set of `CustomFieldDescription`s by name
* `TargetDescription getTarget(String target)` - Retrieves a TargetDescription by name
