Class EndpointDescriptionValidator


  • public class EndpointDescriptionValidator
    extends Validator
    • Constructor Detail

      • EndpointDescriptionValidator

        public EndpointDescriptionValidator​(EndpointDescription toValidate)
    • Method Detail

      • validate

        public boolean validate​(boolean performValidation)
        Description copied from class: Validator
        This validate method gives us flexibility to bypass a validation from set of validation that we need to perform. For example we may skip RespectBinding Validation if this flag is set to false. performVaidation = false - Means validation can be bypassed. performVaidation = true - Means validation cannot be bypassed.
        Overrides:
        validate in class Validator
        Parameters:
        performValidation - - When performVaidation is false we will bypass validation
        Returns: