Package org.cruxframework.crux.core.client.bean

Contains a set of utilitary interfaces that help you with basic bean operations, like comparations, validations and copies.

See:
          Description

Interface Summary
BeanComparator<A> An utility interface to allow comparation between two objects.
BeanContentValidator<A> An utility interface to allow content validation on objects.
BeanCopier<A,B> An utility interface to allow copies between two objects.
JsonEncoder<T> An utility interface to allow object serialization to/from json notation.
 

Package org.cruxframework.crux.core.client.bean Description

Contains a set of utilitary interfaces that help you with basic bean operations, like comparations, validations and copies.

Package Specification

Start with the following classes:

  • BeanComparator
  • BeanCopier
  • BeanContentValidator
  • JsonEncoder


  • Copyright © 2014. All rights reserved.