public class PostProcessorFactory extends Object
| Constructor and Description |
|---|
PostProcessorFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> List<PostProcessor<T>> |
get(Class<T> targetType)
Get a sorted PostProcessors by generic type
|
void |
register(PostProcessor postProcessor)
Register the PostProcessor
|
public void register(PostProcessor postProcessor)
postProcessor - the PostProcessor.public <T> List<PostProcessor<T>> get(Class<T> targetType)
T - the type.targetType - the generic type of a registered PostProcessor.Copyright © 2018. All rights reserved.