Class HibernateSearchStandaloneEnabled

java.lang.Object
io.quarkus.hibernate.search.standalone.elasticsearch.deployment.HibernateSearchStandaloneEnabled
All Implemented Interfaces:
BooleanSupplier
Direct Known Subclasses:
HibernateSearchStandaloneManagementEnabled

public class HibernateSearchStandaloneEnabled extends Object implements BooleanSupplier
Supplier that can be used to only run build steps if the Hibernate Search extension is enabled.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final io.quarkus.hibernate.search.standalone.elasticsearch.runtime.HibernateSearchStandaloneBuildTimeConfig
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    HibernateSearchStandaloneEnabled(io.quarkus.hibernate.search.standalone.elasticsearch.runtime.HibernateSearchStandaloneBuildTimeConfig config)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • config

      protected final io.quarkus.hibernate.search.standalone.elasticsearch.runtime.HibernateSearchStandaloneBuildTimeConfig config
  • Constructor Details

    • HibernateSearchStandaloneEnabled

      HibernateSearchStandaloneEnabled(io.quarkus.hibernate.search.standalone.elasticsearch.runtime.HibernateSearchStandaloneBuildTimeConfig config)
  • Method Details