Interface Introspector

All Known Implementing Classes:
StandardIntrospector

public interface Introspector
Resolves the accessors of a given type.
  • Method Summary

    Modifier and Type
    Method
    Description
    introspect(Class<?> type)
    Gathers information about a given type.
  • Method Details

    • introspect

      TypeInfo introspect(Class<?> type)
      Gathers information about a given type.
      Parameters:
      type - The type to introspect.
      Returns:
      A summary of the given type containing all information needed to handle it's properties.