Package org.redisson.liveobject.misc
Class Introspectior
java.lang.Object
org.redisson.liveobject.misc.Introspectior
- Author:
- Rui Gu (https://github.com/jackygurui)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Constructor Details
-
Introspectior
public Introspectior()
-
-
Method Details
-
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) -
getREntityIdFieldName
-