|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Uses of JSONR.Type in org.less4j |
|---|
| Fields in org.less4j declared as JSONR.Type | |
|---|---|
static JSONR.Type |
JSONR.BOOLEAN
|
static JSONR.Type |
JSONR.DATETIME
Cast java.util.Calendar objects from JSON DateTime strings. |
static JSONR.Type |
JSONR.DECIMAL
|
static JSONR.Type |
JSONR.DOUBLE
|
static JSONR.Type |
JSONR.INTEGER
|
static JSONR.Type |
JSONR.Type.singleton
This public singleton is null by
default and needs only to be assigned an instance of the
type class if you expect it to be reused in other types. |
static JSONR.Type |
JSONR.STRING
|
JSONR.Type |
JSONR.type
|
| Methods in org.less4j that return JSONR.Type | |
|---|---|
static JSONR.Type |
JSONR.compile(java.lang.Object regular,
java.util.Map extensions)
|
static JSONR.Type |
JSONR.compile(java.lang.String pattern)
|
static JSONR.Type |
JSONR.compile(java.lang.String pattern,
java.util.Map extensions)
|
JSONR.Type |
JSONR.Type.copy()
Make a "deep" copy of the Type, something that
can safely be passed to a distinct thread. |
| Methods in org.less4j with parameters of type JSONR.Type | |
|---|---|
boolean |
Actor.jsonGET(int containers,
int iterations,
JSONR.Type type)
|
boolean |
Actor.jsonPOST(int limit,
int containers,
int iterations,
JSONR.Type type)
|
| Constructors in org.less4j with parameters of type JSONR.Type | |
|---|---|
JSONR(JSONR.Type type)
|
|
JSONR(JSONR.Type type,
int containers,
int iterations)
|
|
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||