Uses of Interface
com.foursoft.harness.navext.runtime.postprocessing.ModelPostProcessor
Packages that use ModelPostProcessor
Package
Description
-
Uses of ModelPostProcessor in com.foursoft.harness.navext.runtime
Methods in com.foursoft.harness.navext.runtime with parameters of type ModelPostProcessorModifier and TypeMethodDescriptionExtendedUnmarshaller.withCustomPostProcessor(ModelPostProcessor modelPostProcessor) Adds a customModelPostProcessorto the deserialization. -
Uses of ModelPostProcessor in com.foursoft.harness.navext.runtime.postprocessing
Classes in com.foursoft.harness.navext.runtime.postprocessing that implement ModelPostProcessorModifier and TypeClassDescriptionclassModelPostProcessorto generate aIdLookupProviderduring the unmarshalling Process.classMethods in com.foursoft.harness.navext.runtime.postprocessing with type parameters of type ModelPostProcessorModifier and TypeMethodDescription<T extends ModelPostProcessor>
List<T>ModelPostProcessorRegistry.findModelPostProcessors(Class<T> postProcessorType) Finds all registered defaultModelPostProcessors that are an instance of postProcessorType.Methods in com.foursoft.harness.navext.runtime.postprocessing that return types with arguments of type ModelPostProcessorModifier and TypeMethodDescriptionModelPostProcessorRegistry.postProcessorsFor(Class<?> classToHandle) Retrieves a list of allModelPostProcessorthat are registered in this registry and that are applicable for classToHandle.Methods in com.foursoft.harness.navext.runtime.postprocessing with parameters of type ModelPostProcessorModifier and TypeMethodDescriptionModelPostProcessorRegistry.addDefaultPostProcessor(ModelPostProcessor postProcessor) Adds a default post processor.Method parameters in com.foursoft.harness.navext.runtime.postprocessing with type arguments of type ModelPostProcessorModifier and TypeMethodDescriptionModelPostProcessorRegistry.withFactory(Function<Class<?>, ModelPostProcessor> modelPostProcessorFactory) Register a factory function that is called once for each class to create an individualModelPostProcessorinstance for the given class.