public class ToQueryMap extends HashMap<Class<?>,ConditionToQuery<?>> implements RefResolver<Class<? extends HGQueryCondition>,ConditionToQuery<?>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
protected static ToQueryMap |
instance |
Constructor and Description |
---|
ToQueryMap() |
Modifier and Type | Method and Description |
---|---|
static ToQueryMap |
getInstance() |
ConditionToQuery<?> |
resolve(Class<? extends HGQueryCondition> cl) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
protected static final ToQueryMap instance
public static ToQueryMap getInstance()
public ConditionToQuery<?> resolve(Class<? extends HGQueryCondition> cl)
resolve
in interface RefResolver<Class<? extends HGQueryCondition>,ConditionToQuery<?>>
Copyright © 2015. All rights reserved.