Uses of Class
io.jans.as.model.json.PropertyDefinition
-
Packages that use PropertyDefinition Package Description io.jans.as.model.json -
-
Uses of PropertyDefinition in io.jans.as.model.json
Methods in io.jans.as.model.json that return PropertyDefinition Modifier and Type Method Description static PropertyDefinition
PropertyDefinition. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PropertyDefinition[]
PropertyDefinition. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.jans.as.model.json with parameters of type PropertyDefinition Modifier and Type Method Description void
JsonApplier. apply(org.json.JSONObject source, java.lang.Object target, PropertyDefinition property)
-