package io.swagger.parser.util; import java.net.URL; public interface ManagedValue { boolean process(URL url); }