Project

General

Profile

« Previous | Next » 

Revision 53171

introduced url type and UrlMatcher

View differences:

Type.java
1 1
package eu.dnetlib.pace.config;
2 2

  
3 3
public enum Type {
4
	String, Int, List, JSON
4
	String, Int, List, JSON, URL
5 5
}

Also available in: Unified diff