Package pl.bristleback.server.bristle.binding.resolvers

Interface Summary
BindingEngine Classes implementing this interface are responsible for binding token data into object, using previously created binding information wrapper.
PropertyValueResolver<T> Classes implementing this interface resolve value of determined type.
 

Class Summary
BigDecimalPropertyResolver Creates a new BigDecimal instance using various constructors depending on the parameter type.
BigIntegerPropertyResolver Creates a new BigInteger instance using given parameter processed to String form.
BooleanPropertyResolver //@todo class description

Created on: 2011-04-18 21:42:22

DefaultBindingEngine Basic implementation of BindingEngine interface, binds raw and complex objects, lists, maps (with string as key) and arrays.
DoublePropertyResolver This property resolver checks the type of the given value, returns the same object if value type is Double or uses Double.parseDouble(String) otherwise.
IntegerPropertyResolver This property resolver checks the type of the given value, returns the same object if value type is Integer or uses Integer.parseInt(String) otherwise.
LongPropertyResolver Creates a Long instance using various methods depending on the given parameter type.
StringPropertyResolver Simplest resolver, just calls toString() method of the processed value.
 



Copyright © 2011. All Rights Reserved.