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 Details

    • ProtobufBootstrapIntrospector

      public ProtobufBootstrapIntrospector()
  • Method Details

    • typeModel

      public <T> org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<T> typeModel(Class<T> clazz)
      Specified by:
      typeModel in interface org.hibernate.search.mapper.pojo.model.spi.PojoBootstrapIntrospector
    • typeModel

      public org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel<?> typeModel(String name)
      Specified by:
      typeModel in interface org.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:
      genericTypeModel in interface org.hibernate.search.mapper.pojo.model.spi.PojoBootstrapIntrospector
    • annotationValueReadHandleFactory

      public org.hibernate.search.util.common.reflect.spi.ValueReadHandleFactory annotationValueReadHandleFactory()
      Specified by:
      annotationValueReadHandleFactory in interface org.hibernate.search.mapper.pojo.model.spi.PojoBootstrapIntrospector