Class RecordType<R extends Record>
java.lang.Object
tech.ydb.yoj.databind.schema.reflect.RecordType<R>
- All Implemented Interfaces:
ReflectType<R>
Represents a record class for the purposes of YOJ data-binding.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface tech.ydb.yoj.databind.schema.reflect.ReflectType
getConstructor, getFields
-
Field Details
-
FACTORY
-
-
Constructor Details
-
RecordType
-
-
Method Details
-
getRawType
- Specified by:
getRawTypein interfaceReflectType<R extends Record>- Returns:
- raw type that this reflection information describes
-
toString
-