Class ReflectionUtils.TypeMetadata

java.lang.Object
io.fluxzero.common.reflection.ReflectionUtils.TypeMetadata
Enclosing class:
ReflectionUtils

public static final class ReflectionUtils.TypeMetadata extends Object
Lazily computed reflection metadata for a single Java type.

This is the central cache for type-level reflection in Fluxzero. It keeps the structural model of a type together in one place: methods, fields, property descriptors, type annotations, annotated members, cached property-path accessors, and compiled MemberInvoker instances.