Class HibernateSearchStandaloneEnabled
java.lang.Object
io.quarkus.hibernate.search.standalone.elasticsearch.deployment.HibernateSearchStandaloneEnabled
- All Implemented Interfaces:
BooleanSupplier
- Direct Known Subclasses:
HibernateSearchStandaloneManagementEnabled
Supplier that can be used to only run build steps
if the Hibernate Search extension is enabled.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final io.quarkus.hibernate.search.standalone.elasticsearch.runtime.HibernateSearchStandaloneBuildTimeConfig -
Constructor Summary
ConstructorsConstructorDescriptionHibernateSearchStandaloneEnabled(io.quarkus.hibernate.search.standalone.elasticsearch.runtime.HibernateSearchStandaloneBuildTimeConfig config) -
Method Summary
-
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
-
getAsBoolean
public boolean getAsBoolean()- Specified by:
getAsBooleanin interfaceBooleanSupplier
-