com.sun.jersey.api.model
Class AbstractResourceConstructor
java.lang.Object
com.sun.jersey.api.model.AbstractResourceConstructor
- All Implemented Interfaces:
- AbstractModelComponent, Parameterized
public class AbstractResourceConstructor
- extends Object
- implements Parameterized, AbstractModelComponent
Abstraction for a resource class constructor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractResourceConstructor
public AbstractResourceConstructor(Constructor constructor)
- Creates a new instance of AbstractResourceConstructor
getParameters
public List<Parameter> getParameters()
- Specified by:
getParameters
in interface Parameterized
getCtor
public Constructor getCtor()
accept
public void accept(AbstractModelVisitor visitor)
- Specified by:
accept
in interface AbstractModelComponent
getComponents
public List<AbstractModelComponent> getComponents()
- Specified by:
getComponents
in interface AbstractModelComponent
Copyright © 2013 Oracle Corporation. All Rights Reserved.