Class Introspectior

java.lang.Object
org.redisson.liveobject.misc.Introspectior

public class Introspectior extends Object
Author:
Rui Gu (https://github.com/jackygurui)
  • 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

      public static String getREntityIdFieldName(Class<?> cls)