podafBeanUtils

Utilities and software patterns commonly associated with data objects (Internal)

Mixins

BeanBuilder

Static methods for creating Fantom objects.

BeanEquality

Provides equals(), hash() and toStr() methods that calculate bean equality based on fields.

NotFoundErr

Implement on user defined Errs to list available values in the stack trace.

Classes

BeanFactory

Creates Lists, Maps and other Objects, optionally setting field values.

BeanProperties

Static methods to get and set bean values from property expressions.

ReflectUtils

Static methods for finding fields, methods and ctors that match given parameter types.

TypeCoercer

Coerces objects to a given type via fromXXX() / toXXX() ctors and methods.

TypeLookup

Looks up values via a type inheritance search.

Errs

ArgNotFoundErr

A simple implementation of NotFoundErr.