Class Introspectior


  • public class Introspectior
    extends 
    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> <?> cls)  
      static net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription.InDefinedShape> <?> c, <? extends > a)  
      static <?> cls)  
      static net.bytebuddy.description.type.TypeDescription.ForLoadedType <?> c)  
      • Methods inherited from class java.lang.

        , , , , , , , , , ,
    • Constructor Detail

      • Introspectior

        public Introspectior()
    • Method Detail

      • getTypeDescription

        public static net.bytebuddy.description.type.TypeDescription.ForLoadedType getTypeDescription​(<?> c)
      • getFieldsWithAnnotation

        public static net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription.InDefinedShape> getFieldsWithAnnotation​(<?> c,
                                                                                                                                                         <? extends > a)
      • getAllFields

        public static net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription.InDefinedShape> getAllFields​(<?> cls)
      • getREntityIdFieldName

        public static  getREntityIdFieldName​(<?> cls)