Interface Validator<T>

Type Parameters:
T - the type of the object to be validated.
All Known Implementing Classes:
CombiningValidator, JwtAudienceValidator, JwtX5tValidator

public interface Validator<T>
Generic validator interface over type Validator.
  • Method Summary

    Modifier and Type
    Method
    Description
    Validates the given object.