Package org.hibernate.models.spi
Interface VoidTypeDetails
- All Superinterfaces:
ClassBasedTypeDetails,TypeDetails,TypeVariableScope
- All Known Implementing Classes:
VoidTypeDetailsImpl
Models Java's
void (or Void) type-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hibernate.models.spi.TypeDetails
TypeDetails.Kind -
Method Summary
Modifier and TypeMethodDescriptionCast this TypeDetails as a VoidTypeDetails, 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, asClassType, asParameterizedType, asPrimitiveType, asTypeVariable, asTypeVariableReference, asWildcardType, determineRawClass, determineRelativeType, getTypeKind, isResolvedMethods inherited from interface org.hibernate.models.spi.TypeVariableScope
resolveTypeVariable
-
Method Details
-
asVoidType
VoidTypeDetails asVoidType()Description copied from interface:TypeDetailsCast this TypeDetails as a VoidTypeDetails, throwing an exception if it cannot be.- Specified by:
asVoidTypein interfaceTypeDetails
-