Uses of Interface
pro.verron.officestamper.api.ITypeResolver
Packages that use ITypeResolver
-
Uses of ITypeResolver in org.wickedsource.docxstamper
Methods in org.wickedsource.docxstamper that return ITypeResolverModifier and TypeMethodDescriptionDocxStamperConfiguration.getDefaultTypeResolver()Deprecated, for removal: This API element is subject to removal in a future version.This method's been deprecated since version 1.6.7 and is scheduled for removal.Methods in org.wickedsource.docxstamper that return types with arguments of type ITypeResolverModifier and TypeMethodDescriptionMap<Class<?>, ITypeResolver<?>> DocxStamperConfiguration.getTypeResolvers()Deprecated, for removal: This API element is subject to removal in a future version.This method's been deprecated since version 1.6.7Methods in org.wickedsource.docxstamper with parameters of type ITypeResolverModifier and TypeMethodDescriptionDocxStamperConfiguration.addTypeResolver(Class<T> resolvedType, ITypeResolver<T> resolver) Deprecated, for removal: This API element is subject to removal in a future version.This method has been deprecated since version 1.6.7, and it is scheduled for removal.DocxStamperConfiguration.setDefaultTypeResolver(ITypeResolver<? super Object> defaultResolver) Deprecated, for removal: This API element is subject to removal in a future version.This method is deprecated and scheduled for removal in version 1.6.7. -
Uses of ITypeResolver in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return ITypeResolverModifier and TypeMethodDescriptionOfficeStamperConfiguration.getDefaultTypeResolver()Deprecated, for removal: This API element is subject to removal in a future version.This method has been deprecated since version 1.6.7 and will be removed in a future release.Methods in pro.verron.officestamper.api that return types with arguments of type ITypeResolverModifier and TypeMethodDescriptionMap<Class<?>, ITypeResolver<?>> OfficeStamperConfiguration.getTypeResolvers()Deprecated, for removal: This API element is subject to removal in a future version.This method has been deprecated since version 1.6.7 and will be removed in a future release.Methods in pro.verron.officestamper.api with parameters of type ITypeResolverModifier and TypeMethodDescriptionOfficeStamperConfiguration.addTypeResolver(Class<T> resolvedType, ITypeResolver<T> resolver) Deprecated, for removal: This API element is subject to removal in a future version.as of version 1.6.7, replaced byObjectResolver.OfficeStamperConfiguration.setDefaultTypeResolver(ITypeResolver<? super Object> defaultResolver) Deprecated, for removal: This API element is subject to removal in a future version.