Package org.camunda.bpm.engine.impl.el
Class ReadOnlyMapELResolver
java.lang.Object
ELResolver
org.camunda.bpm.engine.impl.el.ReadOnlyMapELResolver
public class ReadOnlyMapELResolver
extends ELResolver
An
ELResolver
that exposed object values in the map, under the name of the entry's key.
The values in the map are only returned when requested property has no 'base', meaning
it's a root-object.- Author:
- Frederik Heremans
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>
getCommonPropertyType
(ELContext context, Object arg) getFeatureDescriptors
(ELContext context, Object arg) Class<?>
boolean
isReadOnly
(ELContext context, Object base, Object property) void
-
Field Details
-
wrappedMap
-
-
Constructor Details
-
ReadOnlyMapELResolver
-
-
Method Details
-
getValue
-
isReadOnly
-
setValue
-
getCommonPropertyType
-
getFeatureDescriptors
-
getType
-