Uses of Interface
org.graylog2.contentpacks.constraints.ConstraintChecker
Packages that use ConstraintChecker
Package
Description
-
Uses of ConstraintChecker in org.graylog2.contentpacks
Constructor parameters in org.graylog2.contentpacks with type arguments of type ConstraintCheckerModifierConstructorDescriptionContentPackService(ContentPackInstallationPersistenceService contentPackInstallationPersistenceService, Set<ConstraintChecker> constraintCheckers, Map<ModelType, EntityWithExcerptFacade<?, ?>> entityFacades) -
Uses of ConstraintChecker in org.graylog2.contentpacks.constraints
Classes in org.graylog2.contentpacks.constraints that implement ConstraintCheckerModifier and TypeClassDescriptionclassclass -
Uses of ConstraintChecker in org.graylog2.plugin
Method parameters in org.graylog2.plugin with type arguments of type ConstraintCheckerModifier and TypeMethodDescriptionprotected voidPluginModule.addConstraintChecker(Class<? extends ConstraintChecker> constraintCheckerClass) -
Uses of ConstraintChecker in org.graylog2.plugin.inject
Methods in org.graylog2.plugin.inject that return types with arguments of type ConstraintCheckerModifier and TypeMethodDescriptionprotected com.google.inject.multibindings.Multibinder<ConstraintChecker>Graylog2Module.constraintCheckerBinder()