@groovy.transform.CompileStatic class GormStaticApiRegistry extends AbstractGormApiRegistry<GormStaticApi>
| Constructor and description |
|---|
GormStaticApiRegistry(GormRegistry registry) |
| Type Params | Return Type | Name and description |
|---|---|---|
<D> |
GormStaticApi<D> |
findStaticApi(java.lang.Class<D> entity, java.lang.String qualifier) |
|
protected GormStaticApi |
qualify(GormStaticApi api, java.lang.String qualifier) |