class RailsParamValidation::CustomTypeValidatorFactory

def create(schema, collection)

def create(schema, collection)
  CustomTypeValidator.new schema, collection
end

def supports?(schema)

def supports?(schema)
  schema.is_a? AnnotationTypes::CustomT
end