public class ProxyUtils extends Object
| Constructor and Description | 
|---|
| ProxyUtils() | 
| Modifier and Type | Method and Description | 
|---|---|
| static Object | getComplexProxy(AbstractService<?> service,
               String name,
               ClientValue value,
               Class<?> ref,
               EntityInvocationHandler handler,
               URI baseURI,
               boolean collectionItem) | 
| static Object | getEntityCollectionProxy(AbstractService<?> service,
                        Class<?> typeRef,
                        Class<?> typeCollectionRef,
                        URI targetEntitySetURI,
                        ClientEntitySet entitySet,
                        URI uri,
                        boolean checkInTheContext) | 
| static Object | getEntityProxy(AbstractService<?> service,
              ClientEntity entity,
              URI entitySetURI,
              Class<?> type,
              String eTag,
              boolean checkInTheContext) | 
| static Object | getEntitySetProxy(AbstractService<?> service,
                 Class<?> typeRef,
                 ClientEntitySet entitySet,
                 URI uri,
                 boolean checkInTheContext) | 
| static Object | getEntitySetProxy(AbstractService<?> service,
                 Class<?> typeRef,
                 URI uri) | 
public static Object getEntityCollectionProxy(AbstractService<?> service, Class<?> typeRef, Class<?> typeCollectionRef, URI targetEntitySetURI, ClientEntitySet entitySet, URI uri, boolean checkInTheContext)
public static Object getEntitySetProxy(AbstractService<?> service, Class<?> typeRef, ClientEntitySet entitySet, URI uri, boolean checkInTheContext)
public static Object getEntitySetProxy(AbstractService<?> service, Class<?> typeRef, URI uri)
public static Object getEntityProxy(AbstractService<?> service, ClientEntity entity, URI entitySetURI, Class<?> type, String eTag, boolean checkInTheContext)
public static Object getComplexProxy(AbstractService<?> service, String name, ClientValue value, Class<?> ref, EntityInvocationHandler handler, URI baseURI, boolean collectionItem)
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.