Uses of Package
jodd.introspector
-
Packages that use jodd.introspector Package Description jodd.bean Java Bean utilities, provides the fastest bean manipulation.jodd.introspector Very fast reflection introspector. -
Classes in jodd.introspector used by jodd.bean Class Description ClassDescriptor A descriptor class for all methods/fields/properties/constructors of a class.ClassIntrospector Default classClassIntrospectorsimply delegates method calls for more convenient usage.Getter Unified getter property interface for both methods and fields.PropertyDescriptor Property descriptor.Setter Unified setter property interface for both methods and fields. -
Classes in jodd.introspector used by jodd.introspector Class Description ClassDescriptor A descriptor class for all methods/fields/properties/constructors of a class.ClassIntrospector Default classClassIntrospectorsimply delegates method calls for more convenient usage.CtorDescriptor Constructor descriptor.Ctors Constructors collection.Descriptor Common descriptor stuff.FieldDescriptor Field descriptor.Fields Collection offield descriptors.Getter Unified getter property interface for both methods and fields.MapperFunction Mapper function allows object to be converted before actually used - usually before injected usingBeanUtil.MapperFunctionInstances Simple cache ofMapperFunctioninstances.MethodDescriptor Method descriptor.MethodParamDescriptor Method parameter descriptor.Methods Methods collection.Properties Bean properties collection.PropertyDescriptor Property descriptor.Setter Unified setter property interface for both methods and fields.