Class LdapEncoder.LikeEncoder
java.lang.Object
org.springframework.data.ldap.repository.LdapEncoder.LikeEncoder
- All Implemented Interfaces:
LdapEncoder
- Enclosing interface:
- LdapEncoder
Escape a value for use in a filter retaining asterisks (
*
) for like/contains searches.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.ldap.repository.LdapEncoder
LdapEncoder.LikeEncoder, LdapEncoder.NameEncoder
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LikeEncoder
public LikeEncoder()
-
-
Method Details
-
encode
Description copied from interface:LdapEncoder
Encode a value for use in a filter.- Specified by:
encode
in interfaceLdapEncoder
- Parameters:
value
- the value to encode.- Returns:
- a properly encoded representation of the supplied value.
-