Class LicenseContentValidatorImpl

java.lang.Object
org.gridgain.internal.license.LicenseContentValidatorImpl
All Implemented Interfaces:
org.apache.ignite.configuration.validation.Validator<org.gridgain.internal.license.configuration.validator.License,org.gridgain.internal.license.configuration.LicenseView>

public class LicenseContentValidatorImpl extends Object implements org.apache.ignite.configuration.validation.Validator<org.gridgain.internal.license.configuration.validator.License,org.gridgain.internal.license.configuration.LicenseView>
Implementation of the License.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    validate(org.gridgain.internal.license.configuration.validator.License annotation, org.apache.ignite.configuration.validation.ValidationContext<org.gridgain.internal.license.configuration.LicenseView> ctx)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.ignite.configuration.validation.Validator

    canValidate
  • Field Details

  • Constructor Details

    • LicenseContentValidatorImpl

      public LicenseContentValidatorImpl()
  • Method Details

    • validate

      public void validate(org.gridgain.internal.license.configuration.validator.License annotation, org.apache.ignite.configuration.validation.ValidationContext<org.gridgain.internal.license.configuration.LicenseView> ctx)
      Specified by:
      validate in interface org.apache.ignite.configuration.validation.Validator<org.gridgain.internal.license.configuration.validator.License,org.gridgain.internal.license.configuration.LicenseView>