Package | Description |
---|---|
org.hibernate.search.mapper.pojo.model.spi |
Modifier and Type | Class and Description |
---|---|
class |
GenericContextAwarePojoGenericTypeModel<T>
An abstract base for implementations of
PojoGenericTypeModel that take advantage of the context
in which a given property appears to derive more precise type information. |
Modifier and Type | Method and Description |
---|---|
<U> PojoGenericTypeModel<U> |
GenericContextAwarePojoGenericTypeModel.RawTypeDeclaringContext.createGenericTypeModel(Class<U> declaredType) |
PojoGenericTypeModel<?> |
GenericContextAwarePojoGenericTypeModel.RawTypeDeclaringContext.createGenericTypeModel(Type declaredType) |
<T> PojoGenericTypeModel<T> |
PojoBootstrapIntrospector.getGenericTypeModel(Class<T> clazz) |
PojoGenericTypeModel<T> |
PojoPropertyModel.getTypeModel() |
Modifier and Type | Method and Description |
---|---|
Optional<? extends PojoGenericTypeModel<?>> |
PojoGenericTypeModel.getArrayElementType() |
Optional<PojoGenericTypeModel<?>> |
GenericContextAwarePojoGenericTypeModel.getArrayElementType() |
Optional<? extends PojoGenericTypeModel<?>> |
PojoGenericTypeModel.getTypeArgument(Class<?> rawSuperType,
int typeParameterIndex) |
Optional<PojoGenericTypeModel<?>> |
GenericContextAwarePojoGenericTypeModel.getTypeArgument(Class<?> rawSuperType,
int typeParameterIndex) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.