Uses of Class
com.cedarsoftware.io.TypeHolder
Packages that use TypeHolder
-
Uses of TypeHolder in com.cedarsoftware.io
Methods in com.cedarsoftware.io that return TypeHolderModifier and TypeMethodDescriptionstatic <T> TypeHolder<T> Creates a TypeHolder instance that wraps the given Class.static <T> TypeHolder<T> Creates a TypeHolder instance that wraps the given Type.Methods in com.cedarsoftware.io with parameters of type TypeHolderModifier and TypeMethodDescription<T> TJsonIo.JavaObjectBuilder.asType(TypeHolder<T> typeHolder) Completes the conversion by specifying a generic type.<T> TJsonIo.JavaStreamBuilder.asType(TypeHolder<T> typeHolder) Completes the JSON parsing by specifying a generic type.<T> TJsonIo.JavaStringBuilder.asType(TypeHolder<T> typeHolder) Completes the JSON parsing by specifying a generic type.