Uses of Interface
org.bremersee.converter.ModelMapperConfigurerAdapter
-
Packages that use ModelMapperConfigurerAdapter Package Description org.bremersee.converter org.bremersee.security.access -
-
Uses of ModelMapperConfigurerAdapter in org.bremersee.converter
Method parameters in org.bremersee.converter with type arguments of type ModelMapperConfigurerAdapter Modifier and Type Method Description org.modelmapper.ModelMapper
ModelMapperAutoConfiguration. modelMapper(org.springframework.beans.factory.ObjectProvider<List<ModelMapperConfigurerAdapter>> adapters)
Creates the model mapper bean. -
Uses of ModelMapperConfigurerAdapter in org.bremersee.security.access
Methods in org.bremersee.security.access that return ModelMapperConfigurerAdapter Modifier and Type Method Description <T extends org.bremersee.security.access.Acl<? extends org.bremersee.security.access.Ace>>
ModelMapperConfigurerAdapterAccessControlAutoConfiguration. aclModelMapperConfigAdapter(org.springframework.beans.factory.ObjectProvider<org.bremersee.security.access.AclMapper<T>> aclMapperProvider)
Creates a model mapper configurer adapter for the acl entity of the acl factory.
-