StaticclearClears the special fields cache, useful when entity definitions have changed
StaticfindDiscovers special fields (id, dates, display, numeric) from an entity's type hierarchy
The entity name (used as cache key)
The type hierarchy to analyze
Optionalbasis: SpecialFields<Type>Optional existing special fields to extend
The special fields configuration
StaticfindDiscovers special fields (id, display, numeric value) by inspecting actual data
The data array to analyze
The existing special fields to enrich
StaticisChecks whether a type name represents a date type
The type name to check
True if the type is 'date', 'date-time', or 'time'
Some code to discover and handle fields that requires special treatment