Class ClassDescriptorImpl
java.lang.Object
org.hibernate.boot.archive.scan.internal.ClassDescriptorImpl
- All Implemented Interfaces:
Serializable,ClassDescriptor
- Author:
- Steve Ebersole
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hibernate.boot.archive.scan.spi.ClassDescriptor
ClassDescriptor.Categorization -
Constructor Summary
ConstructorsConstructorDescriptionClassDescriptorImpl(String name, ClassDescriptor.Categorization categorization, InputStreamAccess streamAccess) -
Method Summary
-
Constructor Details
-
ClassDescriptorImpl
public ClassDescriptorImpl(String name, ClassDescriptor.Categorization categorization, InputStreamAccess streamAccess)
-
-
Method Details
-
getName
Description copied from interface:ClassDescriptorRetrieves the class name, not the file name.- Specified by:
getNamein interfaceClassDescriptor- Returns:
- The name (FQN) of the class
-
getCategorization
- Specified by:
getCategorizationin interfaceClassDescriptor
-
getStreamAccess
Description copied from interface:ClassDescriptorRetrieves access to the InputStream for the class file.- Specified by:
getStreamAccessin interfaceClassDescriptor- Returns:
- Access to the InputStream for the class file.
-
equals
-
hashCode
public int hashCode()
-