Uses of Class
org.hibernate.search.util.common.reflect.impl.GenericTypeContext
-
Packages that use GenericTypeContext Package Description org.hibernate.search.util.common.reflect.impl -
-
Uses of GenericTypeContext in org.hibernate.search.util.common.reflect.impl
Methods in org.hibernate.search.util.common.reflect.impl that return GenericTypeContext Modifier and Type Method Description GenericTypeContextGenericTypeContext. castTo(Class<?> target)GenericTypeContextGenericTypeContext. declaringContext()Constructors in org.hibernate.search.util.common.reflect.impl with parameters of type GenericTypeContext Constructor Description GenericTypeContext(GenericTypeContext declaringContext, Type type)GenericTypeContext(GenericTypeContext declaringContext, GenericTypeContext castBase, Type type)
-