Package | Description |
---|---|
org.hibernate.annotations.common.reflection.java | |
org.hibernate.annotations.common.reflection.java.generics |
Modifier and Type | Method and Description |
---|---|
protected TypeEnvironment |
JavaXMember.getTypeEnvironment() |
TypeEnvironment |
JavaReflectionManager.toApproximatingEnvironment(TypeEnvironment context) |
Modifier and Type | Method and Description |
---|---|
TypeEnvironment |
JavaReflectionManager.toApproximatingEnvironment(TypeEnvironment context) |
org.hibernate.annotations.common.reflection.java.JavaXType |
JavaReflectionManager.toXType(TypeEnvironment context,
java.lang.reflect.Type propType) |
protected static java.lang.reflect.Type |
JavaXMember.typeOf(java.lang.reflect.Member member,
TypeEnvironment env) |
Constructor and Description |
---|
JavaXMember(java.lang.reflect.Member member,
java.lang.reflect.Type type,
TypeEnvironment env,
JavaReflectionManager factory,
org.hibernate.annotations.common.reflection.java.JavaXType xType) |
Modifier and Type | Class and Description |
---|---|
class |
CompoundTypeEnvironment
A composition of two
TypeEnvironment functions. |
class |
IdentityTypeEnvironment
Substitutes a
Type for itself. |
Modifier and Type | Field and Description |
---|---|
static TypeEnvironment |
IdentityTypeEnvironment.INSTANCE |
Modifier and Type | Method and Description |
---|---|
static TypeEnvironment |
CompoundTypeEnvironment.create(TypeEnvironment f,
TypeEnvironment g) |
TypeEnvironment |
TypeEnvironmentFactory.getEnvironment(java.lang.Class context) |
TypeEnvironment |
TypeEnvironmentFactory.getEnvironment(java.lang.reflect.Type context) |
TypeEnvironment |
TypeEnvironmentFactory.getEnvironment(java.lang.reflect.Type t,
TypeEnvironment context) |
TypeEnvironment |
TypeEnvironmentFactory.toApproximatingEnvironment(TypeEnvironment context) |
Modifier and Type | Method and Description |
---|---|
static TypeEnvironment |
CompoundTypeEnvironment.create(TypeEnvironment f,
TypeEnvironment g) |
TypeEnvironment |
TypeEnvironmentFactory.getEnvironment(java.lang.reflect.Type t,
TypeEnvironment context) |
TypeEnvironment |
TypeEnvironmentFactory.toApproximatingEnvironment(TypeEnvironment context) |