Uses of Class
com.epimorphics.webapi.dispatch.CompiledTemplate
-
Packages that use CompiledTemplate Package Description com.epimorphics.webapi.dispatch -
-
Uses of CompiledTemplate in com.epimorphics.webapi.dispatch
Fields in com.epimorphics.webapi.dispatch with type parameters of type CompiledTemplate Modifier and Type Field Description static Comparator<CompiledTemplate<?>>CompiledTemplate. compareA MatchTemplate comparator for use in sorting.Methods in com.epimorphics.webapi.dispatch that return CompiledTemplate Modifier and Type Method Description static <T> CompiledTemplate<T>CompiledTemplate. prepare(String template, T value)Answer a MatchTemplate corresponding to the template string.Methods in com.epimorphics.webapi.dispatch with parameters of type CompiledTemplate Modifier and Type Method Description intCompiledTemplate. compareTo(CompiledTemplate<?> other)Compare this MatchTemplate with another.
-