Spring Data Commons

Uses of Interface
org.springframework.data.convert.TypeAliasAccessor

Packages that use TypeAliasAccessor
org.springframework.data.convert General purpose conversion framework to read objects from a data store abstraction and write it back. 
 

Uses of TypeAliasAccessor in org.springframework.data.convert
 

Constructors in org.springframework.data.convert with parameters of type TypeAliasAccessor
DefaultTypeMapper(TypeAliasAccessor<S> accessor)
           
DefaultTypeMapper(TypeAliasAccessor<S> accessor, List<? extends TypeInformationMapper> mappers)
           
DefaultTypeMapper(TypeAliasAccessor<S> accessor, MappingContext<? extends PersistentEntity<?,?>,?> mappingContext, List<? extends TypeInformationMapper> additionalMappers)
           
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.