org.apache.commons.ognl.internal.entry
Class FieldCacheEntryFactory
java.lang.Object
org.apache.commons.ognl.internal.entry.FieldCacheEntryFactory
- All Implemented Interfaces:
- CacheEntryFactory<Class<?>,Map<String,Field>>, ClassCacheEntryFactory<Map<String,Field>>
public class FieldCacheEntryFactory
- extends Object
- implements ClassCacheEntryFactory<Map<String,Field>>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldCacheEntryFactory
public FieldCacheEntryFactory()
create
public Map<String,Field> create(Class<?> key)
throws CacheException
- Specified by:
create
in interface CacheEntryFactory<Class<?>,Map<String,Field>>
- Throws:
CacheException
Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.