@Service public class TargetBasedResolver extends Object implements CrudResolver
CrudResolver.DefaultResolver| Constructor and Description |
|---|
TargetBasedResolver() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
<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)
CrudResolverresolve in interface CrudResolvercontext - the command invocation contexttype - the type of the expected instancepublic String getName()
Copyright © 2019. All rights reserved.