Interface ClassIntrospector

All Known Implementing Classes:
CachingIntrospector

public interface ClassIntrospector
Default class ClassIntrospector simply delegates method calls for more convenient usage.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
    Returns default implementation.
    lookup(Class type)
    Returns class descriptor for specified type.
    void
    Clears all cached data.
  • Method Details

    • get

      static ClassIntrospector get()
      Returns default implementation.
    • lookup

      ClassDescriptor lookup(Class type)
      Returns class descriptor for specified type.
    • reset

      void reset()
      Clears all cached data.