org.msgpack.template
Class Templates

java.lang.Object
  extended by org.msgpack.template.Templates

public final class Templates
extends Object


Field Summary
static Template<BigDecimal> TBigDecimal
           
static Template<BigInteger> TBigInteger
           
static Template<Boolean> TBoolean
           
static Template<Byte> TByte
           
static Template<byte[]> TByteArray
           
static Template<ByteBuffer> TByteBuffer
           
static Template<Character> TCharacter
           
static Template<Date> TDate
           
static Template<Double> TDouble
           
static Template<Float> TFloat
           
static Template<Integer> TInteger
           
static Template<Long> TLong
           
static Template<Short> TShort
           
static Template<String> TString
           
static Template<Value> TValue
           
 
Constructor Summary
Templates()
           
 
Method Summary
static Template tBigDecimal()
          Deprecated. 
static Template tBigInteger()
          Deprecated. 
static Template tBoolean()
          Deprecated. 
static Template tByte()
          Deprecated. 
static Template tByteArray()
          Deprecated. 
static Template tByteBuffer()
          Deprecated. 
static Template tCharacter()
          Deprecated. 
static
<E> Template<Collection<E>>
tCollection(Template<E> elementTemplate)
           
static Template tDate()
          Deprecated. 
static Template tDouble()
          Deprecated. 
static Template tFloat()
          Deprecated. 
static Template tInteger()
          Deprecated. 
static
<E> Template<List<E>>
tList(Template<E> elementTemplate)
           
static Template tLong()
          Deprecated. 
static
<K,V> Template<Map<K,V>>
tMap(Template<K> keyTemplate, Template<V> valueTemplate)
           
static
<T> Template<T>
tNotNullable(Template<T> innerTemplate)
           
static
<E extends Enum>
Template<E>
tOrdinalEnum(Class<E> enumClass)
           
static Template tShort()
          Deprecated. 
static Template tString()
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TValue

public static final Template<Value> TValue

TByte

public static final Template<Byte> TByte

TShort

public static final Template<Short> TShort

TInteger

public static final Template<Integer> TInteger

TLong

public static final Template<Long> TLong

TCharacter

public static final Template<Character> TCharacter

TBigInteger

public static final Template<BigInteger> TBigInteger

TBigDecimal

public static final Template<BigDecimal> TBigDecimal

TFloat

public static final Template<Float> TFloat

TDouble

public static final Template<Double> TDouble

TBoolean

public static final Template<Boolean> TBoolean

TString

public static final Template<String> TString

TByteArray

public static final Template<byte[]> TByteArray

TByteBuffer

public static final Template<ByteBuffer> TByteBuffer

TDate

public static final Template<Date> TDate
Constructor Detail

Templates

public Templates()
Method Detail

tNotNullable

public static <T> Template<T> tNotNullable(Template<T> innerTemplate)

tList

public static <E> Template<List<E>> tList(Template<E> elementTemplate)

tMap

public static <K,V> Template<Map<K,V>> tMap(Template<K> keyTemplate,
                                            Template<V> valueTemplate)

tCollection

public static <E> Template<Collection<E>> tCollection(Template<E> elementTemplate)

tOrdinalEnum

public static <E extends Enum> Template<E> tOrdinalEnum(Class<E> enumClass)

tByte

@Deprecated
public static Template tByte()
Deprecated. 


tShort

@Deprecated
public static Template tShort()
Deprecated. 


tInteger

@Deprecated
public static Template tInteger()
Deprecated. 


tLong

@Deprecated
public static Template tLong()
Deprecated. 


tCharacter

@Deprecated
public static Template tCharacter()
Deprecated. 


tBigInteger

@Deprecated
public static Template tBigInteger()
Deprecated. 


tBigDecimal

@Deprecated
public static Template tBigDecimal()
Deprecated. 


tFloat

@Deprecated
public static Template tFloat()
Deprecated. 


tDouble

@Deprecated
public static Template tDouble()
Deprecated. 


tBoolean

@Deprecated
public static Template tBoolean()
Deprecated. 


tString

@Deprecated
public static Template tString()
Deprecated. 


tByteArray

@Deprecated
public static Template tByteArray()
Deprecated. 


tByteBuffer

@Deprecated
public static Template tByteBuffer()
Deprecated. 


tDate

@Deprecated
public static Template tDate()
Deprecated. 



Copyright © 2011. All Rights Reserved.