Spring Data Core

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)
          Creates a new DefaultTypeMapper using the given TypeAliasAccessor.
DefaultTypeMapper(TypeAliasAccessor<S> accessor, List<? extends TypeInformationMapper> mappers)
          Creates a new DefaultTypeMapper using the given TypeAliasAccessor and TypeInformationMapper s.
DefaultTypeMapper(TypeAliasAccessor<S> accessor, MappingContext<? extends PersistentEntity<?,?>,?> mappingContext, List<? extends TypeInformationMapper> additionalMappers)
          Creates a new DefaultTypeMapper using the given TypeAliasAccessor, MappingContext and additional TypeInformationMappers.
 


Spring Data Core

Copyright © 2011-2013-2013 Pivotal. All Rights Reserved.