Class JsonApplier

java.lang.Object
io.jans.as.model.json.JsonApplier

public class JsonApplier extends Object
Version:
April 25, 2022
Author:
Yuriy Zabrovarnyy
  • Method Details

    • getInstance

      public static JsonApplier getInstance()
    • apply

      public void apply(Object source, org.json.JSONObject target)
    • apply

      public void apply(Object source, Map<String,String> parameters)
    • apply

      public void apply(org.json.JSONObject source, Object target)
    • apply

      public void apply(org.json.JSONObject source, Object target, PropertyDefinition property)
    • transfer

      public void transfer(Object source, Object target)
      Transfer between two java objects
    • getStringList

      public static List<String> getStringList(org.json.JSONArray jsonArray)
    • invokeReflectionSetter

      public void invokeReflectionSetter(Object obj, String propertyName, Object variableValue)
    • invokeReflectionGetter

      public Object invokeReflectionGetter(Object obj, String variableName)