Uses of Interface
org.hibernate.search.mapper.pojo.model.spi.PojoGenericTypeModel
-
Packages that use PojoGenericTypeModel Package Description org.hibernate.search.mapper.pojo.mapping.spi org.hibernate.search.mapper.pojo.model.hcann.spi org.hibernate.search.mapper.pojo.model.spi -
-
Uses of PojoGenericTypeModel in org.hibernate.search.mapper.pojo.mapping.spi
Methods in org.hibernate.search.mapper.pojo.mapping.spi that return types with arguments of type PojoGenericTypeModel Modifier and Type Method Description Optional<PojoGenericTypeModel<?>>PojoMappingConfigurationContext. extractedValueType(PojoGenericTypeModel<?> sourceType, ContainerExtractorPath extractorPath)Methods in org.hibernate.search.mapper.pojo.mapping.spi with parameters of type PojoGenericTypeModel Modifier and Type Method Description Optional<PojoGenericTypeModel<?>>PojoMappingConfigurationContext. extractedValueType(PojoGenericTypeModel<?> sourceType, ContainerExtractorPath extractorPath) -
Uses of PojoGenericTypeModel in org.hibernate.search.mapper.pojo.model.hcann.spi
Methods in org.hibernate.search.mapper.pojo.model.hcann.spi that return PojoGenericTypeModel Modifier and Type Method Description PojoGenericTypeModel<T>AbstractPojoHCAnnPropertyModel. typeModel() -
Uses of PojoGenericTypeModel in org.hibernate.search.mapper.pojo.model.spi
Classes in org.hibernate.search.mapper.pojo.model.spi that implement PojoGenericTypeModel Modifier and Type Class Description classAbstractPojoGenericTypeModel<T>An abstract base for implementations ofPojoGenericTypeModel.classGenericContextAwarePojoGenericTypeModel<T>An implementation ofPojoGenericTypeModelthat takes advantage of the context in which a given property appears to derive more precise type information.classSyntheticPojoGenericTypeModel<T>An abstract base for implementations ofPojoGenericTypeModel.Methods in org.hibernate.search.mapper.pojo.model.spi that return PojoGenericTypeModel Modifier and Type Method Description static <T> PojoGenericTypeModel<T[]>SyntheticPojoGenericTypeModel. array(PojoRawTypeModel<? super T[]> rawTypeModel, PojoGenericTypeModel<T> elementType)<U> PojoGenericTypeModel<U>GenericContextAwarePojoGenericTypeModel.RawTypeDeclaringContext. createGenericTypeModel(Class<U> declaredType)PojoGenericTypeModel<?>GenericContextAwarePojoGenericTypeModel.RawTypeDeclaringContext. createGenericTypeModel(Type declaredType)static <T> PojoGenericTypeModel<T>SyntheticPojoGenericTypeModel. genericType(PojoRawTypeModel<? super T> rawTypeModel, PojoGenericTypeModel<?> firstTypeArgument, PojoGenericTypeModel<?>... otherTypeArguments)<T> PojoGenericTypeModel<T>PojoBootstrapIntrospector. genericTypeModel(Class<T> clazz)static <T> PojoGenericTypeModel<T>SyntheticPojoGenericTypeModel. opaqueType(PojoRawTypeModel<T> rawTypeModel)PojoGenericTypeModel<T>PojoPropertyModel. typeModel()Methods in org.hibernate.search.mapper.pojo.model.spi that return types with arguments of type PojoGenericTypeModel Modifier and Type Method Description Optional<? extends PojoGenericTypeModel<?>>AbstractPojoGenericTypeModel. arrayElementType()Optional<PojoGenericTypeModel<?>>GenericContextAwarePojoGenericTypeModel. arrayElementType()Optional<? extends PojoGenericTypeModel<?>>PojoGenericTypeModel. arrayElementType()Optional<PojoGenericTypeModel<?>>SyntheticPojoGenericTypeModel. arrayElementType()Optional<? extends PojoGenericTypeModel<?>>AbstractPojoGenericTypeModel. typeArgument(Class<?> rawSuperType, int typeParameterIndex)Optional<PojoGenericTypeModel<?>>GenericContextAwarePojoGenericTypeModel. typeArgument(Class<?> rawSuperType, int typeParameterIndex)Optional<? extends PojoGenericTypeModel<?>>PojoGenericTypeModel. typeArgument(Class<?> rawSuperType, int typeParameterIndex)Optional<? extends PojoGenericTypeModel<?>>SyntheticPojoGenericTypeModel. typeArgument(Class<?> rawSuperType, int typeParameterIndex)Methods in org.hibernate.search.mapper.pojo.model.spi with parameters of type PojoGenericTypeModel Modifier and Type Method Description static <T> PojoGenericTypeModel<T[]>SyntheticPojoGenericTypeModel. array(PojoRawTypeModel<? super T[]> rawTypeModel, PojoGenericTypeModel<T> elementType)static <T> PojoGenericTypeModel<T>SyntheticPojoGenericTypeModel. genericType(PojoRawTypeModel<? super T> rawTypeModel, PojoGenericTypeModel<?> firstTypeArgument, PojoGenericTypeModel<?>... otherTypeArguments)
-