Uses of Class
org.loxlylabs.nestedtext.TypeReference
-
Uses of TypeReference in org.loxlylabs.nestedtext
Methods in org.loxlylabs.nestedtext with parameters of type TypeReferenceModifier and TypeMethodDescription<T> TDeserializationContext.convert(Object source, TypeReference<T> typeRef) Converts a source object graph into an instance of a specified generic target class.<T> TNestedText.load(byte[] data, TypeReference<T> typeRef) Loads NestedText content from a byte array and converts it into a generic Java type.<T> TNestedText.load(String contents, TypeReference<T> typeRef) Loads NestedText content and converts it into a generic Java type.<T> TNestedText.load(Path path, TypeReference<T> typeRef) Loads NestedText content and converts it into a Java object.