package org.argeo.server.json; public interface JsonObjectFactory { public Boolean supports(String type); public T readValue(String type, String str); }