| コンストラクタと説明 |
|---|
Context() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
<T> T |
convert(Object key,
Object value,
Class<? extends T> c) |
Object |
convert(Object key,
Object value,
Type t) |
StringBuilder |
getCachedBuffer() |
int |
getDepth()
Returns the current depth.
|
NamingStyle |
getEnumCaseStyle()
非推奨です。
|
NamingStyle |
getEnumStyle() |
protected List<PropertyInfo> |
getGetProperties(Class<?> c) |
JSONHint |
getHint()
Returns the current hint annotation.
|
Object |
getKey()
Returns the current key object.
|
Object |
getKey(int level)
Returns the key object in any depth. the negative value means relative to current depth.
|
int |
getLevel()
非推奨です。
|
Locale |
getLocale() |
int |
getMaxDepth() |
JSON.Mode |
getMode() |
NamingStyle |
getPropertyCaseStyle()
非推奨です。
|
NamingStyle |
getPropertyStyle() |
TimeZone |
getTimeZone() |
boolean |
isPrettyPrint() |
boolean |
isSuppressEmptyArray() |
boolean |
isSuppressNull() |
String |
toString() |
public StringBuilder getCachedBuffer()
public Locale getLocale()
public TimeZone getTimeZone()
public int getMaxDepth()
public boolean isPrettyPrint()
public boolean isSuppressNull()
public boolean isSuppressEmptyArray()
public JSON.Mode getMode()
public NamingStyle getPropertyStyle()
public NamingStyle getEnumStyle()
@Deprecated public NamingStyle getPropertyCaseStyle()
@Deprecated public NamingStyle getEnumCaseStyle()
@Deprecated public int getLevel()
public int getDepth()
public Object getKey()
public Object getKey(int level)
public JSONHint getHint()
public <T> T convert(Object key, Object value, Class<? extends T> c) throws Exception
Exceptionprotected List<PropertyInfo> getGetProperties(Class<?> c)
Copyright © 2018. All rights reserved.