T - type of object to mappublic class SpringLdapEntryMapper<T> extends AbstractLdapEntryMapper<T>
SpringClassDescriptor for ldap entry mapping.| Modifier and Type | Field and Description | 
|---|---|
private org.springframework.expression.TypeConverter | 
typeConverter
Type converter used by all contexts. 
 | 
logger| Constructor and Description | 
|---|
SpringLdapEntryMapper()
Default constructor. 
 | 
SpringLdapEntryMapper(org.springframework.core.convert.converter.Converter<?,?>... c)
Creates a new spring ldap entry mapper. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
addDefaultConverters(org.springframework.core.convert.support.GenericConversionService service)
Adds default converters to the supplied conversion service. 
 | 
protected org.springframework.expression.EvaluationContext | 
createEvaluationContext(Object object)
Creates an evaluation context to use in the spring class descriptor. 
 | 
protected org.springframework.expression.TypeConverter | 
createTypeConverter(org.springframework.core.convert.converter.Converter<?,?>... converters)
Returns a type converter that is initialized with the supplied converters and any converters supplied by  
addDefaultConverters(GenericConversionService). | 
protected ClassDescriptor | 
getClassDescriptor(Object object)
Returns the class descriptor. 
 | 
map, map, map, mapDnprivate final org.springframework.expression.TypeConverter typeConverter
public SpringLdapEntryMapper()
public SpringLdapEntryMapper(org.springframework.core.convert.converter.Converter<?,?>... c)
c - additional converters to add to the spring conversion service.protected ClassDescriptor getClassDescriptor(Object object)
AbstractLdapEntryMappergetClassDescriptor in class AbstractLdapEntryMapper<T>object - to return the class descriptor forprotected org.springframework.expression.EvaluationContext createEvaluationContext(Object object)
object - to supply to the evaluation contextprotected org.springframework.expression.TypeConverter createTypeConverter(org.springframework.core.convert.converter.Converter<?,?>... converters)
addDefaultConverters(GenericConversionService).converters - to add to the conversion serviceprotected void addDefaultConverters(org.springframework.core.convert.support.GenericConversionService service)
service - to add default converters toCopyright © 2003-2019 Virginia Tech. All Rights Reserved.