All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.datastax.driver.extras.codecs.package-info Maven / Gradle / Ivy

/*
 *      Copyright (C) 2012-2015 DataStax Inc.
 *
 *   Licensed under the Apache License, Version 2.0 (the "License");
 *   you may not use this file except in compliance with the License.
 *   You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *   Unless required by applicable law or agreed to in writing, software
 *   distributed under the License is distributed on an "AS IS" BASIS,
 *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *   See the License for the specific language governing permissions and
 *   limitations under the License.
 */

/**
 * This package and its subpackages contain several convenience {@link com.datastax.driver.core.TypeCodec TypeCodec}s.
 * 

*

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
PackageDescription
{@link com.datastax.driver.extras.codecs.arrays}codecs mapping CQL lists to Java arrays.
{@link com.datastax.driver.extras.codecs.date}codecs mapping CQL temporal types to Java primitive types.
{@link com.datastax.driver.extras.codecs.enums}codecs mapping CQL types to Java enums.
{@link com.datastax.driver.extras.codecs.guava}codecs mapping CQL types to Guava-specific Java types.
{@link com.datastax.driver.extras.codecs.jdk8}codecs mapping CQL types to Java 8 types, including {@code java.time} API and {@code java.util.Optional}.
{@link com.datastax.driver.extras.codecs.joda}codecs mapping CQL types to Joda Time types.
{@link com.datastax.driver.extras.codecs.json}codecs mapping CQL varchars to JSON structures.
*/ package com.datastax.driver.extras.codecs;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy