public abstract class DomainRendererRegistry<T extends DomainRenderer> extends Object
A registry of domain property renderers sorted by priority and order of addition
| Modifiers | Name | Description |
|---|---|---|
protected static AtomicInteger |
RENDERER_SEQUENCE |
|
protected SortedSet<Entry> |
domainRegistryEntries |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public T |
get(DomainProperty domainProperty) |
|
public SortedSet<Entry> |
getDomainRegistryEntries() |