com.datastax.driver.extras.codecs.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cassandra-driver-extras Show documentation
Show all versions of cassandra-driver-extras Show documentation
Extended functionality for the Java driver.
The newest version!
/*
* Copyright 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.
*
*
*
*
*
* Package
* Description
*
*
* {@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;