Skip navigation links
A B C D E F G H I J K L M N P R S T V W _ 

A

asJson(Class<T>, Object) - Method in class de.kappich.sys.funclib.json.Json
 
asString(String) - Method in class de.kappich.sys.funclib.json.Json
 

B

build() - Method in class de.kappich.sys.funclib.json.Json.Builder
 
Builder() - Constructor for class de.kappich.sys.funclib.json.Json.Builder
 

C

clear() - Method in class de.kappich.sys.funclib.json.JsonObject
 
close() - Method in class de.kappich.sys.funclib.json.JsonReader
 
containsKey(Object) - Method in class de.kappich.sys.funclib.json.JsonObject
 
containsValue(Object) - Method in class de.kappich.sys.funclib.json.JsonObject
 

D

de.kappich.sys.funclib.json - package de.kappich.sys.funclib.json
 

E

entrySet() - Method in class de.kappich.sys.funclib.json.JsonObject
 
equals(Object) - Method in class de.kappich.sys.funclib.json.JsonObject
 

F

formatted() - Method in class de.kappich.sys.funclib.json.Json.Builder
Sorgt dafür, dass die Ausgabe bei der Serialisierung von Json-Objekten formatiert wird und daher für Menschen einfacher lesbar wird.
formatted(String) - Method in class de.kappich.sys.funclib.json.Json.Builder
Sorgt dafür, dass die Ausgabe bei der Serialisierung von Json-Objekten formatiert wird und daher für Menschen einfacher lesbar wird.
fromCharSequence(CharSequence) - Static method in class de.kappich.sys.funclib.json.JsonReader
 
fromReader(Reader) - Static method in class de.kappich.sys.funclib.json.JsonReader
 

G

get(Object) - Method in class de.kappich.sys.funclib.json.JsonObject
 
getBigDecimal(String) - Method in class de.kappich.sys.funclib.json.JsonObject
 
getBigInteger(String) - Method in class de.kappich.sys.funclib.json.JsonObject
 
getByte(String) - Method in class de.kappich.sys.funclib.json.JsonObject
 
getCompileTime() - Static method in class de.kappich.sys.funclib.json.PackageRuntimeInfo
 
getDependsOnCompiled() - Static method in class de.kappich.sys.funclib.json.PackageRuntimeInfo
 
getDependsOnLib() - Static method in class de.kappich.sys.funclib.json.PackageRuntimeInfo
 
getDependsOnSource() - Static method in class de.kappich.sys.funclib.json.PackageRuntimeInfo
 
getDouble(String) - Method in class de.kappich.sys.funclib.json.JsonObject
 
getFloat(String) - Method in class de.kappich.sys.funclib.json.JsonObject
 
getInstance() - Static method in class de.kappich.sys.funclib.json.Json
 
getInteger(String) - Method in class de.kappich.sys.funclib.json.JsonObject
 
getJvmVersion() - Static method in class de.kappich.sys.funclib.json.PackageRuntimeInfo
 
getLicence() - Static method in class de.kappich.sys.funclib.json.PackageRuntimeInfo
 
getList(String, Class<T>) - Method in class de.kappich.sys.funclib.json.JsonObject
 
getLong(String) - Method in class de.kappich.sys.funclib.json.JsonObject
 
getObject(String, Class<T>) - Method in class de.kappich.sys.funclib.json.JsonObject
 
getPos() - Method in exception de.kappich.sys.funclib.json.JsonParseException
 
getPos() - Method in class de.kappich.sys.funclib.json.JsonReader
 
getRelease() - Static method in class de.kappich.sys.funclib.json.PackageRuntimeInfo
 
getRevision() - Static method in class de.kappich.sys.funclib.json.PackageRuntimeInfo
 
getShort(String) - Method in class de.kappich.sys.funclib.json.JsonObject
 
getStrictMath() - Method in class de.kappich.sys.funclib.json.Json
Gibt true zurück, wenn verlustbehaftete Umwandlung von Zahlwerten erlaubt ist.
getString(String) - Method in class de.kappich.sys.funclib.json.JsonObject
 
getVersion() - Static method in class de.kappich.sys.funclib.json.PackageRuntimeInfo
 

H

hashCode() - Method in class de.kappich.sys.funclib.json.JsonObject
 

I

isEmpty() - Method in class de.kappich.sys.funclib.json.JsonObject
 

J

Json - Class in de.kappich.sys.funclib.json
Hauptklasse für die Serialisierung und Deserialisierung von JSON-Objekten.
Json.Builder - Class in de.kappich.sys.funclib.json
 
JsonCharSequenceReader - Class in de.kappich.sys.funclib.json
Angepasster StringReader, der die aktuelle Leseposition zurückgibt und immer rückwärts seek()en kann.
JsonDefault - Annotation Type in de.kappich.sys.funclib.json
 
JsonException - Exception in de.kappich.sys.funclib.json
 
JsonException(String) - Constructor for exception de.kappich.sys.funclib.json.JsonException
 
JsonException(String, Throwable) - Constructor for exception de.kappich.sys.funclib.json.JsonException
 
JsonKey - Annotation Type in de.kappich.sys.funclib.json
 
JsonObject - Class in de.kappich.sys.funclib.json
 
JsonParseException - Exception in de.kappich.sys.funclib.json
 
JsonParseException(String, JsonReader) - Constructor for exception de.kappich.sys.funclib.json.JsonParseException
 
JsonParseException(String, JsonReader, Throwable) - Constructor for exception de.kappich.sys.funclib.json.JsonParseException
 
JsonReader - Class in de.kappich.sys.funclib.json
 
JsonReader() - Constructor for class de.kappich.sys.funclib.json.JsonReader
 
JsonReaderReader - Class in de.kappich.sys.funclib.json
 
JsonReaderReader(Reader) - Constructor for class de.kappich.sys.funclib.json.JsonReaderReader
 
JsonWriter - Class in de.kappich.sys.funclib.json
 
JsonWriter() - Constructor for class de.kappich.sys.funclib.json.JsonWriter
 

K

keySet() - Method in class de.kappich.sys.funclib.json.JsonObject
 

L

looseNumbers() - Method in class de.kappich.sys.funclib.json.Json.Builder
Legt fest, ob verlustbehaftete Umwandlungen von Zahlwerten erlaubt sind.

M

mark(int) - Method in class de.kappich.sys.funclib.json.JsonReader
 
markSupported() - Method in class de.kappich.sys.funclib.json.JsonReader
 

N

newObject() - Method in class de.kappich.sys.funclib.json.Json
 
newObject(Map<String, ?>) - Method in class de.kappich.sys.funclib.json.Json
 

P

PackageRuntimeInfo - Class in de.kappich.sys.funclib.json
 
PackageRuntimeInfo() - Constructor for class de.kappich.sys.funclib.json.PackageRuntimeInfo
 
put(String, Object) - Method in class de.kappich.sys.funclib.json.JsonObject
 

R

read(CharBuffer) - Method in class de.kappich.sys.funclib.json.JsonReader
 
read() - Method in class de.kappich.sys.funclib.json.JsonReader
 
read(char[]) - Method in class de.kappich.sys.funclib.json.JsonReader
 
read(char[], int, int) - Method in class de.kappich.sys.funclib.json.JsonReader
 
readArray(Class<T>, CharSequence) - Method in class de.kappich.sys.funclib.json.Json
 
readArray(Class<T>, Reader) - Method in class de.kappich.sys.funclib.json.Json
 
readArray(Class<T>, JsonReader) - Method in class de.kappich.sys.funclib.json.Json
 
readChar() - Method in class de.kappich.sys.funclib.json.JsonCharSequenceReader
 
readObject(CharSequence) - Method in class de.kappich.sys.funclib.json.Json
 
readObject(Reader) - Method in class de.kappich.sys.funclib.json.Json
 
readObject(JsonReader) - Method in class de.kappich.sys.funclib.json.Json
 
readObject(Class<T>, CharSequence) - Method in class de.kappich.sys.funclib.json.Json
 
readObject(Class<T>, Reader) - Method in class de.kappich.sys.funclib.json.Json
 
readObject(Class<T>, JsonReader) - Method in class de.kappich.sys.funclib.json.Json
 
remove(Object) - Method in class de.kappich.sys.funclib.json.JsonObject
 
reset() - Method in class de.kappich.sys.funclib.json.JsonReader
 

S

setPos(int) - Method in class de.kappich.sys.funclib.json.JsonReader
 
size() - Method in class de.kappich.sys.funclib.json.JsonObject
 
skip(long) - Method in class de.kappich.sys.funclib.json.JsonReader
 

T

toString() - Method in class de.kappich.sys.funclib.json.JsonCharSequenceReader
 
toString() - Method in class de.kappich.sys.funclib.json.JsonObject
 
toString() - Method in class de.kappich.sys.funclib.json.JsonReader
 
toString() - Method in class de.kappich.sys.funclib.json.JsonReaderReader
 

V

values() - Method in class de.kappich.sys.funclib.json.JsonObject
 

W

writeObject(Object) - Method in class de.kappich.sys.funclib.json.Json
 

_

_pos - Variable in class de.kappich.sys.funclib.json.JsonReader
 
A B C D E F G H I J K L M N P R S T V W _ 
Skip navigation links