Uses of Interface
org.ubercraft.sucre.coercer.Coercer

Packages that use Coercer
org.ubercraft.sucre.attributes   
org.ubercraft.sucre.coercer   
 

Uses of Coercer in org.ubercraft.sucre.attributes
 

Methods in org.ubercraft.sucre.attributes that return Coercer
static Coercer AttributesUtil.coercerFor(Accessor accessor)
           
 Coercer ProxyKey.getCoercer()
           
protected  Coercer DefaultProxyKeyFactory.getCoercerFor(Accessor accessor)
           
 

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

Uses of Coercer in org.ubercraft.sucre.coercer
 

Classes in org.ubercraft.sucre.coercer that implement Coercer
 class DateCoercer
           
 

Fields in org.ubercraft.sucre.coercer declared as Coercer
static Coercer CoercerUtil.DEFAULT_COERCER
           
 

Methods in org.ubercraft.sucre.coercer that return Coercer
 Coercer CoercerFactory.createCoercer(Accessor accessor)
           
 



Copyright © 2013. All Rights Reserved.