Uses of Interface
org.ubercraft.sucre.reflect.Accessor

Packages that use Accessor
org.ubercraft.sucre.attributes   
org.ubercraft.sucre.coercer   
org.ubercraft.sucre.reflect   
 

Uses of Accessor in org.ubercraft.sucre.attributes
 

Methods in org.ubercraft.sucre.attributes that return Accessor
 Accessor ProxyKey.getAccessor()
           
 

Methods in org.ubercraft.sucre.attributes with parameters of type Accessor
static String AttributesUtil.attributeKeyFor(Accessor accessor)
           
static Coercer AttributesUtil.coercerFor(Accessor accessor)
           
static Object AttributesUtil.defaultValueFor(Accessor accessor)
           
protected  Object DefaultProxyKeyFactory.getAttributeKeyFor(Accessor accessor)
           
protected  Object DefaultLowerCaseProxyKeyFactory.getAttributeKeyFor(Accessor accessor)
           
protected  Coercer DefaultProxyKeyFactory.getCoercerFor(Accessor accessor)
           
protected  boolean DefaultProxyKeyFactory.getDefaultIsCoerceStrictFor(Accessor accessor)
           
protected  Object DefaultProxyKeyFactory.getDefaultValueFor(Accessor accessor)
           
static boolean AttributesUtil.isCoerceStrictFor(Accessor accessor)
           
 ProxyKey ProxyKeyFactory.proxyKeyFor(Accessor accessor)
           
 ProxyKey DefaultProxyKeyFactory.proxyKeyFor(Accessor accessor)
           
protected  ProxyKey DefaultProxyKeyFactory.proxyKeyWithAttributeKeyFor(Accessor accessor, Object attributeKey)
           
protected  ProxyKey DefaultProxyKeyFactory.proxyKeyWithAttributeKeysFor(Accessor accessor, Object... attributeKeys)
           
 

Constructors in org.ubercraft.sucre.attributes with parameters of type Accessor
ProxyKey(Accessor accessor, Object attributeKey)
           
ProxyKey(Accessor accessor, Object attributeKey, boolean isStrictCoerce)
           
ProxyKey(Accessor accessor, Object attributeKey, Coercer coercer, boolean isStrictCoerce)
           
ProxyKey(Accessor accessor, Object attributeKey, Object defaultValue)
           
ProxyKey(Accessor accessor, Object attributeKey, Object defaultValue, boolean isStrictCoerce)
           
ProxyKey(Accessor accessor, Object attributeKey, Object defaultValue, Coercer coercer, boolean isStrictCoerce)
           
 

Uses of Accessor in org.ubercraft.sucre.coercer
 

Methods in org.ubercraft.sucre.coercer with parameters of type Accessor
 Coercer CoercerFactory.createCoercer(Accessor accessor)
           
 

Uses of Accessor in org.ubercraft.sucre.reflect
 

Methods in org.ubercraft.sucre.reflect that return Accessor
 Accessor Reflector.getAccessor(String name)
           
 Accessor AccessorMutator.getPairedAccessor()
           
 

Methods in org.ubercraft.sucre.reflect that return types with arguments of type Accessor
 Iterable<Accessor> Reflector.getAccessors()
           
 



Copyright © 2013. All Rights Reserved.