|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.objectify.led.PropertySetter
public class PropertySetter
| Constructor Summary | |
|---|---|
PropertySetter()
Initialises a new instance with a default PropertyContext and FactoryResolver. |
|
PropertySetter(FactoryResolver factoryResolver,
PropertyContext propertyContext)
Initialises a new instance with the given property context and a object factory registry, and a default type factory registry. |
|
PropertySetter(PropertyContext propertyContext)
Initialses a new instance with the given PropertyContext and default FactoryResolver. |
|
| Method Summary | |
|---|---|
PropertySetterConfiguration |
getConfiguration()
|
void |
process(Class target,
ValidationFunction... validationFunctions)
Processes any Property annotations in the given class. |
void |
process(Object target,
ValidationFunction... validationFunctions)
Processes any Property annotations in the given object, including
static members. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertySetter()
PropertyContext and FactoryResolver.
public PropertySetter(PropertyContext propertyContext)
PropertyContext and default FactoryResolver.
propertyContext - the property context. Must not be null
public PropertySetter(FactoryResolver factoryResolver,
PropertyContext propertyContext)
factoryResolver - the object factory resolver. Must not be nullpropertyContext - the property context. Must not be null| Method Detail |
|---|
public void process(Class target,
ValidationFunction... validationFunctions)
Property annotations in the given class. This
will not affect any instance members.
target - the class to checkvalidationFunctions - validation checks
public void process(Object target,
ValidationFunction... validationFunctions)
Property annotations in the given object, including
static members.
target - the object to checkvalidationFunctions - validation checkspublic PropertySetterConfiguration getConfiguration()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||