Class AbstractSingleInputValidator<V>

java.lang.Object
io.github.belgif.rest.problem.validation.AbstractSingleInputValidator<V>
Type Parameters:
V - the input value type
All Implemented Interfaces:
InputValidator

public abstract class AbstractSingleInputValidator<V> extends Object implements InputValidator
Abstract base class for InputValidator with a single input.
  • Constructor Details

    • AbstractSingleInputValidator

      protected AbstractSingleInputValidator(Input<? extends V> input)
  • Method Details

    • getInput

      protected Input<? extends V> getInput()
    • getIn

      protected InEnum getIn()
    • getName

      protected String getName()
    • getValue

      protected V getValue()