Home
last modified time | relevance | path

Searched defs:fromJson (Results 1 – 25 of 27) sorted by relevance

12

/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/main/java/software/amazon/awssdk/transfer/s3/internal/serialization/
DResumableFileDownloadSerializer.java105 public static ResumableFileDownload fromJson(String bytes) { in fromJson() method in ResumableFileDownloadSerializer
111 public static ResumableFileDownload fromJson(byte[] bytes) { in fromJson() method in ResumableFileDownloadSerializer
117 public static ResumableFileDownload fromJson(InputStream bytes) { in fromJson() method in ResumableFileDownloadSerializer
DResumableFileUploadSerializer.java130 public static ResumableFileUpload fromJson(String bytes) { in fromJson() method in ResumableFileUploadSerializer
136 public static ResumableFileUpload fromJson(byte[] string) { in fromJson() method in ResumableFileUploadSerializer
142 public static ResumableFileUpload fromJson(InputStream inputStream) { in fromJson() method in ResumableFileUploadSerializer
/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/
DGdchCredentialsTestUtil.java22 public static GdchCredentials fromJson( in fromJson() method in GdchCredentialsTestUtil
/external/autotest/frontend/client/src/autotest/moblab/rpc/
DConnectedBoard.java32 public void fromJson(JSONObject object) { in fromJson() method in ConnectedBoard
DJsonRpcEntity.java10 public abstract void fromJson(JSONObject object); in fromJson() method in JsonRpcEntity
DConnectedDutInfo.java38 public void fromJson(JSONObject object) { in fromJson() method in ConnectedDutInfo
DWifiInfo.java58 public void fromJson(JSONObject object) { in fromJson() method in WifiInfo
DOperationStatus.java40 public void fromJson(JSONObject object) { in fromJson() method in OperationStatus
DNetworkInfo.java44 public void fromJson(JSONObject object) { in fromJson() method in NetworkInfo
DCloudStorageInfo.java87 public void fromJson(JSONObject object) { in fromJson() method in CloudStorageInfo
DVersionInfo.java64 public void fromJson(JSONObject object) { in fromJson() method in VersionInfo
/external/google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/
DServiceAccountJwtAccessCredentials.java143 static ServiceAccountJwtAccessCredentials fromJson(Map<String, Object> json) throws IOException { in fromJson() method in ServiceAccountJwtAccessCredentials
156 static ServiceAccountJwtAccessCredentials fromJson(Map<String, Object> json, URI defaultAudience) in fromJson() method in ServiceAccountJwtAccessCredentials
DClientId.java80 public static ClientId fromJson(Map<String, Object> json) throws IOException { in fromJson() method in ClientId
DGdchCredentials.java108 static GdchCredentials fromJson(Map<String, Object> json) throws IOException { in fromJson() method in GdchCredentials
123 static GdchCredentials fromJson(Map<String, Object> json, HttpTransportFactory transportFactory) in fromJson() method in GdchCredentials
DUserCredentials.java109 static UserCredentials fromJson(Map<String, Object> json, HttpTransportFactory transportFactory) in fromJson() method in UserCredentials
DExternalAccountAuthorizedUserCredentials.java310 static ExternalAccountAuthorizedUserCredentials fromJson( in fromJson() method in ExternalAccountAuthorizedUserCredentials
DImpersonatedCredentials.java368 static ImpersonatedCredentials fromJson( in fromJson() method in ImpersonatedCredentials
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/misc/
DCaseInsensitiveDeserTest.java64 public static Obj1854 fromJson(@JsonProperty("ID") int id, in fromJson() method in CaseInsensitiveDeserTest.Obj1854
88 public static ChildObj1854 fromJson(@JsonProperty("ChildID") String cid) { in fromJson() method in CaseInsensitiveDeserTest.ChildObj1854
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
DDelegatingExternalProperty1003Test.java24 static HeroBattle fromJson(Delegate json) { in fromJson() method in DelegatingExternalProperty1003Test.HeroBattle
/external/aws-sdk-java-v2/services-custom/iam-policy-builder/src/main/java/software/amazon/awssdk/policybuilder/iam/
DIamPolicy.java110 static IamPolicy fromJson(String json) { in fromJson() method
/external/aws-sdk-java-v2/test/test-utils/src/main/java/software/amazon/awssdk/core/auth/policy/
DPolicy.java119 public static Policy fromJson(String jsonString) { in fromJson() method in Policy
/external/sdk-platform-java/gax-java/gax-httpjson/src/main/java/com/google/api/gax/httpjson/
DProtoRestSerializer.java104 RequestT fromJson(Reader json, Message.Builder builder) { in fromJson() method in ProtoRestSerializer
/external/tink/testing/java_src/java/com/google/crypto/tink/testing/
DKeysetServiceImpl.java135 public void fromJson( in fromJson() method in KeysetServiceImpl
/external/gson/gson/src/test/java/com/google/gson/functional/
DJsonAdapterAnnotationOnClassesTest.java151 NullableClass fromJson = gson.fromJson("null", NullableClass.class); in testNullSafeObjectFromJson() local
/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/document/
DEnhancedDocument.java82 static EnhancedDocument fromJson(String json) { in fromJson() method

12