Uses of Interface
org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel
Packages that use PojoTypeModel
Package
Description
-
Uses of PojoTypeModel in org.hibernate.search.mapper.pojo.logging.spi
Constructors in org.hibernate.search.mapper.pojo.logging.spi with parameters of type PojoTypeModel -
Uses of PojoTypeModel in org.hibernate.search.mapper.pojo.mapping.spi
Methods in org.hibernate.search.mapper.pojo.mapping.spi that return types with arguments of type PojoTypeModelModifier and TypeMethodDescriptionPojoMappingConfigurationContext.extractedValueType(PojoTypeModel<?> sourceType, ContainerExtractorPath extractorPath) Methods in org.hibernate.search.mapper.pojo.mapping.spi with parameters of type PojoTypeModelModifier and TypeMethodDescriptionPojoMappingConfigurationContext.extractedValueType(PojoTypeModel<?> sourceType, ContainerExtractorPath extractorPath) -
Uses of PojoTypeModel in org.hibernate.search.mapper.pojo.model.hcann.spi
Classes in org.hibernate.search.mapper.pojo.model.hcann.spi that implement PojoTypeModelModifier and TypeClassDescriptionclassfinal classMethods in org.hibernate.search.mapper.pojo.model.hcann.spi that return PojoTypeModelModifier and TypeMethodDescriptionfinal PojoTypeModel<T>AbstractPojoHCAnnPropertyModel.typeModel()PojoHCAnnMethodParameterModel.typeModel()Methods in org.hibernate.search.mapper.pojo.model.hcann.spi that return types with arguments of type PojoTypeModelModifier and TypeMethodDescriptionAbstractPojoHCAnnRawTypeModel.arrayElementType()AbstractPojoHCAnnRawTypeModel.typeArgument(Class<?> rawSuperType, int typeParameterIndex) -
Uses of PojoTypeModel in org.hibernate.search.mapper.pojo.model.path.spi
Methods in org.hibernate.search.mapper.pojo.model.path.spi that return PojoTypeModelConstructors in org.hibernate.search.mapper.pojo.model.path.spi with parameters of type PojoTypeModelModifierConstructorDescriptionBindablePojoModelPath(PojoTypeModel<?> rootType, PojoModelPathValueNode path) -
Uses of PojoTypeModel in org.hibernate.search.mapper.pojo.model.spi
Subinterfaces of PojoTypeModel in org.hibernate.search.mapper.pojo.model.spiModifier and TypeInterfaceDescriptioninterfaceAPojoTypeModelrepresenting a raw type, where generic type parameters are ignored.Classes in org.hibernate.search.mapper.pojo.model.spi that implement PojoTypeModelModifier and TypeClassDescriptionclassAn abstract base for implementations of aPojoTypeModelrepresenting a type with generic type parameters.classAbstractPojoRawTypeModel<T,I extends PojoBootstrapIntrospector> final classAn implementation ofPojoTypeModelthat takes advantage of the context in which a given property appears to derive more precise type information.final classA synthetic implementation ofPojoTypeModel, i.e.Methods in org.hibernate.search.mapper.pojo.model.spi that return PojoTypeModelModifier and TypeMethodDescriptionstatic <T> PojoTypeModel<T[]>SyntheticPojoGenericTypeModel.array(PojoRawTypeModel<? super T[]> rawTypeModel, PojoTypeModel<T> elementType) PojoTypeModel<? extends T>AbstractPojoRawTypeModel.cast(PojoTypeModel<?> other) PojoTypeModel<? extends T>PojoRawTypeModel.cast(PojoTypeModel<?> other) protected PojoTypeModel<? extends T>AbstractPojoRawTypeModel.doCast(PojoTypeModel<?> other) static <T> PojoTypeModel<T>SyntheticPojoGenericTypeModel.genericType(PojoRawTypeModel<? super T> rawTypeModel, PojoTypeModel<?> firstTypeArgument, PojoTypeModel<?>... otherTypeArguments) GenericContextAwarePojoGenericTypeModel.RawTypeDeclaringContext.memberTypeReference(Type declaredType) static <T> PojoTypeModel<T>SyntheticPojoGenericTypeModel.opaqueType(PojoRawTypeModel<T> rawTypeModel) PojoMethodParameterModel.typeModel()PojoPropertyModel.typeModel()Methods in org.hibernate.search.mapper.pojo.model.spi that return types with arguments of type PojoTypeModelModifier and TypeMethodDescriptionGenericContextAwarePojoGenericTypeModel.arrayElementType()GenericContextAwarePojoGenericTypeModel.RawTypeDeclaringContext.arrayElementType()Optional<? extends PojoTypeModel<?>>PojoTypeModel.arrayElementType()SyntheticPojoGenericTypeModel.arrayElementType()<U> Optional<PojoTypeModel<? extends U>><U> Optional<PojoTypeModel<? extends U>><U> Optional<PojoTypeModel<? extends U>><U> Optional<PojoTypeModel<? extends U>>GenericContextAwarePojoGenericTypeModel.RawTypeDeclaringContext.typeArgument(Class<?> rawSuperType, int typeParameterIndex) GenericContextAwarePojoGenericTypeModel.typeArgument(Class<?> rawSuperType, int typeParameterIndex) Optional<? extends PojoTypeModel<?>>PojoTypeModel.typeArgument(Class<?> rawSuperType, int typeParameterIndex) Optional<? extends PojoTypeModel<?>>SyntheticPojoGenericTypeModel.typeArgument(Class<?> rawSuperType, int typeParameterIndex) Methods in org.hibernate.search.mapper.pojo.model.spi with parameters of type PojoTypeModelModifier and TypeMethodDescriptionstatic <T> PojoTypeModel<T[]>SyntheticPojoGenericTypeModel.array(PojoRawTypeModel<? super T[]> rawTypeModel, PojoTypeModel<T> elementType) PojoTypeModel<? extends T>AbstractPojoRawTypeModel.cast(PojoTypeModel<?> other) PojoTypeModel<? extends T>PojoRawTypeModel.cast(PojoTypeModel<?> other) protected PojoTypeModel<? extends T>AbstractPojoRawTypeModel.doCast(PojoTypeModel<?> other) static <T> PojoTypeModel<T>SyntheticPojoGenericTypeModel.genericType(PojoRawTypeModel<? super T> rawTypeModel, PojoTypeModel<?> firstTypeArgument, PojoTypeModel<?>... otherTypeArguments)