Skip navigation links

Package bayou.jtype

Representations of Java types.

See: Description

Package bayou.jtype Description

Representations of Java types.

The official java.lang.reflect.Type hierarchy is a messy representation of Java types.

This package provides a better representation that is aligned with the language specification. See JavaType.

Use JavaType.convertFrom(java.lang.reflect.Type) for conversion.

This package also include some type algorithms (e.g. subtyping) in TypeMath.

Skip navigation links