Class HibernateSearchStandaloneManagementEnabled
java.lang.Object
io.quarkus.hibernate.search.standalone.elasticsearch.deployment.HibernateSearchStandaloneEnabled
io.quarkus.hibernate.search.standalone.elasticsearch.deployment.HibernateSearchStandaloneManagementEnabled
- All Implemented Interfaces:
BooleanSupplier
Supplier that can be used to only run build steps
if the Hibernate Search extension and its management is enabled.
-
Field Summary
Fields inherited from class io.quarkus.hibernate.search.standalone.elasticsearch.deployment.HibernateSearchStandaloneEnabled
config -
Constructor Summary
ConstructorsConstructorDescriptionHibernateSearchStandaloneManagementEnabled(io.quarkus.hibernate.search.standalone.elasticsearch.runtime.HibernateSearchStandaloneBuildTimeConfig config) -
Method Summary
-
Constructor Details
-
HibernateSearchStandaloneManagementEnabled
HibernateSearchStandaloneManagementEnabled(io.quarkus.hibernate.search.standalone.elasticsearch.runtime.HibernateSearchStandaloneBuildTimeConfig config)
-
-
Method Details
-
getAsBoolean
public boolean getAsBoolean()- Specified by:
getAsBooleanin interfaceBooleanSupplier- Overrides:
getAsBooleanin classHibernateSearchStandaloneEnabled
-