public final class HelperValidator
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
checkHash(java.lang.Class<?> helperClazz,
HelperDefinition definition,
int hashSize) |
static void |
checkParams(java.lang.Class<?> helperClazz,
HelperDefinition definition,
int paramSize) |
static void |
checkType(java.lang.Class<?> helperClazz,
HelperDefinition definition,
MustacheTagType... allowedTypes) |
public static void checkParams(java.lang.Class<?> helperClazz,
HelperDefinition definition,
int paramSize)
helperClazz - definition - paramSize - MustacheException - If the helper tag paramspublic static void checkType(java.lang.Class<?> helperClazz,
HelperDefinition definition,
MustacheTagType... allowedTypes)
helperClazz - definition - allowedTypes - MustacheException - If the helper tag type does not match any one of the
specified typespublic static void checkHash(java.lang.Class<?> helperClazz,
HelperDefinition definition,
int hashSize)
helperClazz - definition - hashSize - MustacheException - If the helper tag paramsCopyright © 2014. All Rights Reserved.