Interface Types.RecordType

All Superinterfaces:
Type
All Known Implementing Classes:
JavaTypeFactoryImpl.SyntheticRecordType
Enclosing class:
Types

public static interface Types.RecordType extends Type
Base class for record-like types that do not mapped to (currently loaded) Java Class objects. Gives the opportunity to generate code that references temporary types, then generate classes for those types along with the code that uses them.