Uses of Interface
org.wickedsource.docxstamper.api.typeresolver.ITypeResolver
Packages that use ITypeResolver
Package
Description
-
Uses of ITypeResolver in org.wickedsource.docxstamper
Methods in org.wickedsource.docxstamper that return ITypeResolverModifier and TypeMethodDescriptionDocxStamperConfiguration.getDefaultTypeResolver()Getter for the fielddefaultTypeResolver.Methods in org.wickedsource.docxstamper that return types with arguments of type ITypeResolverModifier and TypeMethodDescriptionMap<Class<?>, ITypeResolver<?>> DocxStamperConfiguration.getTypeResolvers()Getter for the fieldtypeResolvers.Methods in org.wickedsource.docxstamper with parameters of type ITypeResolverModifier and TypeMethodDescriptionDocxStamperConfiguration.addTypeResolver(Class<T> resolvedType, ITypeResolver<T> resolver) Registers the given ITypeResolver for the given class.DocxStamperConfiguration.setDefaultTypeResolver(ITypeResolver<? super Object> defaultTypeResolver) Setter for the fielddefaultTypeResolver. -
Uses of ITypeResolver in org.wickedsource.docxstamper.api.typeresolver
Methods in org.wickedsource.docxstamper.api.typeresolver that return ITypeResolverModifier and TypeMethodDescriptionTypeResolverRegistry.getDefaultResolver()Getter for the fielddefaultResolver.<T> ITypeResolver<T> TypeResolverRegistry.getResolverForType(Class<T> type) Gets the ITypeResolver that was registered for the specified type.Methods in org.wickedsource.docxstamper.api.typeresolver with parameters of type ITypeResolverModifier and TypeMethodDescription<T> voidTypeResolverRegistry.registerTypeResolver(Class<T> resolvedType, ITypeResolver<T> resolver) Registers a new ITypeResolver for the given type.Constructors in org.wickedsource.docxstamper.api.typeresolver with parameters of type ITypeResolverModifierConstructorDescriptionTypeResolverRegistry(ITypeResolver<Object> defaultResolver) Creates a new TypeResolverRegistry with the given default ITypeResolver. -
Uses of ITypeResolver in org.wickedsource.docxstamper.replace.typeresolver
Classes in org.wickedsource.docxstamper.replace.typeresolver that implement ITypeResolverModifier and TypeClassDescriptionclassAbstract ITypeResolver that takes a String from the implementing sub class and creates a Run of text from it.classThis ITypeResolver creates a formatted date String for expressions that return a Date object.classThis ITypeResolver may serve as a fallback when there is no ITypeResolver available for a certain type.classResolvesLocalDateobjects by formatting them with aDateTimeFormatter.classResolvesLocalDateTimevalues to a formatted string.classResolvesLocalTimevalues to the format specified by theDateTimeFormatterpassed to the constructor. -
Uses of ITypeResolver in org.wickedsource.docxstamper.replace.typeresolver.image
Classes in org.wickedsource.docxstamper.replace.typeresolver.image that implement ITypeResolverModifier and TypeClassDescriptionclassThis ITypeResolver allows context objects to return objects of type Image.