|
spring-android-core | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
UrlResource or
ClassPathResource.Resource implementations,
pre-implementing typical behavior.ClassLoader.getResource (also suitable for use with
Class.getResource by prepending a slash ('/') to the return value).
Resource implementation for Android asset resources.Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.Base64.InputStream in DECODE mode.
Base64.InputStream in
either ENCODE or DECODE mode.
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.Base64.OutputStream in ENCODE mode.
Base64.OutputStream in
either ENCODE or DECODE mode.
Resource implementation for a given byte array.String, changing the first letter to
upper case as per Character.toUpperCase(char).
Enum.valueOf(Class, String).
Resource implementation for class path resources.true if any element in 'candidates' is contained in 'source';
otherwise returns false.
raw ByteBuffer,
writing it to the encoded ByteBuffer.
raw ByteBuffer,
writing it to the encoded CharBuffer.
Base64.encodeBytes(byte[]) but returns
a byte array instead of instantiating a String.
Base64.encodeBytes(byte[], int, int, int) but returns
a byte array instead of instantiating a String.
true.
true.
Resource implementation for java.io.File handles.field on the supplied Class with the
supplied name.
field on the supplied Class with the
supplied name and/or type.
candidates' that is contained in 'source'.
Method on the supplied class with the supplied name
and no parameters.
Method on the supplied class with the supplied name
and parameter types.
ClassUtils.forName(String, ClassLoader)
Class.forName() that also returns Class instances for primitives (e.g."int") and
array class names (e.g.
null).
obj is
not null; otherwise returns an empty String.
field object on the
specified target object.
java.io.File,
i.e.
java.io.File,
i.e.
java.io.File,
i.e.
java.io.File,
i.e.
java.io.File,
i.e.
InputStream.
IllegalStateException).
null).
OutputStream for the underlying resource, allowing to (over-)write its content.
null if they cannot be determined.
null if they cannot be determined.
TypeVariable names to concrete
Class for the specified Class.
AbstractResource.getURL().
java.net.URL.
null)
Boolean.hashCode().
Double.hashCode().
Float.hashCode().
Long.hashCode().
null and not the empty String.
null and not the empty String.
null nor of length 0.
null nor of length 0.
null and must contain at least one non-whitespace character.
null and must contain at least one non-whitespace character.
Resource implementation for a given InputStream.InputStream.Method against the supplied target
object with no arguments.
Method against the supplied target
object with the supplied arguments.
Method against the supplied target object with no arguments.
Method against the supplied target object with the
supplied arguments.
superType.isAssignableFrom(subType) is true.
superType.isAssignableFrom(subType) is true.
true if the supplied Collection is null or empty.
true if the supplied Map is null or empty.
null .
null .
Object.
false.
true.
ClassUtils.isPresent(String, ClassLoader)
Class identified by the supplied name is present and can be loaded.
true.
IllegalArgumentException
if the test result is false.
IllegalArgumentException
if the test result is false.
LinkedHashMap variant that stores String keys in a case-insensitive manner, for example for key-based access
in a results table.LinkedHashMap with the given initial capacity and
stores lower-case keys according to the default Locale.
LinkedHashMap with the given initial capacity and
stores lower-case keys according to the given Locale.
MultiValueMap that wraps a LinkedHashMap,
storing multiple values in a LinkedList.LinkedHashMap.
LinkedHashMap
with the given initial capacity.
Map interface that stores multiple values.Exceptions with a root cause.NestedCheckedException with the specified detail message.
NestedCheckedException with the specified detail message
and nested exception.
IOException that properly handles a root cause,
exposing the root cause just like NestedChecked/RuntimeException does.NestedIOException with the specified detail message.
NestedIOException with the specified detail message
and nested exception.
Exceptions with a root cause.NestedRuntimeException with the specified detail message.
NestedRuntimeException with the specified detail message
and nested exception.
null and must have at least one element.
null and must have at least one element.
null and must have at least one element.
null and must have at least one element.
null
and must have at least one entry.
null
and must have at least one entry.
null .
null .
true
if both are null or false if only one is
null.
Object.hashCode().
localeString value into a Locale.
decode / valueOf methods.
Base64.InputStream.read() repeatedly until the end of stream
is reached or len bytes are read.
exception, which is presumably the
target exception of an InvocationTargetException.
exception, which is presumably the
target exception of an InvocationTargetException.
field object on the
specified target object to the specified value.
IllegalStateException
if the test result is false.
IllegalStateException
if the test result is false.
String utility methods.Map<K, List<V>> to an MultiValueMap<K,V>.
MultiValueMap.
String.trim() on each of them.
String, changing the first letter to
lower case as per Character.toLowerCase(char).
Resource implementation for java.net.URL locators.java.lang.Object.
Base64.OutputStream.write(int) repeatedly until len
bytes are written.
|
spring-android-core | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||