| Package | Description |
|---|---|
| org.mvel2.integration | |
| org.mvel2.optimizers.impl.refl.nodes |
| Modifier and Type | Field and Description |
|---|---|
protected static PropertyHandler |
PropertyHandlerFactory.nullMethodHandler |
protected static PropertyHandler |
PropertyHandlerFactory.nullPropertyHandler |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<Class,PropertyHandler> |
PropertyHandlerFactory.propertyHandlerClass |
| Modifier and Type | Method and Description |
|---|---|
static PropertyHandler |
PropertyHandlerFactory.getNullMethodHandler() |
static PropertyHandler |
PropertyHandlerFactory.getNullPropertyHandler() |
static PropertyHandler |
PropertyHandlerFactory.getPropertyHandler(Class clazz) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PropertyHandlerFactory.registerPropertyHandler(Class clazz,
PropertyHandler propertyHandler) |
static void |
PropertyHandlerFactory.setNullMethodHandler(PropertyHandler handler) |
static void |
PropertyHandlerFactory.setNullPropertyHandler(PropertyHandler handler) |
| Constructor and Description |
|---|
FieldAccessorNH(Field field,
PropertyHandler handler) |
GetterAccessorNH(Method method,
PropertyHandler nullHandler) |
MethodAccessorNH(Method method,
ExecutableStatement[] parms,
PropertyHandler handler) |
PropertyHandlerAccessor(String propertyName,
Class conversionType,
PropertyHandler propertyHandler) |
StaticVarAccessorNH(Field field,
PropertyHandler handler) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.