Uses of Record Class
pro.verron.officestamper.core.Invoker
Packages that use Invoker
Package
Description
Provides the core functionality for the OfficeStamper library.
-
Uses of Invoker in pro.verron.officestamper.core
Methods in pro.verron.officestamper.core that return InvokerModifier and TypeMethodDescriptionstatic InvokerInvokers.ofCustomFunction(CustomFunction cf) Creates anInvokerfor a custom function.Methods in pro.verron.officestamper.core that return types with arguments of type InvokerModifier and TypeMethodDescriptionInvokers.streamInvokersFromClass(Map<Class<?>, ?> interfaces2implementations) Transforms a map containing interface-to-implementation mappings into a stream ofInvokerobjects.Constructor parameters in pro.verron.officestamper.core with type arguments of type Invoker