org.test4j.json.encoder.array
类 BooleanArrayEncoder
java.lang.Object
org.test4j.json.encoder.JSONEncoder<T>
org.test4j.json.encoder.ArrayEncoder<T>
org.test4j.json.encoder.array.ArraysEncoder<boolean[]>
org.test4j.json.encoder.array.BooleanArrayEncoder
public class BooleanArrayEncoder
- extends ArraysEncoder<boolean[]>
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
public static final BooleanArrayEncoder instance
getArraySize
protected int getArraySize(boolean[] target)
- 指定者:
- 类
ArraysEncoder<boolean[]> 中的 getArraySize
getEncoderByItem
protected JSONEncoder getEncoderByItem(Object item)
- 指定者:
- 类
ArraysEncoder<boolean[]> 中的 getEncoderByItem
getItemByIndex
protected Object getItemByIndex(boolean[] target,
int index)
- 指定者:
- 类
ArraysEncoder<boolean[]> 中的 getItemByIndex
Copyright © 2013. All rights reserved.