Class ClassResolutionByMappingLoader
java.lang.Object
org.castor.cpa.util.classresolution.command.BaseResolutionCommand
org.castor.cpa.util.classresolution.command.ClassResolutionByMappingLoader
- All Implemented Interfaces:
NatureExtendable
,PropertyHolder
,ClassDescriptorResolutionCommand
Resolves
.
ClassDescriptor
s using a
invalid reference
MappingLoader
- Author:
- Lukas Lang
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionResolves aClassDescriptor
for the given type using theinvalid reference
MappingLoader
MappingLoaderNature
.Methods inherited from class org.castor.cpa.util.classresolution.command.BaseResolutionCommand
addNature, getClassDescriptorResolver, getProperty, hasNature, setClassDescriptorResolver, setProperty
-
Constructor Details
-
ClassResolutionByMappingLoader
public ClassResolutionByMappingLoader()Constructor taking a MappingLoader.
-
-
Method Details
-
resolve
Resolves aClassDescriptor
for the given type using theinvalid reference
MappingLoader
MappingLoaderNature
.- Parameters:
type
- The type to resolve.- Returns:
- A
ClassDescriptor
or null if not found. - See Also:
-