All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description BadRequestException An exception thrown if FaunaDB cannot evaluate a query.BodyValueFlowProcessor Codec<T> Codec instances are used to convert aValue
to a concrete type.Decoder FaunaDBValue
to object decoder.Encoder FaunaDB object toValue
encoder.EventField EventFields Expr A query language expression.FaunaClient The Java native client for FaunaDB.FaunaClient.Builder A builder for creating an instance ofFaunaClient
FaunaConstructor Specifies which constructor to use when decoding an object with aDecoder
.FaunaEnum Instruct the encoder/decoder to rename the annotated enum field.FaunaException The base type for all FaunaDB exceptions.FaunaField Maps a field, getter, or constructor parameter to an object field in FaunaDB when encoding or decoding an object.FaunaIgnore Instructs the encoder/decoder to not encode/decode the annotated member.Field<T> A field extractor for a FaunaDBValue
.HttpResponses HttpResponses.QueryError HttpResponses.QueryErrorResponse HttpResponses.ValidationFailure InternalException An exception thrown if a HTTP 500 (Internal Server Error) occurs when making a request to FaunaDB.Language TheLanguage
class contains static constructors for the FaunaDB Query Language expressions.Language.Action Enumeration for event action types.Language.LetBinding Builder for let expressions.Language.Normalizer Enumeration for casefold normalizers.Language.Path Builder for path selectors.Language.TimeUnit Enumeration for time units.MetricsResponse An aggregation type which consists ofValue
instance and extra information of response.MetricsResponse.Metrics Different header names that indicate the resources used in any query to faunadb serverNotFoundException An exception thrown if a HTTP 404 (Not Found) is returned from FaunaDB.Pagination A pagination expression.PermissionDeniedException An exception thrown if a HTTP 403 (Forbidden) is returned from FaunaDB.Result<T> Represents the result of an operation.SnapshotEventFlowProcessor StreamingException An exception thrown if an error event is receiving on a stream.SymbolGenerator The singleton SymbolGenerator is used to automatically generate symbol names when a Java lambda function is provided where a FaunaDB lambda expression is accepted.Types Helper class which contains convenience methods for creating types used to decode types.UnauthorizedException An exception thrown if FaunaDB responds with an HTTP 401 (Unauthorized).UnavailableException An exception thrown if a FaunaDB host is unavailable for any reason.UnknownException An exception thrown if a FaunaDB response is unknown or unparseable by the client.Value Value
represents query responses from FaunaDB.Value.ArrayV Represents an array value in the FaunaDB query language.Value.BooleanV Represents a boolean value in the FaunaDB query language.Value.BytesV Represents a blob value in the FaunaDB query language.Value.DateV Represents a date value in the FaunaDB query language.Value.DoubleV Represents a double value in the FaunaDB query language.Value.LongV Represents a long value in the FaunaDB query language.Value.Native Builtin reference types.Value.NullV Represents a null value in the FaunaDB query language.Value.ObjectV Represents an Object value in the FaunaDB query language.Value.QueryV Represents a query value in the FaunaDB query language.Value.RefID TheValue.RefV
internal ID representation.Value.RefV A FaunaDB reference type.Value.SetRefV A FaunaDB set literal.Value.StringV Represents a string value in the FaunaDB query language.Value.TimeV Represents a timestamp value in the FaunaDB query language.