public class ParameterUtil extends Object
| Constructor and Description |
|---|
ParameterUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
escape(String theValue)
Escapes a string according to the rules for parameter escaping specified in the FHIR Specification Escaping
Section
|
static String |
escapeAndUrlEncode(String theValue)
Escapes a string according to the rules for parameter escaping specified in the FHIR Specification Escaping
Section
|
static String |
escapeWithDefault(Object theValue)
Escapes a string according to the rules for parameter escaping specified in the FHIR Specification Escaping
Section
|
static Object |
fromInstant(Class<?> theType,
InstantDt theArgument) |
static Object |
fromInteger(Class<?> theType,
IntegerDt theArgument) |
static Set<Class<?>> |
getBindableInstantTypes() |
static Set<Class<?>> |
getBindableIntegerTypes() |
static int |
nonEscapedIndexOf(String theString,
char theCharacter) |
static InstantDt |
toInstant(Object theArgument) |
static IntegerDt |
toInteger(Object theArgument) |
static String |
unescape(String theValue)
Unescapes a string according to the rules for parameter escaping specified in the FHIR Specification Escaping
Section
|
public ParameterUtil()
public static int nonEscapedIndexOf(String theString, char theCharacter)
public static Object fromInstant(Class<?> theType, InstantDt theArgument)
public static Object fromInteger(Class<?> theType, IntegerDt theArgument)
public static Set<Class<?>> getBindableInstantTypes()
public static Set<Class<?>> getBindableIntegerTypes()
public static String escapeWithDefault(Object theValue)
public static String escape(String theValue)
public static String escapeAndUrlEncode(String theValue)
public static String unescape(String theValue)
Copyright © 2014–2016 University Health Network. All rights reserved.