Record Class Hierarchy
- java.lang.Object
- java.lang.Record
- org.microbean.attributes.ArrayValue<T> (implements org.microbean.attributes.Value<T>)
- org.microbean.attributes.Attributes (implements org.microbean.attributes.Value<T>)
- org.microbean.attributes.BooleanValue (implements org.microbean.attributes.Value<T>)
- org.microbean.attributes.ByteValue (implements org.microbean.attributes.Value<T>)
- org.microbean.attributes.CharValue (implements org.microbean.attributes.Value<T>)
- org.microbean.attributes.ClassValue (implements org.microbean.attributes.Value<T>)
- org.microbean.attributes.DoubleValue (implements org.microbean.attributes.Value<T>)
- org.microbean.attributes.EnumValue<E> (implements org.microbean.attributes.Value<T>)
- org.microbean.attributes.FloatValue (implements org.microbean.attributes.Value<T>)
- org.microbean.attributes.IntValue (implements org.microbean.attributes.Value<T>)
- org.microbean.attributes.LongValue (implements org.microbean.attributes.Value<T>)
- org.microbean.attributes.ShortValue (implements org.microbean.attributes.Value<T>)
- org.microbean.attributes.StringValue (implements org.microbean.attributes.Value<T>)