org.ubercraft.sucre.attributes
Class DefaultProxyKeyFactory
java.lang.Object
org.ubercraft.sucre.attributes.DefaultProxyKeyFactory
- All Implemented Interfaces:
- ProxyKeyFactory
- Direct Known Subclasses:
- DefaultLowerCaseProxyKeyFactory
public class DefaultProxyKeyFactory
- extends Object
- implements ProxyKeyFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_PROXY_KEY_FACTORY
public static final ProxyKeyFactory DEFAULT_PROXY_KEY_FACTORY
DefaultProxyKeyFactory
public DefaultProxyKeyFactory()
proxyKeyFor
public ProxyKey proxyKeyFor(Accessor accessor)
- Specified by:
proxyKeyFor in interface ProxyKeyFactory
proxyKeyWithAttributeKeyFor
protected ProxyKey proxyKeyWithAttributeKeyFor(Accessor accessor,
Object attributeKey)
proxyKeyWithAttributeKeysFor
protected ProxyKey proxyKeyWithAttributeKeysFor(Accessor accessor,
Object... attributeKeys)
getAttributeKeyFor
protected Object getAttributeKeyFor(Accessor accessor)
getDefaultValueFor
protected Object getDefaultValueFor(Accessor accessor)
getCoercerFor
protected Coercer getCoercerFor(Accessor accessor)
getDefaultIsCoerceStrictFor
protected boolean getDefaultIsCoerceStrictFor(Accessor accessor)
Copyright © 2013. All Rights Reserved.