Package w.eventbus

Interface NamespaceValidator

All Known Implementing Classes:
NamespaceValidator.PermitAll, NamespaceValidator.PermitInstanceOf

public interface NamespaceValidator
Author:
whilein
  • Method Details

    • isValid

      boolean isValid(@NotNull @NotNull Object object)
    • permitAll

      @NotNull static @NotNull NamespaceValidator permitAll()
    • permitInstanceOf

      @NotNull static @NotNull NamespaceValidator permitInstanceOf(@NotNull @NotNull Class<?> type)