Interface PostProcessor.Factory
- Enclosing interface:
- PostProcessor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A factory to produce object post-processors.
- Since:
- 4.2.0
- 
Method SummaryModifier and TypeMethodDescription@Nullable PostProcessorcreateProcessor(Type type) Return a post-processor if any is applicable to the provided type.
- 
Method Details- 
createProcessorReturn a post-processor if any is applicable to the provided type.- Parameters:
- type- the type to post-process
- Returns:
- a potential post-processor
- Throws:
- SerializationException- if there is a declared post-processor handled by this factory with an invalid type
- Since:
- 4.2.0
 
 
-