Package org.jboss.resteasy.plugins.stats
Class ResourceMethodEntry
- java.lang.Object
 - 
- org.jboss.resteasy.plugins.stats.ResourceMethodEntry
 
 
- 
- Direct Known Subclasses:
 DeleteResourceMethod,GetResourceMethod,HeadResourceMethod,OptionsResourceMethod,PostResourceMethod,PutResourceMethod,TraceResourceMethod
public class ResourceMethodEntry extends Object
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ResourceMethodEntry() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClazz()List<String>getConsumes()longgetInvocations()StringgetMethod()List<String>getProduces()voidsetClazz(String clazz)voidsetInvocations(long invocations)voidsetMethod(String method) 
 -