@Service(name="type") public class TypeResolver extends Object implements CrudResolver
CrudResolver.DefaultResolver| Modifier and Type | Field and Description |
|---|---|
protected static LocalStringManagerImpl |
localStrings |
| Constructor and Description |
|---|
TypeResolver() |
| Modifier and Type | Method and Description |
|---|---|
<T extends org.jvnet.hk2.config.ConfigBeanProxy> |
resolve(AdminCommandContext context,
Class<T> type)
Retrieves the existing configuration object a command invocation is intented to mutate.
|
protected static final LocalStringManagerImpl localStrings
public <T extends org.jvnet.hk2.config.ConfigBeanProxy> T resolve(AdminCommandContext context, Class<T> type)
CrudResolverresolve in interface CrudResolvercontext - the command invocation contexttype - the type of the expected instanceCopyright © 2017. All rights reserved.