Interface ModelTypeResolver
- All Known Implementing Classes:
DefaultModelRepository
public interface ModelTypeResolver
Resolves application-scoped logical Model names in both directions.
-
Method Summary
Modifier and TypeMethodDescriptionknownModelType(String modelName, String modelId) Looks up a logical name without interpreting missing local registration as corrupt stored data.Returns and registers the stable logical name for one concrete Model type.Class<?> Resolves a stored logical name to a registered concrete Model type.
-
Method Details
-
modelName
-
modelType
-
knownModelType
-