Package org.redisson.liveobject.misc
Class Introspectior
- java.lang.Object
-
- org.redisson.liveobject.misc.Introspectior
-
public class Introspectior extends Object
- Author:
- Rui Gu (https://github.com/jackygurui)
-
-
Constructor Summary
Constructors Constructor Description Introspectior()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription.InDefinedShape>
getAllFields(Class<?> cls)
static net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription.InDefinedShape>
getFieldsWithAnnotation(Class<?> c, Class<? extends Annotation> a)
static String
getREntityIdFieldName(Class<?> cls)
static net.bytebuddy.description.type.TypeDescription.ForLoadedType
getTypeDescription(Class<?> c)
-
-
-
Method Detail
-
getTypeDescription
public static net.bytebuddy.description.type.TypeDescription.ForLoadedType getTypeDescription(Class<?> c)
-
getFieldsWithAnnotation
public static net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription.InDefinedShape> getFieldsWithAnnotation(Class<?> c, Class<? extends Annotation> a)
-
getAllFields
public static net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription.InDefinedShape> getAllFields(Class<?> cls)
-
-