Skip navigation links
A B C D E F G H I J L M N P R S T U V W 

A

AUSTRALIA - Static variable in class com.adyen.checkout.core.api.Environment
 

B

BadModelException - Exception in com.adyen.checkout.core.exeption
+ Exception thrown when a ModelObject does not meet the requirement of having a SERIALIZER object.
BadModelException(Class<?>, Throwable) - Constructor for exception com.adyen.checkout.core.exeption.BadModelException
 

C

cancel(boolean) - Method in class com.adyen.checkout.core.api.ConnectionTask
 
CheckoutException - Exception in com.adyen.checkout.core.exeption
Exception generated by the Checkout components to indicate an error.
CheckoutException(String) - Constructor for exception com.adyen.checkout.core.exeption.CheckoutException
 
CheckoutException(String, Throwable) - Constructor for exception com.adyen.checkout.core.exeption.CheckoutException
 
com.adyen.checkout.core.api - package com.adyen.checkout.core.api
 
com.adyen.checkout.core.code - package com.adyen.checkout.core.code
 
com.adyen.checkout.core.exeption - package com.adyen.checkout.core.exeption
 
com.adyen.checkout.core.log - package com.adyen.checkout.core.log
 
com.adyen.checkout.core.model - package com.adyen.checkout.core.model
 
com.adyen.checkout.core.util - package com.adyen.checkout.core.util
 
ComponentException - Exception in com.adyen.checkout.core.exeption
 
ComponentException(String) - Constructor for exception com.adyen.checkout.core.exeption.ComponentException
 
ComponentException(String, Throwable) - Constructor for exception com.adyen.checkout.core.exeption.ComponentException
 
Connection<T> - Class in com.adyen.checkout.core.api
A wrapper for a callable network connection.
Connection(String) - Constructor for class com.adyen.checkout.core.api.Connection
 
ConnectionTask<T> - Class in com.adyen.checkout.core.api
A FutureTask that wraps a Connection callable.
ConnectionTask(Connection<T>) - Constructor for class com.adyen.checkout.core.api.ConnectionTask
A cancellable task that runs a Connection.
ConnectionTask(Connection<T>, long) - Constructor for class com.adyen.checkout.core.api.ConnectionTask
A cancellable task that runs a Connection.
createFromParcel(Parcel) - Method in class com.adyen.checkout.core.model.ModelObject.Creator
 
CREATOR - Static variable in class com.adyen.checkout.core.api.Environment
 
Creator(Class<T>) - Constructor for class com.adyen.checkout.core.model.ModelObject.Creator
 

D

d(String, String) - Static method in class com.adyen.checkout.core.log.Logger
 
d(String, String, Throwable) - Static method in class com.adyen.checkout.core.log.Logger
 
describeContents() - Method in class com.adyen.checkout.core.api.Environment
 
describeContents() - Method in class com.adyen.checkout.core.model.ModelObject
 
deserialize(JSONObject) - Method in interface com.adyen.checkout.core.model.ModelObject.Serializer
Deserialize a JSONObject to a ModelObject.
deserializeOpt(JSONObject, ModelObject.Serializer<T>) - Static method in class com.adyen.checkout.core.model.ModelUtils
Parse a JSONObject to a class that extends ModelObject using its ModelObject.Serializer.
deserializeOptList(JSONArray, ModelObject.Serializer<T>) - Static method in class com.adyen.checkout.core.model.ModelUtils
Parse a JSONArray to a List of objects that extend ModelObject.

E

e(String, String) - Static method in class com.adyen.checkout.core.log.Logger
 
e(String, String, Throwable) - Static method in class com.adyen.checkout.core.log.Logger
 
Environment - Class in com.adyen.checkout.core.api
Identifies which host URL to be used for network calls.
Environment(URL) - Constructor for class com.adyen.checkout.core.api.Environment
 
EUROPE - Static variable in class com.adyen.checkout.core.api.Environment
 
EXECUTOR - Static variable in class com.adyen.checkout.core.api.ThreadManager
 

F

fromLanguageTag(String) - Static method in class com.adyen.checkout.core.util.LocaleUtil
Creates a Locale instance for a specific language tag.

G

get() - Method in class com.adyen.checkout.core.api.Connection
Performs an URL connection using HTTP GET.
get(Map<String, String>) - Method in class com.adyen.checkout.core.api.Connection
Performs an URL connection using HTTP GET.
getBaseUrl() - Method in class com.adyen.checkout.core.api.Environment
 
getLocale(Context) - Static method in class com.adyen.checkout.core.util.LocaleUtil
Get the current user Locale.
getTag() - Static method in class com.adyen.checkout.core.log.LogUtil
Get the TAG to be used for logging inside Checkout classes.
getTag(String) - Static method in class com.adyen.checkout.core.log.LogUtil
Get the TAG to be used for logging by the calling class.
getUrl() - Method in class com.adyen.checkout.core.api.Connection
 

H

hasContent(String) - Static method in class com.adyen.checkout.core.util.StringUtil
 

I

i(String, String) - Static method in class com.adyen.checkout.core.log.Logger
 
i(String, String, Throwable) - Static method in class com.adyen.checkout.core.log.Logger
 
IDENT_SPACES - Static variable in class com.adyen.checkout.core.model.JsonUtils
 

J

JsonUtils - Class in com.adyen.checkout.core.model
 

L

Lint - Class in com.adyen.checkout.core.code
Utility class for constants related to Lint.
LocaleUtil - Class in com.adyen.checkout.core.util
Utility class to use Locale.
Logger - Class in com.adyen.checkout.core.log
Log manager for Checkout.
Logger.LogLevel - Annotation Type in com.adyen.checkout.core.log
 
LogUtil - Class in com.adyen.checkout.core.log
Utility class with methods related to logs.

M

MAIN_HANDLER - Static variable in class com.adyen.checkout.core.api.ThreadManager
 
MERCHANT_VISIBLE - Static variable in class com.adyen.checkout.core.code.Lint
 
ModelObject - Class in com.adyen.checkout.core.model
Base class for a Model object.
ModelObject() - Constructor for class com.adyen.checkout.core.model.ModelObject
 
ModelObject.Creator<T extends ModelObject> - Class in com.adyen.checkout.core.model
A helper class that implements the Parcelable.Creator for a ModelObject.
ModelObject.Serializer<T extends ModelObject> - Interface in com.adyen.checkout.core.model
Interface that must be implemented and provided as a public SERIALIZER field that serializes the to and from a JSONObject.
ModelSerializationException - Exception in com.adyen.checkout.core.exeption
Exception thrown when an issue occurs during serialization of a ModelObject.
ModelSerializationException(Class, JSONException) - Constructor for exception com.adyen.checkout.core.exeption.ModelSerializationException
 
ModelUtils - Class in com.adyen.checkout.core.model
 

N

newArray(int) - Method in class com.adyen.checkout.core.model.ModelObject.Creator
 
NO_FILE_DESCRIPTOR - Static variable in class com.adyen.checkout.core.util.ParcelUtils
 
NoConstructorException - Exception in com.adyen.checkout.core.exeption
Exception to prevent instantiation of utility classes.
NoConstructorException() - Constructor for exception com.adyen.checkout.core.exeption.NoConstructorException
 
NONE - Static variable in class com.adyen.checkout.core.log.Logger
 

P

ParcelUtils - Class in com.adyen.checkout.core.util
 
parseOptStringList(JSONArray) - Static method in class com.adyen.checkout.core.model.JsonUtils
Parses a JSONArray to a list of Strings.
post(Map<String, String>, byte[]) - Method in class com.adyen.checkout.core.api.Connection
Performs an URL connection using HTTP POST.
PROTECTED_IN_FINAL - Static variable in class com.adyen.checkout.core.code.Lint
 

R

readBoolean(Parcel) - Static method in class com.adyen.checkout.core.util.ParcelUtils
Read boolean from Parcel.
readFromParcel(Parcel) - Static method in class com.adyen.checkout.core.model.JsonUtils
Reads a JSONObject previously saved on a Parcel.
run() - Method in class com.adyen.checkout.core.api.ConnectionTask
 

S

sensitiveLog(String, String) - Static method in class com.adyen.checkout.core.log.Logger
Log to be used when you want to debug sensitive information that cannot be committed.
serialize(T) - Method in interface com.adyen.checkout.core.model.ModelObject.Serializer
Serialize the ModelObject to a JSONObject.
serializeOpt(T, ModelObject.Serializer<T>) - Static method in class com.adyen.checkout.core.model.ModelUtils
Serializes a class extending ModelObject into a JSONObject.
serializeOptList(List<T>, ModelObject.Serializer<T>) - Static method in class com.adyen.checkout.core.model.ModelUtils
Serializes a List containing objects that extend ModelObject into a JSONArray.
serializeOptStringList(List<String>) - Static method in class com.adyen.checkout.core.model.JsonUtils
Serializes a List of String to a JSONArray.
SERIALIZER_FIELD_NAME - Static variable in class com.adyen.checkout.core.model.ModelUtils
 
setLogcatLevel(int) - Static method in class com.adyen.checkout.core.log.Logger
 
SSLSocketUtil - Class in com.adyen.checkout.core.api
Util Class for SSL Socket.
StringUtil - Class in com.adyen.checkout.core.util
 
SYNTHETIC - Static variable in class com.adyen.checkout.core.code.Lint
 

T

TEST - Static variable in class com.adyen.checkout.core.api.Environment
 
ThreadManager - Class in com.adyen.checkout.core.api
 
TLS_SOCKET_FACTORY - Static variable in class com.adyen.checkout.core.api.SSLSocketUtil
 
toLanguageTag(Locale) - Static method in class com.adyen.checkout.core.util.LocaleUtil
Gets the language tag from a Locale.

U

UNITED_STATES - Static variable in class com.adyen.checkout.core.api.Environment
 

V

v(String, String) - Static method in class com.adyen.checkout.core.log.Logger
 
v(String, String, Throwable) - Static method in class com.adyen.checkout.core.log.Logger
 

W

w(String, String) - Static method in class com.adyen.checkout.core.log.Logger
 
w(String, String, Throwable) - Static method in class com.adyen.checkout.core.log.Logger
 
WEAKER_ACCESS - Static variable in class com.adyen.checkout.core.code.Lint
 
writeBoolean(Parcel, boolean) - Static method in class com.adyen.checkout.core.util.ParcelUtils
Write boolean in to Parcel.
writeToParcel(Parcel, int) - Method in class com.adyen.checkout.core.api.Environment
 
writeToParcel(Parcel, JSONObject) - Static method in class com.adyen.checkout.core.model.JsonUtils
Writes a JSONObject to a Parcel as a String.
A B C D E F G H I J L M N P R S T U V W 
Skip navigation links