Uses of Class
org.forgerock.opendj.rest2ldap.JsonPropertyMapper
Packages that use JsonPropertyMapper
-
Uses of JsonPropertyMapper in org.forgerock.opendj.rest2ldap
Methods in org.forgerock.opendj.rest2ldap that return JsonPropertyMapperModifier and TypeMethodDescriptionJsonPropertyMapper.defaultJsonValue(Object defaultValue) Sets the default JSON value which should be substituted when the LDAP attribute is not found in the LDAP entry.JsonPropertyMapper.defaultJsonValues(Collection<?> defaultValues) Sets the default JSON values which should be substituted when the LDAP attribute is not found in the LDAP entry.static JsonPropertyMapperReturns a property mapper which provides a mapping from a JSON value to a LDAP attribute having the JSON syntax.static JsonPropertyMapperRest2Ldap.json(org.forgerock.opendj.ldap.AttributeDescription attribute) Returns a property mapper which provides a mapping from a JSON value to a LDAP attribute having the JSON syntax.JsonPropertyMapper.jsonSchema(org.forgerock.json.JsonValue jsonSchema) Sets the JSON schema corresponding to this simple property mapper.