public final class Exports extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Method and Description |
---|---|
static String |
escape(String str) |
static <T> T |
parse(String str) |
static <T> T |
parse(String str,
String sep) |
static <T> T |
parse(String str,
String sep,
String eq) |
static <T> T |
parse(String str,
String sep,
String eq,
ParseOptions options) |
static <T> String |
stringify(T obj) |
static <T> String |
stringify(T obj,
String sep) |
static <T> String |
stringify(T obj,
String sep,
String eq) |
static <T> String |
stringify(T obj,
String sep,
String eq,
StringifyOptions options) |
static String |
unescape(String str) |
$as, $as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public static <T> T parse(String str, String sep, String eq, ParseOptions options)
public static <T> T parse(String str)
public static <T> String stringify(T obj, String sep, String eq, StringifyOptions options)
public static <T> String stringify(T obj)
Copyright © 2018. All rights reserved.