Package org.hibernate.models.spi
Interface ClassTypeDetails
- All Superinterfaces:
ClassBasedTypeDetails,TypeDetails,TypeVariableScope
- All Known Implementing Classes:
ClassTypeDetailsImpl
Models a class type.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hibernate.models.spi.TypeDetails
TypeDetails.Kind -
Method Summary
Modifier and TypeMethodDescriptiondefault ClassTypeDetailsCast this TypeDetails as a ClassTypeDetails, throwing an exception if it cannot be.Methods inherited from interface org.hibernate.models.spi.ClassBasedTypeDetails
getClassDetails, getName, isImplementorMethods inherited from interface org.hibernate.models.spi.TypeDetails
asArrayType, asParameterizedType, asPrimitiveType, asTypeVariable, asTypeVariableReference, asVoidType, asWildcardType, determineRawClass, determineRelativeType, getTypeKind, isResolvedMethods inherited from interface org.hibernate.models.spi.TypeVariableScope
resolveTypeVariable
-
Method Details
-
asClassType
Description copied from interface:TypeDetailsCast this TypeDetails as a ClassTypeDetails, throwing an exception if it cannot be.- Specified by:
asClassTypein interfaceTypeDetails
-