podafBeanUtils
Utilities and software patterns commonly associated with data objects (Internal)
Mixins
BeanBuilder | Static methods for creating Fantom objects. |
BeanEquality | Provides |
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 |
TypeLookup | Looks up values via a type inheritance search. |
Errs
ArgNotFoundErr | A simple implementation of NotFoundErr. |