Uses of Interface
jodd.introspector.ClassIntrospector
-
Packages that use ClassIntrospector Package Description jodd.bean Java Bean utilities, provides the fastest bean manipulation.jodd.introspector Very fast reflection introspector. -
-
Uses of ClassIntrospector in jodd.bean
Fields in jodd.bean declared as ClassIntrospector Modifier and Type Field Description (package private) ClassIntrospectorBeanProperty. introspectorprotected ClassIntrospectorBeanUtilUtil. introspectorMethods in jodd.bean with parameters of type ClassIntrospector Modifier and Type Method Description voidBeanUtilUtil. setIntrospector(ClassIntrospector introspector)Setsintrospectorimplementation. -
Uses of ClassIntrospector in jodd.introspector
Classes in jodd.introspector that implement ClassIntrospector Modifier and Type Class Description classCachingIntrospectorDefaultintrospectorthat caches all class descriptors.Fields in jodd.introspector declared as ClassIntrospector Modifier and Type Field Description private static ClassIntrospectorClassIntrospector.Implementation. classIntrospectorMethods in jodd.introspector that return ClassIntrospector Modifier and Type Method Description static ClassIntrospectorClassIntrospector. get()Returns default implementation.Methods in jodd.introspector with parameters of type ClassIntrospector Modifier and Type Method Description static voidClassIntrospector.Implementation. set(ClassIntrospector classIntrospector)Sets default implementation.
-