A B C E F G H I L M O P S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addAll(Collection<T>, Iterable<? extends T>) - Static method in class com.palantir.conjure.java.lib.internal.ConjureCollections
- asNewByteArray() - Method in class com.palantir.conjure.java.lib.Bytes
-
Returns a new byte array containing the same content as this object's underlying
byte[]. - asReadOnlyByteBuffer() - Method in class com.palantir.conjure.java.lib.Bytes
-
Returns a new read-only
ByteBufferbacked by this byte array.
B
- Bytes - Class in com.palantir.conjure.java.lib
-
An immutable
byte[]wrapper.
C
- check() - Method in class com.palantir.conjure.java.lib.SafeLong
- ClientEndpoint - Annotation Type in com.palantir.conjure.java.lib.internal
-
Signifies that the given method corresponds to an endpoint on a conjure client.
- com.palantir.conjure.java.lib - package com.palantir.conjure.java.lib
- com.palantir.conjure.java.lib.internal - package com.palantir.conjure.java.lib.internal
- compareTo(SafeLong) - Method in class com.palantir.conjure.java.lib.SafeLong
- ConjureCollections - Class in com.palantir.conjure.java.lib.internal
-
Utility functions for conjure.
- ConjureEnums - Class in com.palantir.conjure.java.lib.internal
-
Internal utility functions for conjure enum types.
- copyTo(byte[], int, int) - Method in class com.palantir.conjure.java.lib.Bytes
-
Copies this byte array into the provided byte array beginning at offset and up to the provided length.
E
- equals(Object) - Method in class com.palantir.conjure.java.lib.Bytes
F
- from(byte[]) - Static method in class com.palantir.conjure.java.lib.Bytes
-
Constructs a new
Bytesfrom the provided array. - from(byte[], int, int) - Static method in class com.palantir.conjure.java.lib.Bytes
-
Constructs a new
Bytesread from provided offset for the provided length. - from(ByteBuffer) - Static method in class com.palantir.conjure.java.lib.Bytes
-
Constructs a new
Bytesread from the providedByteBuffer.
G
- getInputStream() - Method in class com.palantir.conjure.java.lib.Bytes
-
Returns a new
InputStreamthat reads this byte array.
H
- hashCode() - Method in class com.palantir.conjure.java.lib.Bytes
I
- Incubating - Annotation Type in com.palantir.conjure.java.lib.internal
-
Signifies that a public API has not yet become stable, and may be subject to change.
L
- longValue() - Method in class com.palantir.conjure.java.lib.SafeLong
M
- method() - Method in annotation type com.palantir.conjure.java.lib.internal.ClientEndpoint
O
P
- path() - Method in annotation type com.palantir.conjure.java.lib.internal.ClientEndpoint
S
- SafeLong - Class in com.palantir.conjure.java.lib
-
A wrapper around a long which is safe for json-serialization as a number without loss of precision.
- SafeLong() - Constructor for class com.palantir.conjure.java.lib.SafeLong
- size() - Method in class com.palantir.conjure.java.lib.Bytes
-
Returns the size of this byte array.
T
- toString() - Method in class com.palantir.conjure.java.lib.Bytes
- toString() - Method in class com.palantir.conjure.java.lib.SafeLong
V
- validate(String) - Static method in class com.palantir.conjure.java.lib.internal.ConjureEnums
-
Deprecated.No longer used by conjure-java generated code. Preserving this function to ensure that enums generated by conjure-java 2.8.0 - 2.11.0 continue to work with newer conjure-lib.
- valueOf(String) - Static method in class com.palantir.conjure.java.lib.SafeLong
All Classes All Packages