public class RecordUtil extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
RecordUtil.RecordComponent |
| 构造器和说明 |
|---|
RecordUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Constructor<?> |
getCanonicalConstructor(Class recordType) |
static RecordUtil.RecordComponent[] |
getRecordComponents(Class<?> type) |
static boolean |
isRecord(Class<?> type) |
public static boolean isRecord(Class<?> type)
public static RecordUtil.RecordComponent[] getRecordComponents(Class<?> type)
public static Constructor<?> getCanonicalConstructor(Class recordType)
Copyright © 2011–2024 The Apache Software Foundation. All rights reserved.