Class DefaultValidation.AlwaysValid

    • Constructor Detail

      • AlwaysValid

        AlwaysValid()
    • Method Detail

      • validate

        public io.vertx.core.Future<Object> validate​(Object object,
                                                     Class<Object> targetClass)
        Description copied from interface: Validation
        Validates the object. It is expected that the validated object will be returned in the successful Future result.
        Specified by:
        validate in interface Validation<Object>
        Parameters:
        object - the object to be validated