Package pl.bristleback.server.bristle.binding

Interface Summary
BindingsProcessor Implementations of this interface are responsible for processing binding annotations in every action classes.
 

Class Summary
BindingError Wrapper class containing information about error while binding operation.
BindingErrorsResolver Utility class that has methods for resolving binding errors.
BindingResult<T> Wrapper class containing list of errors and object to which data was bound.
DefaultBindingsProcessor It is a default bindings processor.
NestedFieldInformation Property information wrapper, containing information about name, getter/setter methods, children.
ObjectBinder<T> This class wraps single binding operation.
 

Enum Summary
BindingErrorType Enumeration of all binding errors that are available to occur.
 

Annotation Types Summary
Bind This annotation defines complex object binding operation.
Property This annotation describes a single bound property in binding operation, is is element of Bind annotation.
 



Copyright © 2011. All Rights Reserved.