@Override public JsonType visitExecutable(ExecutableType executableType, Void o) { throw new UnsupportedOperationException(executableType.toString()); }
public Boolean visitExecutable(ExecutableType t, Void v) { return t.getParameterTypes().isEmpty(); }