Uses of Class
org.restlet.engine.resource.AnnotationUtils
-
Packages that use AnnotationUtils Package Description org.restlet.engine.resource Supports resources.org.restlet.ext.jaxrs.internal.client -
-
Uses of AnnotationUtils in org.restlet.engine.resource
Fields in org.restlet.engine.resource declared as AnnotationUtils Modifier and Type Field Description private AnnotationUtilsClientInvocationHandler. annotationUtilsThe associated annotation utils.private static AnnotationUtilsAnnotationUtils. instanceCurrent instance.Methods in org.restlet.engine.resource that return AnnotationUtils Modifier and Type Method Description AnnotationUtilsClientInvocationHandler. getAnnotationUtils()Returns the associated annotation utils.static AnnotationUtilsAnnotationUtils. getInstance()Returns the current instance of AnnotationUtils.Constructors in org.restlet.engine.resource with parameters of type AnnotationUtils Constructor Description ClientInvocationHandler(ClientResource clientResource, java.lang.Class<? extends T> resourceInterface, AnnotationUtils annotationUtils)Constructor. -
Uses of AnnotationUtils in org.restlet.ext.jaxrs.internal.client
Subclasses of AnnotationUtils in org.restlet.ext.jaxrs.internal.client Modifier and Type Class Description classJaxRsAnnotationUtilsDeprecated.Will be removed in next minor release.
-