Package be.objectify.led

Interface Summary
FactoryResolver  
ObjectFactory<T> Object factories are used to convert string property values into objects of an specific type.
PropertyContext Property contexts are the access points to property sources, e.g.
TypeFactory<T> Implementors create ObjectFactory instances that require runtime information.
 

Class Summary
DefaultFactoryResolver Resolves ObjectFactory instances through checking for an ObjectFactory for the required class, followed by a TypeFactory if no object factory is defined.
DefaultPropertyContext Default implementation of PropertyContext which
ObjectFactoryRegistry Registry of object factories for creating objects of the correct type based on the field.
PropertyDigger Gets the names of properties defined in a class.
PropertySetter  
PropertySetterConfiguration Controls behaviour of the property setter.
TypeFactoryRegistry Registry of TypeFactory for creating objects of the correct type based on the field.
 

Enum Summary
PropertyDigger.SortOrder  
 

Annotation Types Summary
GenericTypes Indicates the generic parameter types of a class.
Property Marks a member as a bindable property.
 



Copyright © 2010 Objectify. All Rights Reserved.