org.callbackparams.sandbox
Class Property.BasicImpl<T>
java.lang.Object
org.callbackparams.wrap.legacy.WrappingLegacySupport
org.callbackparams.wrap.WrappingSupport<T>
org.callbackparams.sandbox.Property.BasicImpl<T>
- All Implemented Interfaces:
- CallbackFactory, Property.Callback<T>, Wrapping
- Enclosing class:
- Property
protected static class Property.BasicImpl<T>
- extends WrappingSupport<T>
- implements CallbackFactory, Property.Callback<T>
beanClass
protected Property.BeanClass beanClass
propertyName
protected Property.Name propertyName
propertyValue
protected Property.Value propertyValue
getCallback
public Property.Callback<T> getCallback()
- If all of the necessary annotations
beanClass
, propertyName
and propertyValue
are found on the wrapped value
(or its type)
then the method will return itself; otherwise null is returned.
- Specified by:
getCallback
in interface CallbackFactory
- Returns:
- this object - if all of the necessary annotations
beanClass
, propertyName
and propertyValue
are found on the wrapped value
(or its type);
otherwise null
setValues
public void setValues(Object bean)
- Specified by:
setValues
in interface Property.Callback<T>
assertValues
public void assertValues(Object bean)
- Specified by:
assertValues
in interface Property.Callback<T>
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2010-2013 Henrik Kaipe. All Rights Reserved.