|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.linkedin.restli.internal.common.URIMaskUtil
public class URIMaskUtil
Class with implementation of helper methods to encode/decode mask to/from URI parameter.
| Constructor Summary | |
|---|---|
URIMaskUtil()
|
|
| Method Summary | |
|---|---|
static com.linkedin.data.transform.filter.request.MaskTree |
decodeMaskUriFormat(java.lang.StringBuilder toparse)
Return a MaskTree decoded from the URI-formatted String input. |
static java.lang.String |
encodeMaskForURI(com.linkedin.data.transform.filter.request.MaskTree maskTree)
Generate a URI-formatted String encoding of the given MaskTree. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public URIMaskUtil()
| Method Detail |
|---|
public static java.lang.String encodeMaskForURI(com.linkedin.data.transform.filter.request.MaskTree maskTree)
maskTree - the MaskTree to encode
public static com.linkedin.data.transform.filter.request.MaskTree decodeMaskUriFormat(java.lang.StringBuilder toparse)
throws IllegalMaskException
toparse - StringBuilder containing a URI-formatted String
representation of an encoded MaskTree
IllegalMaskException - if syntax in the input is malformed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||