org.mvel2.optimizers.impl.refl.collection
Class ListCreator
java.lang.Object
org.mvel2.optimizers.impl.refl.collection.ListCreator
- All Implemented Interfaces:
- Accessor
public class ListCreator
- extends Object
- implements Accessor
- Author:
- Christopher Brock
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListCreator
public ListCreator(Accessor[] values)
getValue
public Object getValue(Object ctx,
Object elCtx,
VariableResolverFactory variableFactory)
- Specified by:
getValue in interface Accessor
setValue
public Object setValue(Object ctx,
Object elCtx,
VariableResolverFactory variableFactory,
Object value)
- Specified by:
setValue in interface Accessor
getKnownEgressType
public Class getKnownEgressType()
- Specified by:
getKnownEgressType in interface Accessor
getValues
public Accessor[] getValues()
Copyright © 2014. All Rights Reserved.