Class ProtobufBootstrapIntrospector
- java.lang.Object
-
- org.infinispan.query.remote.impl.mapping.model.ProtobufBootstrapIntrospector
-
- All Implemented Interfaces:
org.hibernate.search.mapper.pojo.model.spi.PojoBootstrapIntrospector
public class ProtobufBootstrapIntrospector extends Object implements org.hibernate.search.mapper.pojo.model.spi.PojoBootstrapIntrospector
-
-
Constructor Summary
Constructors Constructor Description ProtobufBootstrapIntrospector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hibernate.search.util.common.reflect.spi.ValueReadHandleFactoryannotationValueReadHandleFactory()<T> org.hibernate.search.mapper.pojo.model.spi.PojoGenericTypeModel<T>genericTypeModel(Class<T> clazz)<T> org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<T>typeModel(Class<T> clazz)org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<?>typeModel(String name)
-
-
-
Method Detail
-
typeModel
public <T> org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<T> typeModel(Class<T> clazz)
- Specified by:
typeModelin interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoBootstrapIntrospector
-
typeModel
public org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<?> typeModel(String name)
- Specified by:
typeModelin interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoBootstrapIntrospector
-
genericTypeModel
public <T> org.hibernate.search.mapper.pojo.model.spi.PojoGenericTypeModel<T> genericTypeModel(Class<T> clazz)
- Specified by:
genericTypeModelin interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoBootstrapIntrospector
-
annotationValueReadHandleFactory
public org.hibernate.search.util.common.reflect.spi.ValueReadHandleFactory annotationValueReadHandleFactory()
- Specified by:
annotationValueReadHandleFactoryin interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoBootstrapIntrospector
-
-