Class 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 Detail

      • ProtobufBootstrapIntrospector

        public ProtobufBootstrapIntrospector()
    • Method Detail

      • 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