@Service public class DomainExtensionResolver extends Object implements CrudResolver
CrudResolver.DefaultResolver
Constructor and Description |
---|
DomainExtensionResolver() |
Modifier and Type | Method and Description |
---|---|
<T extends ConfigBeanProxy> |
resolve(AdminCommandContext context,
Class<T> type)
Retrieves the existing configuration object a command invocation is intented to mutate.
|
public <T extends ConfigBeanProxy> T resolve(AdminCommandContext context, Class<T> type)
CrudResolver
resolve
in interface CrudResolver
context
- the command invocation contexttype
- the type of the expected instanceCopyright © 2021. All rights reserved.