Uses of Class
com.cedarsoftware.io.TypeHolder

Packages that use TypeHolder
Package
Description
 
  • Uses of TypeHolder in com.cedarsoftware.io

    Methods in com.cedarsoftware.io that return TypeHolder
    Modifier and Type
    Method
    Description
    static <T> TypeHolder<T>
    TypeHolder.forClass(Class<T> clazz)
    Creates a TypeHolder instance that wraps the given Class.
    static <T> TypeHolder<T>
    TypeHolder.forType(Type type)
    Creates a TypeHolder instance that wraps the given Type.
    Methods in com.cedarsoftware.io with parameters of type TypeHolder
    Modifier and Type
    Method
    Description
    <T> T
    JsonIo.JavaObjectBuilder.asType(TypeHolder<T> typeHolder)
    Completes the conversion by specifying a generic type.
    <T> T
    JsonIo.JavaStreamBuilder.asType(TypeHolder<T> typeHolder)
    Completes the JSON parsing by specifying a generic type.
    <T> T
    JsonIo.JavaStringBuilder.asType(TypeHolder<T> typeHolder)
    Completes the JSON parsing by specifying a generic type.
    <T> T
    JsonIo.ToonStreamBuilder.asType(TypeHolder<T> typeHolder)
    Completes the TOON parsing by specifying a generic type.
    <T> T
    JsonIo.ToonStringBuilder.asType(TypeHolder<T> typeHolder)
    Completes the TOON parsing by specifying a generic type.