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 -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.search.util.common.reflect.spi.ValueReadHandleFactory<T> org.hibernate.search.mapper.pojo.model.spi.PojoGenericTypeModel<T>genericTypeModel(Class<T> clazz) <T> org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<T>org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<?>
-
Constructor Details
-
ProtobufBootstrapIntrospector
public ProtobufBootstrapIntrospector()
-
-
Method Details
-
typeModel
- Specified by:
typeModelin interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoBootstrapIntrospector
-
typeModel
- 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
-