org.tynamo.descriptor.decorators
Class TynamoDecorator
java.lang.Object
org.tynamo.descriptor.decorators.TynamoDecorator
- All Implemented Interfaces:
- DescriptorDecorator
public class TynamoDecorator
- extends Object
- implements DescriptorDecorator
This class uses the Tynamo's annotations on a given class or property to modify its
descriptor
- Author:
- Chris Nelson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TynamoDecorator
public TynamoDecorator()
decorate
public TynamoClassDescriptor decorate(TynamoClassDescriptor descriptor)
- Specified by:
decorate in interface DescriptorDecorator
decoratePropertyDescriptor
protected TynamoPropertyDescriptor decoratePropertyDescriptor(TynamoPropertyDescriptor propertyDescriptor)
decorateMethodDescriptor
protected IMethodDescriptor decorateMethodDescriptor(IMethodDescriptor methodDescriptor)
Copyright © 2004-2010. All Rights Reserved.