com.sun.jersey.server.linking.impl
Class EntityDescriptor
java.lang.Object
com.sun.jersey.server.linking.impl.EntityDescriptor
public class EntityDescriptor
- extends Object
Describes an entity in terms of its fields, bean properties and Ref
annotated fields.
- Author:
- mh124079
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static EntityDescriptor getInstance(Class<?> entityClass)
getLinkFields
public Collection<RefFieldDescriptor> getLinkFields()
getNonLinkFields
public Collection<FieldDescriptor> getNonLinkFields()
getLinkHeaders
public List<LinkDescriptor> getLinkHeaders()
Copyright © 2013 Oracle Corporation. All Rights Reserved.