Uses of Interface
org.wickedsource.docxstamper.api.typeresolver.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 is 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 is 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 org.wickedsource.docxstamper.replace.typeresolver
Classes in org.wickedsource.docxstamper.replace.typeresolver that implement ITypeResolverModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.wickedsource.docxstamper.replace.typeresolver that return ITypeResolverModifier and TypeMethodDescriptionITypeResolver<? super T> TypeResolver.resolver()Deprecated, for removal: This API element is subject to removal in a future version.Returns the value of theresolverrecord component.Constructors in org.wickedsource.docxstamper.replace.typeresolver with parameters of type ITypeResolverModifierConstructorDescriptionTypeResolver(Class<T> type, ITypeResolver<? super T> resolver) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a TypeResolver object with the specified type and resolver.TypeResolver(Class<T> type, ITypeResolver<? super T> resolver, boolean nullProof) Deprecated, for removal: This API element is subject to removal in a future version.Creates an instance of aTypeResolverrecord class.