Package com.soffid.scimquery.conf
Class Configuration
java.lang.Object
com.soffid.scimquery.conf.Configuration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassConfiggetClassConfig(Class<?> clazz) static ClassConfiggetClassConfig(String className) static voidregisterClass(ClassConfig classConfig)
-
Constructor Details
-
Configuration
public Configuration()
-
-
Method Details
-
getClassConfig
public static ClassConfig getClassConfig(Class<?> clazz) throws UnsupportedEncodingException, org.json.JSONException, ClassNotFoundException - Throws:
UnsupportedEncodingExceptionorg.json.JSONExceptionClassNotFoundException
-
getClassConfig
public static ClassConfig getClassConfig(String className) throws UnsupportedEncodingException, org.json.JSONException, ClassNotFoundException - Throws:
UnsupportedEncodingExceptionorg.json.JSONExceptionClassNotFoundException
-
registerClass
-