Package jodd.introspector
Very fast reflection introspector.
-
Interface Summary Interface Description ClassIntrospector Default classClassIntrospectorsimply delegates method calls for more convenient usage.Getter Unified getter property interface for both methods and fields.MapperFunction<IN,OUT> Mapper function allows object to be converted before actually used - usually before injected usingBeanUtil.Setter Unified setter property interface for both methods and fields. -
Class Summary Class Description CachingIntrospector Defaultintrospectorthat caches all class descriptors.ClassDescriptor A descriptor class for all methods/fields/properties/constructors of a class.ClassIntrospector.Implementation CtorDescriptor Constructor descriptor.Ctors Constructors collection.Descriptor Common descriptor stuff.FieldDescriptor Field descriptor.Fields Collection offield descriptors.MapperFunctionInstances Simple cache ofMapperFunctioninstances.MethodDescriptor Method descriptor.MethodParamDescriptor Method parameter descriptor.Methods Methods collection.Properties Bean properties collection.PropertyDescriptor Property descriptor. -
Annotation Types Summary Annotation Type Description Mapper Value or type mapper.