Uses of Class
org.perfectable.introspection.ClassIntrospection
-
Packages that use ClassIntrospection Package Description org.perfectable.introspection Base package for this library. -
-
Uses of ClassIntrospection in org.perfectable.introspection
Methods in org.perfectable.introspection that return ClassIntrospection Modifier and Type Method Description static <X> ClassIntrospection<X>
Introspections. introspect(Class<X> type)
Introspect a class.
-