Package org.hibernate.models.spi
Interface ClassDetailsBuilder
- All Known Implementing Classes:
ClassDetailsBuilderImpl,JdkBuilders
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Contract for creating the ClassDetails for a Java type we have not yet seen
as part of
ClassDetailsRegistry.resolveClassDetails(java.lang.String)-
Method Summary
Modifier and TypeMethodDescriptionbuildClassDetails(String name, ModelsContext modelsContext) Build a ClassDetails descriptor for a class with the given name
-
Method Details
-
buildClassDetails
Build a ClassDetails descriptor for a class with the given name- Throws:
UnknownClassException- To indicate that the given class name is not valid
-