public final class ProcessorComparators extends Object
Modifier and Type | Field and Description |
---|---|
static Comparator<IPostProcessor> |
POST_PROCESSOR_COMPARATOR |
static Comparator<IPreProcessor> |
PRE_PROCESSOR_COMPARATOR |
static Comparator<IProcessor> |
PROCESSOR_COMPARATOR |
public static final Comparator<IProcessor> PROCESSOR_COMPARATOR
public static final Comparator<IPreProcessor> PRE_PROCESSOR_COMPARATOR
public static final Comparator<IPostProcessor> POST_PROCESSOR_COMPARATOR
Copyright © 2017 The THYMELEAF team. All rights reserved.