| Package | Description |
|---|---|
| org.boon | |
| org.boon.core | |
| org.boon.core.value | |
| org.boon.json | |
| org.boon.json.implementation | |
| org.boon.json.serializers | |
| org.boon.json.serializers.impl | |
| org.boon.logging | |
| org.boon.primitive |
| Modifier and Type | Method and Description |
|---|---|
CharBuf |
Exceptions.SoftenedException.printStackTraceIntoCharBuf() |
static CharBuf |
IO.read(InputStream inputStream,
CharBuf charBuf) |
static CharBuf |
IO.read(InputStream inputStream,
CharBuf charBuf,
Charset charset) |
static CharBuf |
IO.read(InputStream inputStream,
CharBuf charBuf,
Charset charset,
int bufSize,
char[] copyBuf) |
static CharBuf |
IO.read(Reader input,
CharBuf charBuf) |
static CharBuf |
IO.read(Reader input,
CharBuf charBuf,
int bufSize,
char[] copyBuffer) |
static CharBuf |
Boon.sputl(CharBuf buf,
Object... messages)
Writes to a char buf.
|
static CharBuf |
Boon.sputs(CharBuf buf,
Object... messages)
Like puts but writes to a CharBuf.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Exceptions.SoftenedException.printStackTrace(CharBuf charBuf) |
static void |
Exceptions.printStackTrace(CharBuf charBuf,
StackTraceElement[] stackTrace) |
static CharBuf |
IO.read(InputStream inputStream,
CharBuf charBuf) |
static CharBuf |
IO.read(InputStream inputStream,
CharBuf charBuf,
Charset charset) |
static CharBuf |
IO.read(InputStream inputStream,
CharBuf charBuf,
Charset charset,
int bufSize,
char[] copyBuf) |
static CharBuf |
IO.read(Reader input,
CharBuf charBuf) |
static CharBuf |
IO.read(Reader input,
CharBuf charBuf,
int bufSize,
char[] copyBuffer) |
static CharBuf |
Boon.sputl(CharBuf buf,
Object... messages)
Writes to a char buf.
|
static CharBuf |
Boon.sputs(CharBuf buf,
Object... messages)
Like puts but writes to a CharBuf.
|
static void |
Exceptions.stackTraceToJson(CharBuf buffer,
StackTraceElement[] stackTrace) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Dates.fastJsonDateChars(Date date,
CharBuf buf) |
static void |
Dates.jsonDateChars(Calendar calendar,
Date date,
CharBuf buf) |
static void |
Dates.jsonDateChars(Calendar calendar,
long milis,
CharBuf buf) |
static void |
Dates.jsonDateChars(Date date,
CharBuf buf) |
static void |
Dates.jsonDateChars(long milis,
CharBuf buf) |
String |
Value.stringValue(CharBuf charBuf) |
| Modifier and Type | Method and Description |
|---|---|
String |
ValueContainer.stringValue(CharBuf charBuf) |
String |
NumberValue.stringValue(CharBuf charBuf) |
String |
CharSequenceValue.stringValue(CharBuf charBuf) |
| Modifier and Type | Field and Description |
|---|---|
CharBuf |
ObjectSerializationData.output |
| Modifier and Type | Method and Description |
|---|---|
CharBuf |
JsonSerializer.serialize(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonSerializer.serialize(CharBuf charBuf,
Object obj) |
| Constructor and Description |
|---|
ObjectSerializationData(Object instance,
Class<?> type,
CharBuf output) |
| Modifier and Type | Field and Description |
|---|---|
protected CharBuf |
JsonBaseByteArrayParser.builder |
| Modifier and Type | Method and Description |
|---|---|
static String |
JsonStringDecoder.decodeForSure(CharBuf charBuf,
char[] chars,
int start,
int to) |
| Modifier and Type | Method and Description |
|---|---|
CharBuf |
JsonSerializerInternal.serialize(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArraySerializer.serializeArray(JsonSerializerInternal serializer,
Object instance,
CharBuf builder) |
void |
JsonSerializerInternal.serializeArray(Object array,
CharBuf builder) |
void |
JsonSerializerInternal.serializeCollection(Collection<?> collection,
CharBuf builder) |
void |
CollectionSerializer.serializeCollection(JsonSerializerInternal serializer,
Collection<?> collection,
CharBuf builder) |
void |
JsonSerializerInternal.serializeDate(Date date,
CharBuf builder) |
void |
DateSerializer.serializeDate(JsonSerializerInternal jsonSerializer,
Date date,
CharBuf builder) |
boolean |
FieldSerializer.serializeField(JsonSerializerInternal serializer,
Object parent,
FieldAccess fieldAccess,
CharBuf builder) |
boolean |
CustomFieldSerializer.serializeField(JsonSerializerInternal serializer,
Object parent,
FieldAccess fieldAccess,
CharBuf builder) |
boolean |
JsonSerializerInternal.serializeField(Object instance,
FieldAccess fieldAccess,
CharBuf builder) |
void |
InstanceSerializer.serializeInstance(JsonSerializerImpl jsonSerializer,
Object obj,
CharBuf builder,
boolean includeTypeInfo) |
void |
InstanceSerializer.serializeInstance(JsonSerializerInternal serializer,
Object instance,
CharBuf builder) |
void |
JsonSerializerInternal.serializeInstance(Object obj,
CharBuf builder) |
void |
JsonSerializerInternal.serializeInstance(Object obj,
CharBuf builder,
boolean includeTypeInfo) |
void |
MapSerializer.serializeMap(JsonSerializerInternal serializer,
Map<Object,Object> map,
CharBuf builder) |
void |
JsonSerializerInternal.serializeMap(Map<Object,Object> map,
CharBuf builder) |
void |
ObjectSerializer.serializeObject(JsonSerializerInternal serializer,
Object instance,
CharBuf builder) |
void |
CustomObjectSerializer.serializeObject(JsonSerializerInternal serializer,
T instance,
CharBuf builder) |
void |
JsonSerializerInternal.serializeObject(Object value,
CharBuf builder) |
void |
StringSerializer.serializeString(JsonSerializerInternal serializer,
String string,
CharBuf builder) |
void |
JsonSerializerInternal.serializeString(String obj,
CharBuf builder) |
void |
InstanceSerializer.serializeSubtypeInstance(JsonSerializerInternal serializer,
Object instance,
CharBuf builder) |
void |
JsonSerializerInternal.serializeSubtypeInstance(Object obj,
CharBuf builder) |
void |
UnknownSerializer.serializeUnknown(JsonSerializerInternal serializer,
Object unknown,
CharBuf builder) |
void |
JsonSerializerInternal.serializeUnknown(Object obj,
CharBuf builder) |
| Modifier and Type | Method and Description |
|---|---|
CharBuf |
JsonSimpleSerializerImpl.serialize(Object obj) |
CharBuf |
JsonSerializerImpl.serialize(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SerializeUtils.handleInstance(JsonSerializerInternal jsonSerializer,
Object obj,
CharBuf builder,
Map<Class,CustomObjectSerializer> overrideMap,
Set<Class> noHandle,
boolean typeInfo,
TypeType type) |
void |
JsonSimpleSerializerImpl.serialize(CharBuf builder,
Object obj) |
void |
JsonSerializerImpl.serialize(CharBuf builder,
Object obj) |
protected abstract void |
AbstractCustomFieldSerializer.serialize(JsonSerializerInternal serializer,
Object parent,
FieldAccess fieldAccess,
Object value,
CharBuf builder)
This method has to be overloaded to specify how this field is serialized.
|
void |
CollectionSerializerImpl.serializeArray(JsonSerializerInternal serializer,
Object array,
CharBuf builder) |
void |
JsonSimpleSerializerImpl.serializeArray(Object array,
CharBuf builder) |
void |
JsonSerializerImpl.serializeArray(Object obj,
CharBuf builder) |
void |
JsonSimpleSerializerImpl.serializeArray(TypeType componentType,
Object objectArray,
CharBuf builder) |
void |
JsonSimpleSerializerImpl.serializeCollection(Collection<?> collection,
CharBuf builder) |
void |
JsonSerializerImpl.serializeCollection(Collection<?> collection,
CharBuf builder) |
void |
CollectionSerializerImpl.serializeCollection(JsonSerializerInternal serializer,
Collection<?> collection,
CharBuf builder) |
void |
JsonSimpleSerializerImpl.serializeCurrency(Currency currency,
CharBuf builder) |
void |
JsonSimpleSerializerImpl.serializeDate(Date date,
CharBuf builder) |
void |
JsonSerializerImpl.serializeDate(Date date,
CharBuf builder) |
void |
JsonDateSerializer.serializeDate(JsonSerializerInternal jsonSerializer,
Date date,
CharBuf builder) |
void |
DateSerializerImpl.serializeDate(JsonSerializerInternal jsonSerializer,
Date date,
CharBuf builder) |
boolean |
FieldSerializerUseAnnotationsImpl.serializeField(JsonSerializerInternal serializer,
Object parent,
FieldAccess fieldAccess,
CharBuf builder) |
boolean |
FieldSerializerImpl.serializeField(JsonSerializerInternal serializer,
Object parent,
FieldAccess fieldAccess,
CharBuf builder) |
boolean |
AbstractCustomFieldSerializer.serializeField(JsonSerializerInternal serializer,
Object parent,
FieldAccess fieldAccess,
CharBuf builder) |
boolean |
JsonSimpleSerializerImpl.serializeField(Object parent,
FieldAccess fieldAccess,
CharBuf builder) |
boolean |
JsonSerializerImpl.serializeField(Object parent,
FieldAccess fieldAccess,
CharBuf builder) |
void |
InstanceSerializerImpl.serializeInstance(JsonSerializerImpl serializer,
Object instance,
CharBuf builder,
boolean includeTypeInfo) |
void |
InstanceSerializerImpl.serializeInstance(JsonSerializerInternal serializer,
Object instance,
CharBuf builder) |
void |
JsonSimpleSerializerImpl.serializeInstance(Object instance,
CharBuf builder) |
void |
JsonSerializerImpl.serializeInstance(Object obj,
CharBuf builder) |
void |
JsonSimpleSerializerImpl.serializeInstance(Object obj,
CharBuf builder,
boolean includeTypeInfo) |
void |
JsonSerializerImpl.serializeInstance(Object obj,
CharBuf builder,
boolean includeTypeInfo) |
void |
MapSerializerThatEncodesKeys.serializeMap(JsonSerializerInternal serializer,
Map<Object,Object> map,
CharBuf builder) |
void |
MapSerializerImpl.serializeMap(JsonSerializerInternal serializer,
Map<Object,Object> map,
CharBuf builder) |
void |
JsonSimpleSerializerImpl.serializeMap(Map<Object,Object> smap,
CharBuf builder) |
void |
JsonSerializerImpl.serializeMap(Map<Object,Object> map,
CharBuf builder) |
void |
CustomObjectSerializerImpl.serializeObject(JsonSerializerInternal jsonSerializer,
Object obj,
CharBuf builder) |
void |
BasicObjectSerializerImpl.serializeObject(JsonSerializerInternal jsonSerializer,
Object obj,
CharBuf builder) |
void |
JsonSimpleSerializerImpl.serializeObject(Object obj,
CharBuf builder) |
void |
JsonSerializerImpl.serializeObject(Object obj,
CharBuf builder) |
void |
StringSerializerImpl.serializeString(JsonSerializerInternal serializer,
String string,
CharBuf builder) |
void |
JsonSimpleSerializerImpl.serializeString(String str,
CharBuf builder) |
void |
JsonSerializerImpl.serializeString(String str,
CharBuf builder) |
void |
InstanceSerializerImpl.serializeSubtypeInstance(JsonSerializerInternal serializer,
Object instance,
CharBuf builder) |
void |
JsonSimpleSerializerImpl.serializeSubtypeInstance(Object instance,
CharBuf builder) |
void |
JsonSerializerImpl.serializeSubtypeInstance(Object obj,
CharBuf builder) |
void |
UnknownSerializerImpl.serializeUnknown(JsonSerializerInternal serializer,
Object unknown,
CharBuf builder) |
void |
JsonSimpleSerializerImpl.serializeUnknown(Object obj,
CharBuf builder) |
void |
JsonSerializerImpl.serializeUnknown(Object obj,
CharBuf builder) |
| Modifier and Type | Method and Description |
|---|---|
CharBuf |
InMemoryThreadLocalLogger.getBuf() |
CharBuf |
InMemoryLogger.getBuf() |
static CharBuf |
InMemoryThreadLocalLogger.getBuffer() |
| Modifier and Type | Method and Description |
|---|---|
CharBuf |
CharBuf.add(boolean b) |
CharBuf |
CharBuf.add(byte i) |
CharBuf |
CharBuf.add(byte[] chars) |
CharBuf |
CharBuf.add(byte[] bytes,
int start,
int end) |
CharBuf |
CharBuf.add(char ch) |
CharBuf |
CharBuf.add(char[] chars) |
CharBuf |
CharBuf.add(char[] chars,
int length) |
CharBuf |
CharBuf.add(CharSequence str) |
CharBuf |
CharBuf.add(double d) |
CharBuf |
CharBuf.add(float d) |
CharBuf |
CharBuf.add(int i) |
CharBuf |
CharBuf.add(long l) |
CharBuf |
CharBuf.add(Object str) |
CharBuf |
CharBuf.add(short i) |
CharBuf |
CharBuf.add(String str) |
CharBuf |
CharBuf.add(String string,
int start,
int end) |
CharBuf |
CharBuf.addBigDecimal(BigDecimal key) |
CharBuf |
CharBuf.addBigInteger(BigInteger key) |
CharBuf |
CharBuf.addBoolean(boolean b) |
CharBuf |
CharBuf.addByte(byte i) |
CharBuf |
CharBuf.addChar(byte i) |
CharBuf |
CharBuf.addChar(char ch) |
CharBuf |
CharBuf.addChar(int i) |
CharBuf |
CharBuf.addChar(short i) |
CharBuf |
CharBuf.addChars(char[] chars) |
CharBuf |
CharBuf.addCurrency(Currency key) |
CharBuf |
CharBuf.addDouble(double d) |
CharBuf |
CharBuf.addDouble(Double key) |
CharBuf |
CharBuf.addFloat(float d) |
CharBuf |
CharBuf.addFloat(Float key) |
CharBuf |
CharBuf.addInt(int i) |
CharBuf |
CharBuf.addInt(Integer key) |
CharBuf |
CharBuf.addJsonEscapedString(char[] charArray) |
CharBuf |
CharBuf.addJsonEscapedString(char[] charArray,
boolean asciiOnly) |
CharBuf |
CharBuf.addJsonFieldName(char[] chars) |
CharBuf |
CharBuf.addJsonFieldName(String str) |
CharBuf |
CharBuf.addLine() |
CharBuf |
CharBuf.addLine(char[] chars) |
CharBuf |
CharBuf.addLine(CharSequence str) |
CharBuf |
CharBuf.addLine(Object str) |
CharBuf |
CharBuf.addLine(String str) |
CharBuf |
CharBuf.addLong(long l) |
CharBuf |
CharBuf.addLong(Long key) |
CharBuf |
CharBuf.addObject(Object object) |
CharBuf |
CharBuf.addQuoted(char[] chars) |
CharBuf |
CharBuf.addQuoted(String str) |
CharBuf |
CharBuf.addShort(short i) |
CharBuf |
CharBuf.addString(String str) |
CharBuf |
CharBuf.asJsonString(String jsonString) |
CharBuf |
CharBuf.asJsonString(String jsonString,
boolean asciiOnly) |
static CharBuf |
CharBuf.create(char[] buffer) |
static CharBuf |
CharBuf.create(int capacity) |
static CharBuf |
CharBuf.createCharBuf() |
static CharBuf |
CharBuf.createCharBuf(int capacity) |
static CharBuf |
CharBuf.createExact(int capacity) |
static CharBuf |
CharBuf.createFromUTF8Bytes(byte[] buffer) |
CharBuf |
CharBuf.decodeJsonString(byte[] bytes,
int start,
int to) |
CharBuf |
CharBuf.decodeJsonString(char[] chars) |
CharBuf |
CharBuf.decodeJsonString(char[] chars,
int start,
int to) |
CharBuf |
CharBuf.indent(int i) |
CharBuf |
CharBuf.multiply(char c,
int len) |
CharBuf |
CharBuf.multiply(CharSequence str,
int len) |
CharBuf |
CharBuf.prettyPrintBean(Mapper mapper,
Object object) |
CharBuf |
CharBuf.prettyPrintBean(Object object) |
CharBuf |
CharBuf.prettyPrintBeanWithTypes(Object object) |
CharBuf |
CharBuf.prettyPrintCollection(Collection values,
boolean type,
int indent) |
CharBuf |
CharBuf.prettyPrintMap(Map map) |
CharBuf |
CharBuf.prettyPrintMap(Map map,
int indent) |
CharBuf |
CharBuf.prettyPrintObject(Object value,
boolean type,
int indent) |
Copyright © 2016. All Rights Reserved.