public interface ClassDescriptorResolver
| Modifier and Type | Method and Description |
|---|---|
MappingLoader |
getMappingLoader()
Note: This method will be removed soon (kv).
|
ClassDescriptor |
resolve(Class<?> type)
Returns the ClassDescriptor for the given class.
|
void |
setMappingLoader(MappingLoader mappingLoader)
Sets the mapping loader for this ClassDescriptorResolver.
|
MappingLoader getMappingLoader()
ClassDescriptor resolve(Class<?> type) throws ResolverException
type - the Class to find the ClassDescriptor forResolverExceptionvoid setMappingLoader(MappingLoader mappingLoader)
Copyright © 2016. All rights reserved.